Package org.mockserver.llm
Class OpenAiResponsesStore.StoredResponse
java.lang.Object
org.mockserver.llm.OpenAiResponsesStore.StoredResponse
- Enclosing class:
- OpenAiResponsesStore
An issued, stored Responses-API response: its id, the full conversation as of this turn, and the raw response body.
-
Constructor Summary
ConstructorsConstructorDescriptionStoredResponse(String id, ParsedConversation conversation, String responseBodyJson) -
Method Summary
Modifier and TypeMethodDescriptionThe full conversation (prior chained turns + this turn's input + this turn's assistant output).getId()
-
Constructor Details
-
StoredResponse
-
-
Method Details
-
getId
-
getConversation
The full conversation (prior chained turns + this turn's input + this turn's assistant output). -
getResponseBodyJson
-