MCPcopy Create free account
hub / github.com/Stevenic/codepilot / FunctionEntry

Interface FunctionEntry

src/Codepilot.ts:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152interface FunctionEntry {
153 schema: ChatCompletionFunction;
154 fn: (args: any) => Promise<any>;
155}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected