Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ols/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class GenericLLMParameters:


# Max Iteration for tool calling
MAX_ITERATIONS = 5
MAX_ITERATIONS = 3


# Token related constants
Expand Down
2 changes: 2 additions & 0 deletions ols/customize/ols/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
- User is asking about general information about Openshift/Kubernetes.
- User is asking "how-to" kind of queries for which you can refer retrieved documents.
Refer tool response / output before providing your response.
Do not call a function twice with the same arguments. Never repeat your function calls.
Call a function if it is relevant. Never make up functions.
"""

# Currently only additional instructions are concatenated to original
Expand Down