acceptedOutputModes property

List<String>? acceptedOutputModes
getter/setter pair

A list of media types the client is prepared to accept for response parts.

Agents SHOULD use this to tailor their output.

Implementation

core.List<core.String>? acceptedOutputModes;