Type alias SerializedChatModel

SerializedChatModel: {
    _model: string;
    _type: string;
} & Record<string, any>

Represents a serialized chat model.

Type declaration

  • _model: string
  • _type: string

Generated using TypeDoc