Types Reference
Actions
Section titled “Actions”Properties:
chatgpt(boolean): Enable or disable the ChatGPT action. Default:trueclaude(boolean): Enable or disable the Claude action. Default:truet3chat(boolean): Enable or disable the T3 Chat action. Default:falsev0(boolean): Enable or disable the v0 action. Default:falsemarkdown(boolean): Enable or disable the Markdown view action. Default:truecustom(Record<string, CustomAction>): Define custom actions with unique keys
CustomAction
Section titled “CustomAction”Properties:
label(string, required): The text displayed for the action buttonhref(string, required): The URL to open when the action is clicked