ResponseMessage

ResponseMessage
ResponseMessage
JSON Example
{
    "role": "string",
    "content": "string",
    "tool_calls": [
        {
            "id": "string",
            "type": "string",
            "function": {
                "name": "string",
                "arguments": "string"
            }
        }
    ]
}
string
role
Required

role

string
content
Required

content

array of ToolCall
tool_calls
Optional

tool_calls

Property Of