File size: 348 Bytes
74f7bde
 
 
 
 
1
2
3
4
5
6
{
  "description": "This is a tool that generates codes related to a prompt. It takes two arguments named `example`, which is a template on how the user wants their code to be generated, and `prompt`, which is the prompt of the code, and returns the code to the prompt.",
  "name": "text_qa",
  "tool_class": "code_generating.CodeGeneratingTool"
}