diff --git a/deploy/copilot.mdx b/deploy/copilot.mdx index 50ef1f9..2f23f45 100644 --- a/deploy/copilot.mdx +++ b/deploy/copilot.mdx @@ -74,6 +74,10 @@ export interface IWidgetConfig { // The tailwind classname to apply to the button className?: string; }; + // custom CSS styles in copilot + customCssUrl?: string; + // allows passing extra query parameters in API requests to the Chainlit server + additionalQueryParamsForAPI?: Record; } ```