Skip to content

SimulateConversationOptions

optional maxTurns?: number;

Max user turns before the simulation stops. Default: 10.


persona: SimulatedUserPersona;

runtime: SimulatableRuntime;

optional sessionId?: string;

userModel: LanguageModel;

Model that plays the user.