ControlLLM / builtin_plan.json
zwgao's picture
add file
3fdcc70
raw
history blame
291 Bytes
{
"you know what I want": [
[
{
"tool_name": "text_to_image",
"inputs": {
"text": "a dog"
},
"outputs": [
"image"
]
}
]
]
}