Type alias ChatCompletionConfigPropertiesInternal

ChatCompletionConfigProperties: ChatCompletionConfigOptions & Required<Pick<ChatCompletionConfigOptions, "apiKey" | "model" | "stream">>

Although all properties of ChatCompletionConfigOptions are optional, some of them are certain to have a value when used in a ConversationConfig instance.

Only used for convenience within the ConversationConfig class. Not meant to be used by consumers of the library.

Generated using TypeDoc