ToolLocation
Agent Runtimes / types/tools / ToolLocation
Type Alias: ToolLocation
ToolLocation =
"frontend"|"backend"
Defined in: src/types/tools.ts:96
Tool execution location
- 'frontend': Executes in browser (default if not specified)
- 'backend': Executes on server via inference provider