IChatConversationSystemContent
Home > @gooddata/sdk-ui-gen-ai > IChatConversationSystemContent
IChatConversationSystemContent type
Local-only content type for system-role items (e.g. agent-switch events). Meaningful data lives in top-level item fields; content is structurally required but unused.
Signature:
export type IChatConversationSystemContent = {
type: "system";
};