Represents a warning within a chat.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Warning", "title": "The warning object", "type": "object", "description": "Represents a warning within a chat.", "properties": { "message": { "type": "string", "description": "A human-readable message describing the warning", "example": "example_value" } } }