Skip to content

Commit

Permalink
Increase the tool result character limit
Browse files Browse the repository at this point in the history
- Avoids tool results from being stripped when feeding back into input
- Bump to 0.22.2
  • Loading branch information
smathot committed Jul 23, 2024
1 parent 4db0222 commit d147d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sigmund/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""AI-based chatbot that provides sensible answers based on documentation"""

__version__ = '0.22.1'
__version__ = '0.22.2'
2 changes: 1 addition & 1 deletion sigmund/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
keep_tool_results = 4
# Tool results larger than this are not included in the prompt used for
# generating
large_tool_result_length = 1024
large_tool_result_length = 50000

# RATE LIMITS
#
Expand Down

0 comments on commit d147d10

Please sign in to comment.