language property

String? language
final

The language the agent replies in (free-form), or null to let the model choose. Applied to its prose, plans, explanations and summaries — not to shell commands or command output.

Implementation

final String? language;