Replies: 3 comments 2 replies
-
Hi @bklynate, If I understand your question. |
Beta Was this translation helpful? Give feedback.
-
From my limited understanding, you will not be able to provide a definitive answer to such a question without linking to an API of some sort, hopefully from MLB. The fact that it gave you an answer at all about playing today was, in my opinion, merely a hallucination. |
Beta Was this translation helpful? Give feedback.
-
I ended up rolling my own solution using langchain.js. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would anyone happen to have experience creating a bot that does additional iterations on the prompt until it gets the correct response?
I am trying to get this bot to answer the question, "Are the Mets playing today? If so, who are they playing against, and what time."
Here is how I have the bot configured/built:

It can correctly tell me if the Mets are playing today, but the best response I can get in terms of answering the question "Who are they playing and what time" is it will respond with a link to the MLB website schedule page.
I think my issue is the Agent isn't drilling down further and answering the question; hence I want it to iterate on its responses, maybe to determine if it is correctly answering the initial prompt...
Beta Was this translation helpful? Give feedback.
All reactions