Skip to main content

get_tools_for_task

Function
This function is defined in the auto module.
Analyze a task description and return appropriate tools.

Signature

Parameters

str
required
The task to analyze

Returns

List[str]
List of tool names appropriate for the task

Uses

  • matched_categories.add
  • seen.add

Used By

Source

View on GitHub

praisonai/auto.py at line 366

Tasks Concept

Task Configuration

Task Validation

Tools Concept

Create Custom Tools