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 5a23ba8 commit 32b4cdaCopy full SHA for 32b4cda
1 file changed
pkg/aiusechat/uctypes/uctypes.go
@@ -247,10 +247,10 @@ const (
247
)
248
249
type WaveToolCall struct {
250
- ID string `json:"id"` // Anthropic tool_use.id
251
- Name string `json:"name,omitempty"` // tool name (if provided)
252
- Input any `json:"input,omitempty"` // accumulated input JSON
253
- ToolUseData *UIMessageDataToolUse `json:"toolusedata,omitempty"` // UI tool use data
+ ID string `json:"id"` // Anthropic tool_use.id
+ Name string `json:"name,omitempty"` // tool name (if provided)
+ Input any `json:"input,omitempty"` // accumulated input JSON
+ ToolUseData *UIMessageDataToolUse `json:"toolusedata,omitempty"` // UI tool use data
254
GoogleThoughtSignature string `json:"googlethoughtsignature,omitempty"` // Gemini-specific thought signature
255
}
256
0 commit comments