We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0aa9a commit 407fc86Copy full SHA for 407fc86
ols/constants.py
@@ -60,7 +60,7 @@ class GenericLLMParameters:
60
61
62
# Max Iteration for tool calling
63
-MAX_ITERATIONS = 5
+MAX_ITERATIONS = 3
64
65
66
# Token related constants
ols/customize/ols/prompts.py
@@ -41,6 +41,8 @@
41
- User is asking about general information about Openshift/Kubernetes.
42
- User is asking "how-to" kind of queries for which you can refer retrieved documents.
43
Refer tool response / output before providing your response.
44
+Do not call a function twice with the same arguments. Never repeat your function calls.
45
+Call a function if it is relevant. Never make up functions.
46
"""
47
48
# Currently only additional instructions are concatenated to original
0 commit comments