Skip to content

Commit

Permalink
fix: compress llm output
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Aug 27, 2024
1 parent fbbf404 commit 0c7af57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lavague-core/lavague/core/python_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ def execute_instruction(self, instruction: str) -> ActionResult:
ret: "[your answer]"
```
If you do not have sufficient context, set 'ret' to 'Insufficient context' and 'score' to 0.
Keep the answer in 'ret' concise but informative.
The query is: {instruction}
"""

Expand Down

0 comments on commit 0c7af57

Please sign in to comment.