MCPcopy Create free account
hub / github.com/codehamr/codehamr / ToolCall

Struct ToolCall

internal/ctx/ctx.go:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 RoleTool Role = "tool"
19)
20
21type ToolCall struct {
22 ID string `json:"id,omitempty"`
23 Name string `json:"name"`
24 Arguments map[string]any `json:"arguments"`
25}
26
27type Message struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected