Uses of Record Class
bg.codexio.ai.openai.api.payload.chat.response.ToolCallResponse
Packages that use ToolCallResponse
Package
Description
-
Uses of ToolCallResponse in bg.codexio.ai.openai.api.payload.chat
Methods in bg.codexio.ai.openai.api.payload.chat that return types with arguments of type ToolCallResponseModifier and TypeMethodDescriptionChatMessage.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in bg.codexio.ai.openai.api.payload.chat with type arguments of type ToolCallResponseModifierConstructorDescriptionChatMessage(String role, String content, List<ToolCallResponse> toolCalls) Creates an instance of aChatMessagerecord class. -
Uses of ToolCallResponse in bg.codexio.ai.openai.api.payload.chat.response
Methods in bg.codexio.ai.openai.api.payload.chat.response that return ToolCallResponseModifier and TypeMethodDescriptionstatic ToolCallResponseToolCallResponse.empty()ToolCallResponse.merge(ToolCallResponse other) Methods in bg.codexio.ai.openai.api.payload.chat.response with parameters of type ToolCallResponse