Type alias AdaptableToolInput

AdaptableToolInput: ToolDefinitionMap | ExternalToolRegistry | ReadonlyArray<ToolDefinitionForLLM>

Additional tool inputs accepted by the high-level API.

  • ExternalToolRegistry: host-managed external tools, including Map and iterable forms.
  • ToolDefinitionForLLM[]: prompt-only schemas with no attached executor.