From 042a6bc365a13ee1edc0181f832104524e2e10a4 Mon Sep 17 00:00:00 2001 From: drbh Date: Fri, 14 Mar 2025 14:33:49 +0000 Subject: [PATCH] fix: bump openapi docs to include FunctionDefinition.id --- docs/openapi.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/openapi.json b/docs/openapi.json index 85ca3f97..8454a6a3 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1520,6 +1520,10 @@ "type": "string", "nullable": true }, + "id": { + "type": "string", + "nullable": true + }, "name": { "type": "string" } @@ -1883,6 +1887,11 @@ "role": { "type": "string", "example": "user" + }, + "tool_call_id": { + "type": "string", + "example": "10", + "nullable": true } } }