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 923a649 commit 7277258Copy full SHA for 7277258
ansible_ai_connect/ai/api/model_pipelines/http/tests/test_pipelines.py
@@ -147,7 +147,7 @@ def get_params(self) -> StreamingChatBotParameters:
147
conversation_id=None,
148
system_prompt="You are a helpful assistant",
149
media_type="application/json",
150
- no_tools=False,
+ no_tools=False, # Do not bypass tool callings
151
)
152
153
def send_event(self, ev):
0 commit comments