ChatCapabilities constructor
const
ChatCapabilities({})
Implementation
const ChatCapabilities({
this.prompt = const ChatPromptCapabilities(
image: false,
audio: false,
embeddedContext: false,
),
this.attachments = false,
this.tools = false,
this.permissions = false,
this.executionPolicy = false,
this.queue = false,
this.restore = false,
});