Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
58
export
type
VariableI = z.infer<typeof VariableSchema>;
59
60
interface
ToolFunction {
61
name: string;
62
}
63
64
interface
ToolChoiceFunction {
65
type
:
'function'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected