Uses of Record Class
bg.codexio.ai.openai.api.payload.chat.response.FunctionResponse
Packages that use FunctionResponse
-
Uses of FunctionResponse in bg.codexio.ai.openai.api.payload.chat.response
Methods in bg.codexio.ai.openai.api.payload.chat.response that return FunctionResponseModifier and TypeMethodDescriptionstatic FunctionResponseFunctionResponse.empty()ToolCallResponse.function()Returns the value of thefunctionrecord component.FunctionResponse.merge(FunctionResponse other) Methods in bg.codexio.ai.openai.api.payload.chat.response with parameters of type FunctionResponseConstructors in bg.codexio.ai.openai.api.payload.chat.response with parameters of type FunctionResponseModifierConstructorDescriptionToolCallResponse(Integer index, String id, String type, FunctionResponse function) Creates an instance of aToolCallResponserecord class.