OpenAIMessage
Defined in: backend/src/providers/openai.ts:55
OpenAI message.
Properties
Section titled “Properties”content
Section titled “content”content:
OpenAIMessageContent
Defined in: backend/src/providers/openai.ts:57
optionalname:string
Defined in: backend/src/providers/openai.ts:58
role:
"system"|"user"|"assistant"|"tool"
Defined in: backend/src/providers/openai.ts:56
tool_call_id?
Section titled “tool_call_id?”
optionaltool_call_id:string
Defined in: backend/src/providers/openai.ts:59
tool_calls?
Section titled “tool_calls?”
optionaltool_calls:object[]
Defined in: backend/src/providers/openai.ts:60
function
Section titled “function”function:
object
function.arguments
Section titled “function.arguments”arguments:
string
function.name
Section titled “function.name”name:
string
id:
string
type:
"function"