instructions property
System prompt for the agent. Governs persona AND spoken delivery
("talk quickly", "sound warm"), not just content. Same name and role as
OpenAI Realtime session.instructions. Unset uses the commons voice
default (short, spoken, no markdown).
This is the only system prompt the voice path reads: llm_generation.system_prompt is IGNORED here.
Implementation
@$pb.TagNumber(9)
$core.String get instructions => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set instructions($core.String value) => $_setString(8, value);