Code review cleanup

This commit is contained in:
Mark Backman
2026-03-25 10:53:07 -04:00
parent bbd14de9c5
commit adc003d6c7
8 changed files with 20 additions and 159 deletions

View File

@@ -131,7 +131,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
logger.info(f"Client connected")
# Kick off the conversation.
context.add_message(
{"role": "user", "content": "Please introduce yourself to the user."}
{"role": "developer", "content": "Please introduce yourself to the user."}
)
await task.queue_frames([LLMRunFrame()])