freddyaboulton / gradio-tools

MIT License
560 stars 44 forks source link

Return block_input and block_output as list #33

Closed freddyaboulton closed 1 year ago

freddyaboulton commented 1 year ago

To support cases of multiple input and output components.

Right now all tools have one output component.

In the case of multiple input components, they are separated by a pipe character | in the query given by the agent.

CC @lysandrejik @srush