MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / ToolFunction

Interface ToolFunction

packages/baseai/types/pipe.ts:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58export type VariableI = z.infer<typeof VariableSchema>;
59
60interface ToolFunction {
61 name: string;
62}
63
64interface ToolChoiceFunction {
65 type: 'function';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected