Type Alias: DispatchToolsRetrievalFn
ts
type DispatchToolsRetrievalFn = (
ctx: DispatchContext,
) => Tool[] | Promise<Tool[]>;Defined in: lib/contracts/dispatch_context.ts:53
Retrieves tools for an LLM execution context.
Parameters
| Parameter | Type |
|---|---|
ctx | DispatchContext |