MCPcopy
hub / github.com/wavetermdev/waveterm / RemoveToolUseCall

Method RemoveToolUseCall

pkg/aiusechat/usechat-backend.go:243–245  ·  view source on GitHub ↗
(chatId string, toolCallId string)

Source from the content-addressed store, hash-verified

241}
242
243func (b *geminiBackend) RemoveToolUseCall(chatId string, toolCallId string) error {
244 return gemini.RemoveToolUseCall(chatId, toolCallId)
245}
246
247func (b *geminiBackend) ConvertToolResultsToNativeChatMessage(toolResults []uctypes.AIToolResult) ([]uctypes.GenAIMessage, error) {
248 msg, err := gemini.ConvertToolResultsToGeminiChatMessage(toolResults)

Callers

nothing calls this directly

Calls 1

RemoveToolUseCallFunction · 0.92

Tested by

no test coverage detected