Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text-followup remove response_full tag if LLM has nothing to say #934

Open
jeffbl opened this issue Dec 18, 2024 · 0 comments
Open

text-followup remove response_full tag if LLM has nothing to say #934

jeffbl opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@jeffbl
Copy link
Member

jeffbl commented Dec 18, 2024

Right now, the LLM prompt for text-followup instructs that the LLM should populate the response_full tag with something like "I do not have any further details to provide". After conversation with @JRegimbal , this is not great behavior since then a future application would need to parse this (and it may vary slightly if the LLM is not paying proper attention), to know that there is nothing meaningful in this tag. The schema now defines the response_full tag as optional, and this work item is to change the LLM prompt to simply omit this tag entirely if the LLM itself does not think it can produce anything meaningful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant