What problem does it solve?
This Skill provides a comprehensive reference for all AI tools integrated into DBX Studio's AI chat system, streamlining the process of managing, understanding, and developing these tools.
Core Features & Use Cases
- Tool Discovery: Quickly find available AI tools, their purposes, and required parameters.
- Provider Information: Understand which AI providers are supported and where their integration logic resides.
- Development Guidance: Learn how to add new tools, modify existing ones, and understand format conversions for different AI models.
- Use Case: A developer needs to add a new data visualization tool to the AI chat. They consult this Skill to understand the
AI_TOOLS structure, the toolExecutor.ts logic, and how to format the tool for different providers like OpenAI and Anthropic.
Quick Start
Refer to the ai-tools skill to find the location of the tool definitions for the AI chat system.