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

Struct FunctionDef

internal/llm/llm.go:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 Function FunctionDef `json:"function"`
40}
41
42type FunctionDef struct {
43 Name string `json:"name"`
44 Description string `json:"description"`
45 Parameters map[string]any `json:"parameters"`
46}
47
48// wireMessage is the outbound OpenAI request shape; responses parse via streamChunk.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected