IncludeContents

Controls how prior conversation history is included in this agent's model request.

Mirrors the Python ADK LlmAgent.include_contents field (Literal['default', 'none']).

Note: This setting only affects the contents portion of the model request. The system instruction (managed by the instructions processor) and the available tools (managed by the basic request processor) are preserved in both modes.

Entries

Link copied to clipboard

The model receives the relevant conversation history.

Link copied to clipboard

The model receives no prior history and operates solely on the current turn.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.