You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatKit is fully configurable through the options object you pass in React (`useChatKit`) or on the web component (`chatkit.setOptions`). Check the [ChatKitOptions reference](/api/@openai/chatkit/type-aliases/ChatKitOptions/) for every available field, and use the [ChatKit Playground](https://chatkit.studio/playground) to experiment with settings and copy a ready-to-use configuration.
8
+
ChatKit is fully configurable through the options object you pass in React (`useChatKit`) or on the web component (`chatkit.setOptions`). Check the [ChatKitOptions reference](api/openai/chatkit/type-aliases/chatkitoptions/) for every available field, and use the [ChatKit Playground](https://chatkit.studio/playground) to experiment with settings and copy a ready-to-use configuration.
9
9
10
10
<TabssyncKey="customize-language">
11
11
<TabItemlabel="React">
@@ -112,10 +112,10 @@ chatkit.setOptions({
112
112
113
113
## Key areas to configure
114
114
115
-
-**Theme** — Tune the appearance with the [`theme` options reference](/api/@openai/chatkit/type-aliases/ThemeOption/).
116
-
-**Header & history** — Manage layout and browsing with the [`header` options reference](/api/@openai/chatkit/type-aliases/HeaderOption/) and [`history` options reference](/api/@openai/chatkit/type-aliases/HistoryOption/).
117
-
-**Start screen** — Greet users and highlight actions via the [`startScreen` options reference](/api/@openai/chatkit/type-aliases/StartScreenOption/).
118
-
-**Composer** — Configure inputs, tools, model picker, and mentions through the [`composer` options reference](/api/@openai/chatkit/type-aliases/ComposerOption/).
119
-
-**Thread item actions** — Control feedback and retry behavior with the [`threadItemActions` options reference](/api/@openai/chatkit/type-aliases/ThreadItemActionsOption/).
115
+
-**Theme** — Tune the appearance with the [`theme` options reference](api/openai/chatkit/type-aliases/themeoption/).
116
+
-**Header & history** — Manage layout and browsing with the [`header` options reference](api/openai/chatkit/type-aliases/headeroption/) and [`history` options reference](api/openai/chatkit/type-aliases/historyoption/).
117
+
-**Start screen** — Greet users and highlight actions via the [`startScreen` options reference](api/openai/chatkit/type-aliases/startscreenoption/).
118
+
-**Composer** — Configure inputs, tools, model picker, and mentions through the [`composer` options reference](api/openai/chatkit/type-aliases/composeroption/).
119
+
-**Thread item actions** — Control feedback and retry behavior with the [`threadItemActions` options reference](api/openai/chatkit/type-aliases/threaditemactionsoption/).
0 commit comments