Przeglądaj źródła

fix: bug that overwrote the llm model thought process when final_answ… (#17074)

Co-authored-by: 刘江波 <jiangbo721@163.com>
tags/1.2.0
jiangbo721 7 miesięcy temu
rodzic
commit
34cba83ac4
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      api/core/agent/base_agent_runner.py

+ 1
- 1
api/core/agent/base_agent_runner.py Wyświetl plik

@@ -332,7 +332,7 @@ class BaseAgentRunner(AppRunner):
agent_thought = updated_agent_thought

if thought:
agent_thought.thought = thought
agent_thought.thought += thought

if tool_name:
agent_thought.tool = tool_name

Ładowanie…
Anuluj
Zapisz