model property

String? model
getter/setter pair

The LLM model that the agent should use.

If not set, the agent will inherit the model from its parent agent.

Optional.

Implementation

core.String? model;