We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d025400 commit 9a97db9Copy full SHA for 9a97db9
src/GrokClient/chat.proto
@@ -486,9 +486,6 @@ message Message {
486
487
// The encrypted content.
488
string encrypted_content = 6;
489
-
490
- // The ID associating this tool response with a prior invocation (for role = ROLE_TOOL).
491
- string tool_call_id = 7;
492
}
493
494
enum MessageRole {
src/Tests/SanityChecks.cs
@@ -130,7 +130,6 @@ public async Task ExecuteLocalFunctionWithWebSearch()
130
new Message
131
{
132
Role = MessageRole.RoleTool,
133
- ToolCallId = toolCall.Id,
134
Content = { new Content { Text = currentDate } }
135
136
},
0 commit comments