Update to the NEXT_QUESTION_PROMPT #108

Closed
opened 2026-02-15 19:16:00 -05:00 by yindo · 0 comments
Owner

Originally created by @slyapustin on GitHub (Dec 6, 2024).

I would suggest to rephrase NEXT_QUESTION_PROMPT to get suggestion for Users next questions instead of the Agent question.

https://github.com/run-llama/create-llama/blob/9852e7399c2bb86a8fd12b27c9efa4767a2b6d93/helpers/env-variables.ts#L528

Given the conversation history, please give me 3 questions that user might ask next!

Currently it suggest questions for user instead of the questions for agent:

Is there a specific task, problem, or topic related to "abc" that I can assist you with?

Originally created by @slyapustin on GitHub (Dec 6, 2024). I would suggest to rephrase NEXT_QUESTION_PROMPT to get suggestion for Users next questions instead of the Agent question. https://github.com/run-llama/create-llama/blob/9852e7399c2bb86a8fd12b27c9efa4767a2b6d93/helpers/env-variables.ts#L528 > Given the conversation history, please give me 3 questions that user might ask next! Currently it suggest questions for user instead of the questions for agent: > Is there a specific task, problem, or topic related to "abc" that I can assist you with?
yindo closed this issue 2026-02-15 19:16:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#108