test: added tests

[
    See test_continuous_collect.py
]

[ref]: N25B-206
This commit is contained in:
Pim Hutting
2025-10-29 09:58:56 +01:00
parent 2efce93a37
commit f8dee6d878
3 changed files with 122 additions and 4 deletions

View File

@@ -12,8 +12,7 @@ class BeliefTextAgent(Agent):
# Send multiple beliefs in one JSON payload
payload = {
"type": "belief_extraction_text",
"beliefs": {"user_said": [["hello","test"],["Can you help me?"],["stop talking to me"],["No"],["Pepper do a dance"]]}
"beliefs": {"user_said": [["hello test"],["Can you help me?"],["stop talking to me"],["No"],["Pepper do a dance"]]}
}
msg = Message(to=to_jid)