mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-23 20:21:03 +02:00
Fix end of message stuff
This commit is contained in:
parent
a781d4c758
commit
6022d600a8
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ class AgentManager:
|
|||
|
||||
logger.info(f"resp: {resp}")
|
||||
|
||||
await observe(resp)
|
||||
await observe(resp, is_final=True)
|
||||
|
||||
act.observation = resp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue