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