MCPcopy
hub / github.com/openai/chatkit-js / setOptions

Method setOptions

packages/chatkit/types/index.d.ts:963–963  ·  view source on GitHub ↗

* Applies configuration options to the ChatKit instance. * * **IMPORTANT**: New options are not merged with the existing options. You must provide a full set of options every time you call this method.

(options: ChatKitOptions)

Source from the content-addressed store, hash-verified

961 * **IMPORTANT**: New options are not merged with the existing options. You must provide a full set of options every time you call this method.
962 */
963 setOptions(options: ChatKitOptions): void;
964
965 /** Focuses the composer input field. */
966 focusComposer(): Promise<void>;

Callers 1

ChatKit.tsxFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected