language property

String? language
final

The language the agent replies in (free-form, e.g. portuguese, es), woven into the system prompt. null lets the model choose (usually the user's language or English). Shell commands/output are unaffected.

Implementation

final String? language;