(chunk: str, total: str)
| 185 | user_prompt = agent.read_prompt("compact.msg.md", conversation=full_text) |
| 186 | |
| 187 | async def stream_cb(chunk: str, total: str): |
| 188 | if chunk: |
| 189 | log_item.stream(content=chunk) |
| 190 | |
| 191 | summary, _ = await model.unified_call( |
| 192 | system_message=system_prompt, |