ContentKind
Represents the type of content that can be captured or redacted.
This enum is used to specify whether the content is:
INPUT: Sensitive input content (e.g., user/system messages, function call results).
OUTPUT: Sensitive output content (e.g., assistant response messages).
It is used in conjunction with a ContentCapturePolicy to determine whether to capture or redact specific types of content during operations.
See also
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.