mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 04:32:25 +00:00
remove breakpoints
This commit is contained in:
parent
17abffb505
commit
db0b2a60c1
2 changed files with 1 additions and 3 deletions
|
|
@ -758,7 +758,6 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
input_messages: List[Message],
|
||||
tool_defs: Dict[str, ToolDefinition],
|
||||
) -> None:
|
||||
breakpoint()
|
||||
memory_tool = tool_defs.get("memory", None)
|
||||
code_interpreter_tool = tool_defs.get(BuiltinTool.code_interpreter, None)
|
||||
if documents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue