AzureOpenAIMessage
Defined in: backend/src/providers/azure-openai.ts:41
Properties
Section titled “Properties”content
Section titled “content”content:
AzureOpenAIMessageContent
Defined in: backend/src/providers/azure-openai.ts:43
optionalname:string
Defined in: backend/src/providers/azure-openai.ts:44
role:
"system"|"user"|"assistant"|"tool"
Defined in: backend/src/providers/azure-openai.ts:42
tool_calls?
Section titled “tool_calls?”
optionaltool_calls:object[]
Defined in: backend/src/providers/azure-openai.ts:45
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"