Uses of Record Class
com.bluebell.greenhouse.sol.models.requests.openai.OpenAIResponseRequestMessage
Packages that use OpenAIResponseRequestMessage
Package
Description
Request payloads for OpenAI-backed integrations.
-
Uses of OpenAIResponseRequestMessage in com.bluebell.greenhouse.sol.models.requests.openai
Methods in com.bluebell.greenhouse.sol.models.requests.openai that return types with arguments of type OpenAIResponseRequestMessageModifier and TypeMethodDescriptionOpenAIResponseRequest.input()Returns the value of theinputrecord component.Constructor parameters in com.bluebell.greenhouse.sol.models.requests.openai with type arguments of type OpenAIResponseRequestMessageModifierConstructorDescriptionOpenAIResponseRequest(String model, List<OpenAIResponseRequestMessage> input, List<OpenAIResponseRequestTool> tools, OpenAIResponseRequestText text) Creates an instance of aOpenAIResponseRequestrecord class.