Skip to content

@sqlrooms/ai / DefaultCommandTools

Type Alias: DefaultCommandTools

DefaultCommandTools = object

The typed shape returned by createCommandTools when using the default tool names. Consumed by createDefaultAiTools to give its return type literal string keys.

Properties

search_commands

search_commands: Tool<SearchCommandsToolParameters, SearchCommandsToolLlmResult>


get_command

get_command: Tool<GetCommandToolParameters, GetCommandToolLlmResult>


list_commands

list_commands: Tool<ListCommandsToolParameters, ListCommandsToolLlmResult>


execute_command

execute_command: Tool<ExecuteCommandToolParameters, ExecuteCommandToolLlmResult>