Comment by Liam_Simpkin
3 hours ago
How could you use this for composability? I.e. chaining together multiple tools. For example web_search → summarize_url → send_email
3 hours ago
How could you use this for composability? I.e. chaining together multiple tools. For example web_search → summarize_url → send_email
Looks possible E.g.
Query: get the weather for san francisco and email the result to test@test.com
Result: [{"name":"get_weather","arguments":{"location":"san francisco"}},{"name":"send_email","arguments":{"to":"test@test.com","subject":"San Francisco","body":"Please find the weather attached."}}]