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

Struct toolCallFunc

internal/llm/llm.go:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 Function toolCallFunc `json:"function"`
68}
69
70type toolCallFunc struct {
71 Name string `json:"name"`
72 Arguments string `json:"arguments"` // OpenAI stringifies args
73}
74
75type chatRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected