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

Struct Tool

internal/llm/llm.go:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 chmctx "github.com/codehamr/codehamr/internal/ctx"
35)
36
37type Tool struct {
38 Type string `json:"type"`
39 Function FunctionDef `json:"function"`
40}
41
42type FunctionDef struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected