Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -19574,15 +19574,15 @@
"round": {
"type": "integer",
"title": "Round",
"description": "Round number or step of tool execution"
"description": "Round number or step of tool execution",
"default": 1
}
},
"type": "object",
"required": [
"id",
"status",
"content",
"round"
"content"
],
"title": "ToolResultSummary",
"description": "Model representing a result from a tool call (for tool_results list)."
Expand Down
Loading
Loading