Readonly
configThe scenario configuration.
Readonly
descriptionThe scenario description.
The current turn number in the scenario.
The sequence of messages exchanged during the scenario.
The unique identifier for the execution thread.
Adds a message to the scenario's execution state.
The core message to add.
Checks if a tool call for a specific tool exists in the execution state.
The name of the tool.
True if the tool call exists, false otherwise.
Retrieves the last message from the execution state.
The last message.
Retrieves the last tool call message for a specific tool.
The name of the tool.
The last tool call message.
Retrieves the last user message from the execution state.
The last user message.
Defines the state of a scenario execution.