Skip to content

Commit

Permalink
Fix bug in prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Jan 8, 2024
1 parent 89f8cbd commit 461dd77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docassemble/ALToolbox/llms.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ def response_satisfies_me_or_follow_up(
Read the entire exchange with the user, in light of this goal:
```{ self.description }```
Your only response should be:
* The exact text "satisfied" if the conversation thread as a whole meets the goal
* The text of a follow-up question that gets closer to the goal if another question is needed
Respond with the exact text "satisfied" (and no other text) if the goal is satisfied. If the goal is not satisfied,
respond with a brief follow-up question that directs the user toward the goal. If they have already provided a partial
response, explain why and how they should expand on it.
"""

results = chat_completion(
Expand Down

0 comments on commit 461dd77

Please sign in to comment.