mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-24 12:41:02 +02:00
Agent messaging unit & contract tests
This commit is contained in:
parent
91f798402f
commit
7c2ea58ad5
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,7 @@ class Processor(AgentService):
|
||||||
answer=act.final,
|
answer=act.final,
|
||||||
error=None,
|
error=None,
|
||||||
thought=None,
|
thought=None,
|
||||||
|
observation=None,
|
||||||
end_of_message=True,
|
end_of_message=True,
|
||||||
end_of_dialog=True,
|
end_of_dialog=True,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue