- Notifications
You must be signed in to change notification settings - Fork2k
Realtime: web demo#1149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Realtime: web demo#1149
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Add a web demo that uses a fastapi backend. Also remove the CLI UI demo.
sibblegp commentedJul 16, 2025
Nice. However, when I use it, none of the tool outputs are factored into the LLM response. For instance, when I ask for a stock price, it calls the tool properly, the logs show the output properly, but then it gives me some random number as the price. My tool outputs are dicts though so maybe that's where the issue is. |
32997b2
intomainUh oh!
There was an error while loading.Please reload this page.
Add a web demo that uses a fastapi backend. Also remove the CLI UI demo.