Introduction
This section introduces a suite of small yet practical tools implemented in Agent Party.
Implemented Mini Tools
The following tools are currently available:
- Current Time
- Fetch Content from File/Image URLs
- Pseudo Reasoning
- Enhanced LaTeX Formula Rendering
- Language and Tone Control
Tool Descriptions
- Current Time: Retrieves the current time.
- Fetch Content from File/Image URLs: Extracts content from provided file or image URLs.
- Pseudo Reasoning: Enables models without reasoning capabilities to perform basic reasoning tasks.
- Enhanced LaTeX Formula Rendering: Enhances the model's ability to output more stable and accurate LaTeX formulas.
- Language and Tone Control: Provides better control over the language and tone of the model's output.
- Asynchronous tools: When a tool is called, it does not block the conversation, and the tool's results will be added to the conversation once generated. Note! This only applies to streaming API calls and does not affect non-streaming API calls.