mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
adding the 1st configured vector_db_id, if any
Signed-off-by: Daniele Martinoli <dmartino@redhat.com>
This commit is contained in:
parent
7f9b767277
commit
3076977937
1 changed files with 0 additions and 2 deletions
|
@ -530,8 +530,6 @@ class ChatAgent(ShieldRunnerMixin):
|
||||||
toolgroups.add(toolgroup)
|
toolgroups.add(toolgroup)
|
||||||
|
|
||||||
tool_defs, tool_to_group = await self._get_tool_defs(toolgroups_for_turn)
|
tool_defs, tool_to_group = await self._get_tool_defs(toolgroups_for_turn)
|
||||||
if documents:
|
|
||||||
await self.handle_documents(session_id, documents, input_messages, tool_defs)
|
|
||||||
|
|
||||||
output_attachments = []
|
output_attachments = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue