Type alias ConversationConfigPropertiesInternal

ConversationConfigProperties: ConversationConfigOptions & Required<Pick<ConversationConfigOptions, "context" | "dry" | "disableModeration">>

Although all properties of ConversationConfigOptions 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