added

Tool response in Playground

We've enhanced the Playground experience by introducing interactive tool responses. When you're using tools (also known as function calls) within your workflow, you can now seamlessly provide the tool response back to the model, enabling continuous and efficient testing of your workflows.

How it works:

Invoke Tools: When your model calls a tool (e.g., get_weather), it provides the tool name and relevant arguments.

Interactive Response: Previously, your workflow paused here, requiring manual intervention. Now, you can directly give the tool response back to the model or use the handy Tab shortcut to auto-generate a suggested response.

Continue Workflow: With the tool response provided, the model can continue, generating a final, context-aware response.

This new capability simplifies debugging and allows you to rapidly prototype sophisticated workflows without interruption. See an example below.


Tool use in the Playground

Tool use in the Playground