Our Web SDK now
receives tool call triggers and results
, allowing the client to handle them directly.
Use case example:
  • A user asks for information.
  • The agent queries via tool call.
  • The agent receives a
    list of options
    as tool call result.
  • The client can now
    display these options
    in the web app for a more
    intuitive user experience
    .
This makes interactions
smoother and more interactive
—try it out! 🚀