Uses of Record Class
bg.codexio.ai.openai.api.payload.run.response.action.ToolCall
Packages that use ToolCall
-
Uses of ToolCall in bg.codexio.ai.openai.api.payload.run.response.action
Methods in bg.codexio.ai.openai.api.payload.run.response.action that return types with arguments of type ToolCallModifier and TypeMethodDescriptionSubmitToolOutput.toolCalls()Returns the value of thetoolCallsrecord component.Constructor parameters in bg.codexio.ai.openai.api.payload.run.response.action with type arguments of type ToolCallModifierConstructorDescriptionSubmitToolOutput(List<ToolCall> toolCalls) Creates an instance of aSubmitToolOutputrecord class.