AI Assistants
By default, Zudoku shows "Use in Claude" and "Use in ChatGPT" options in dropdown menus on both
API reference and documentation pages. You can customize this
behavior using the top-level aiAssistants configuration.
Disable AI Assistants
To remove all AI assistant options:
Code
Use Only Specific Presets
Code
Available presets: "claude", "chatgpt"
Add Custom AI Assistants
You can add custom entries with a label and URL. Use {pageUrl} as a placeholder in the URL string,
or provide a callback for full control:
Code
The callback receives { pageUrl: string, type: "docs" | "openapi" } so you can customize behavior
per context.
Last modified on