Uses of Record Class
com.bluebell.greenhouse.sol.models.responses.openai.OpenAIResponseOutputItem
Packages that use OpenAIResponseOutputItem
Package
Description
Response representations for OpenAI-backed symbol enrichment integrations.
-
Uses of OpenAIResponseOutputItem in com.bluebell.greenhouse.sol.models.responses.openai
Methods in com.bluebell.greenhouse.sol.models.responses.openai that return types with arguments of type OpenAIResponseOutputItemModifier and TypeMethodDescriptionOpenAIResponse.output()Returns the value of theoutputrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.responses.openai with type arguments of type OpenAIResponseOutputItemModifierConstructorDescriptionOpenAIResponse(String id, String status, String outputText, List<OpenAIResponseOutputItem> output, OpenAIResponseError error) Creates an instance of aOpenAIResponserecord class.