model
Represents the active language model used within the session.
This property is backed by a delegate that ensures it can only be accessed while the session is active, as determined by the isActive property.
The model defines the language generation capabilities available for executing prompts and tool interactions within the session's context.
Usage of this property when the session is inactive will result in an exception.