Skip to content

Commit

Permalink
Add empty tools to allow it
Browse files Browse the repository at this point in the history
  • Loading branch information
cremertim committed Jan 29, 2025
1 parent d37f5c4 commit b754c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pipeline/rewriting_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __call__(
)

response = self.request_handler.chat(
[prompt], CompletionArguments(temperature=0.4)
[prompt], CompletionArguments(temperature=0.4), tools = None
)
self._append_tokens(response.token_usage, PipelineEnum.IRIS_REWRITING_PIPELINE)
response = response.contents[0].text_content
Expand Down

0 comments on commit b754c2e

Please sign in to comment.