mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Temp patch to remove multiple tool calls (#2720)
This commit is contained in:
parent
3ef72b8d1a
commit
aa69fe762b
@ -316,7 +316,9 @@ class Answer:
|
||||
|
||||
yield from self._process_llm_stream(
|
||||
prompt=prompt,
|
||||
tools=[tool.tool_definition() for tool in self.tools],
|
||||
# as of now, we don't support multiple tool calls in sequence, which is why
|
||||
# we don't need to pass this in here
|
||||
# tools=[tool.tool_definition() for tool in self.tools],
|
||||
)
|
||||
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user