Source: factory.report/ObjReportConversation.py
Interactive web conversation report.
Renders a chat UI in the browser and uses
RemoteProcedureCall (axion.rpc.js) to stream
new messages every 10 seconds and route user
...
| Method | Signature | Description |
|---|---|---|
| RpcConversation | RpcConversation(data: dict = {}) -> list |
Poll for new messages since last_stamp. |
| RpcSendmessage | RpcSendmessage(data: dict = {}) -> list |
Store user message and trigger the |
| Render | Render(param1: str = '', param2: str = '', param3: str = '') -> str |
Render the chat UI. |