MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / UpdateToolUseData

Method UpdateToolUseData

pkg/aiusechat/usechat-backend.go:239–241  ·  view source on GitHub ↗
(chatId string, toolCallId string, toolUseData uctypes.UIMessageDataToolUse)

Source from the content-addressed store, hash-verified

237}
238
239func (b *geminiBackend) UpdateToolUseData(chatId string, toolCallId string, toolUseData uctypes.UIMessageDataToolUse) error {
240 return gemini.UpdateToolUseData(chatId, toolCallId, toolUseData)
241}
242
243func (b *geminiBackend) RemoveToolUseCall(chatId string, toolCallId string) error {
244 return gemini.RemoveToolUseCall(chatId, toolCallId)

Callers

nothing calls this directly

Calls 1

UpdateToolUseDataFunction · 0.92

Tested by

no test coverage detected