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
Properties
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.