PlanetScaleChatMessageHistoryInput: {
    sessionId: string;
    client?: PlanetScaleClient;
    config?: PlanetScaleConfig;
    tableName?: string;
}

Type definition for the input parameters required when instantiating a PlanetScaleChatMessageHistory object.

Type declaration

  • sessionId: string
  • Optional client?: PlanetScaleClient
  • Optional config?: PlanetScaleConfig
  • Optional tableName?: string

Generated using TypeDoc