/** * This file was auto-generated by Fern from our API Definition. */ import * as Zep from "../../../../index"; /** * @example * { * metadata: { * "key": "value" * } * } */ export interface UpdateSessionRequest { /** * Optional instruction to use for fact rating. * Fact rating instructions can not be unset. */ factRatingInstruction?: Zep.FactRatingInstruction; /** The metadata to update */ metadata: Record; }