Design your tasks in a crystal clear format.
Attribute | Parameters | Type | Description |
---|---|---|---|
Description | description | str | A clear and concise statement of what the task. |
Images | images | List[str] | Put your images to your task |
Response Format (Optional) | response_format | Optional[List[Union(BaseModal, ObjectResponse)]] | Describe the response you expect. |
Response Language (Optional) | response_lang | Optional[str] | Define the output language for your tasks. |
Tools (Optional) | tools | Optional[List[Union(MCP, Function)]] | The tools needed to complete the task. |
Context (Optional) | context | Optional[List[Union(Task, KnowledgeBase, str)]] | Context that helps accomplish the task |
Function Tools
MCP Tools
Together - Function + MCP Tools
Define a KnowledgeBase
response_lang
parameter within the Upsonic framework.
This parameter integrates a one-to-one translation system that converts the output into your desired language.