Interface AIChatTreeInputConfiguration

interface AIChatTreeInputConfiguration {
    showChangeSet?: boolean;
    showContext?: boolean;
    showPinnedAgent?: boolean;
    showSuggestions?: boolean;
}

Hierarchy (view full)

Properties

showChangeSet?: boolean
showContext?: boolean
showPinnedAgent?: boolean
showSuggestions?: boolean