MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / OpenAICompatibleClient

Struct OpenAICompatibleClient

api/client.go:569–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 if err := json.Unmarshal([]byte(currentToolInput), &parsedInput); err != nil {
568 out <- EventResult{Event: map[string]any{
569 "type": "error",
570 "message": fmt.Sprintf("Failed to parse tool_use input for %s: malformed JSON", currentToolName),
571 }}
572 currentToolID = ""
573 currentToolName = ""
574 currentToolInput = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected