Simulate Conversation
Run a full conversation simulation between your agent and a synthetic user using the Galtea SDK.
Returns
It returns a result object from the Conversation Simulator containing the complete conversation history, status, and metadata. This is used to analyze how your agent performed in the test scenario.
In order to run the simulation you need to use Galtea’s Agent. This agent manages your conversations with our simulation service so you don’t have to worry about it.
Example
Parameters
The session identifier for this simulation.
Your implementation of the Agent class, containing your conversational logic.
Maximum number of conversation turns. Default: 10
Whether to log inference results to the platform. Default: True
Whether to include metadata in the simulation result. Default: False