From 719ae618e547351be039bb9c5f7491ead8014ea7 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 23 Nov 2024 15:43:38 +0000 Subject: [PATCH] Updated ID description This is no long OpenAI specific --- gateway.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway.proto b/gateway.proto index e8fefc2..3c4abfd 100644 --- a/gateway.proto +++ b/gateway.proto @@ -224,7 +224,7 @@ message ChatMessage { } message ToolMetadata { - // The toolID from openAI + // A unique ID that tracks this tool call and can be used to correlate messages string id = 1; }