Type Alias: AdaptableToolInput
AdaptableToolInput =
ToolDefinitionMap|ExternalToolRegistry|ReadonlyArray<ToolDefinitionForLLM>
Defined in: packages/agentos/src/api/toolAdapter.ts:49
Additional tool inputs accepted by the high-level API.
ExternalToolRegistry: host-managed external tools, includingMapand iterable forms.ToolDefinitionForLLM[]: prompt-only schemas with no attached executor.