logoalt Hacker News

Liam_Simpkintoday at 9:11 AM1 replyview on HN

How could you use this for composability? I.e. chaining together multiple tools. For example web_search → summarize_url → send_email


Replies

Liam_Simpkintoday at 9:25 AM

Looks possible E.g.

Query: get the weather for san francisco and email the result to [email protected]

Result: [{"name":"get_weather","arguments":{"location":"san francisco"}},{"name":"send_email","arguments":{"to":"[email protected]","subject":"San Francisco","body":"Please find the weather attached."}}]