code-generator / tool_config.json
roselee's picture
Upload tool
74f7bde
raw
history blame contribute delete
348 Bytes
{
"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"
}