Share via


Simulator Class

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Simulator for generating synthetic conversations.

Initializes the task simulator with the model configuration.

Constructor

Simulator(model_config: AzureOpenAIModelConfiguration | OpenAIModelConfiguration)

Parameters

Name Description
model_config
Required

A dictionary defining the configuration for the model. Acceptable types are AzureOpenAIModelConfiguration and OpenAIModelConfiguration.