File size: 291 Bytes
3fdcc70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "you know what I want": [
        [
            {
                "tool_name": "text_to_image",
                "inputs": {
                    "text": "a dog"
                },
                "outputs": [
                    "image"
                ]
            }
        ]
    ]
}