ComposerConfig
Interface: ComposerConfig
Properties
placeholder?
optionalplaceholder:string
The placeholder text for the composer input.
Default
'Send a message...'attachments?
optionalattachments:boolean|AttachmentsConfig
Configuration for file attachments in the composer.
Set to false to disable attachments entirely.
Set to true for default attachment behavior.
Or provide an object for fine-grained control.
Default
truetoolMentions?
optionaltoolMentions:boolean|ToolMentionsConfig
Configuration for
Tool
mentions in the composer.
Set to false to disable, true for defaults, or an object for fine-grained control.
Default
trueLast updated on