Open nordy1145 opened 4 days ago
I used the dev image and encountered a similar bug. I built and successfully ran an Agent, but when I tried to invoke it using the HTTP API, it returned
{"code":100,"data":null,"message":"AssertionError('Nothing. Is it over?')"}.
same problem , how should I change API , or mv service_conf.yaml to conf/ or so on , thanks
me too. I get the error like this: { "code": 100, "data": null, "message": "AssertionError('Nothing. Is it over?')" }
Is there an existing issue for the same bug?
Branch name
main
Commit ID
9b2f19fa66bb4a0bf2ddd787eabc9e39caf02ada
Other environment information
No response
Actual behavior
When running the Python Agent example, it's throwing a few exceptions.
Here is my python code.
I get the following error:
When I remove stream from session.ask (looks like stream isn't defined in the sdk at all) I get this error:
Expected behavior
No response
Steps to reproduce
Additional information
No response