Package-level declarations
Types
Represents the specification for an OpenAI chat completion request.
OpenaiChatCompletionsBuildingStep is a specialized implementation of AbstractBuildingStep intended for constructing and managing chat completion responses as part of the OpenAI Mock Server setup.
A specification class for defining and customizing the response to a chat completion request in an OpenAI-like conversational environment. Allows the configuration of the assistant response content, response handling flow, chunking behavior, delays, and the designated finish reason.
A specification class for defining and customizing the streaming chat response behavior in an OpenAI-like environment. This class provides configuration options for managing streaming responses, delays, chunking, and signaling the end of the response.