Skip to content

Commit 7277258

Browse files
committed
Added a comment to a test case
1 parent 923a649 commit 7277258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_ai_connect/ai/api/model_pipelines/http/tests/test_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_params(self) -> StreamingChatBotParameters:
147147
conversation_id=None,
148148
system_prompt="You are a helpful assistant",
149149
media_type="application/json",
150-
no_tools=False,
150+
no_tools=False, # Do not bypass tool callings
151151
)
152152

153153
def send_event(self, ev):

0 commit comments

Comments
 (0)