Save progress

This commit is contained in:
James Hush
2025-09-17 11:39:21 +08:00
parent 50a2a0dc86
commit c8a3d65aa4
2 changed files with 40 additions and 13 deletions

View File

@@ -172,7 +172,8 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
"I can help you with weather information, share interesting facts, "
"or just have a conversation. What would you like to know?"
),
EndFrame(),
# Don't send EndFrame() here - that closes the pipeline!
# The conversation should continue after the greeting
]
)