Use "developer" role for remaining developer-intent messages in examples

This commit is contained in:
Paul Kompfner
2026-03-20 17:46:47 -04:00
parent 27fabfc1b3
commit 5806a3f0fa
34 changed files with 39 additions and 39 deletions

View File

@@ -169,7 +169,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
# Kick off the conversation.
context.add_message(
{
"role": "user",
"role": "developer",
"content": f"Please introduce yourself to the user briefly; don't mention the camera. Use '{client_id}' as the user ID during function calls.",
}
)