interface ToolConfiguration {
    tools: Record<string, Tool>;
}

Properties

Properties

tools: Record<string, Tool>