OllamaMessage
roleRole (string)required
Possible values: [system, user, assistant, tool]
content object
anyOf
- string
- null
string
thinking object
anyOf
- string
- null
string
tool_calls object
anyOf
- object[]
- null
Array [
id object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
Constant value:
functionfunction objectrequired
nameName (string)required
arguments objectrequired
anyOf
- object
- string
object
index object
anyOf
- integer
- null
integer
]
name object
anyOf
- string
- null
string
tool_name object
anyOf
- string
- null
string
images object
anyOf
- string[]
- null
Array [
string
]
OllamaMessage
{
"role": "system",
"content": "string",
"thinking": "string",
"tool_calls": [
{
"id": "string",
"type": "function",
"function": {
"name": "string",
"arguments": {},
"index": 0
}
}
],
"name": "string",
"tool_name": "string",
"images": [
"string"
]
}