Skip to content

Commit 042a6bc

Browse files
committed
fix: bump openapi docs to include FunctionDefinition.id
1 parent af78f46 commit 042a6bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/openapi.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,6 +1520,10 @@
15201520
"type": "string",
15211521
"nullable": true
15221522
},
1523+
"id": {
1524+
"type": "string",
1525+
"nullable": true
1526+
},
15231527
"name": {
15241528
"type": "string"
15251529
}
@@ -1883,6 +1887,11 @@
18831887
"role": {
18841888
"type": "string",
18851889
"example": "user"
1890+
},
1891+
"tool_call_id": {
1892+
"type": "string",
1893+
"example": "10",
1894+
"nullable": true
18861895
}
18871896
}
18881897
}

0 commit comments

Comments
 (0)