objectiveai-sdk 2.0.7

ObjectiveAI SDK, definitions, and utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "title": "agent.completions.message.AssistantToolCallFunction",
  "description": "Details of a function call made by the assistant.",
  "type": "object",
  "properties": {
    "arguments": {
      "description": "The arguments to pass to the function, as a JSON string.",
      "type": "string"
    },
    "name": {
      "description": "The name of the function to call.",
      "type": "string"
    }
  }
}