instructions property

  1. @TagNumber.new(9)
String get instructions

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);
  1. @TagNumber.new(9)
set instructions (String value)

Implementation

@$pb.TagNumber(9)
set instructions($core.String value) => $_setString(8, value);