Uses of Record Class
bg.codexio.ai.openai.api.payload.run.response.error.LastError
Packages that use LastError
-
Uses of LastError in bg.codexio.ai.openai.api.payload.run.response
Methods in bg.codexio.ai.openai.api.payload.run.response that return LastErrorModifier and TypeMethodDescriptionRunnableResponse.lastError()Returns the value of thelastErrorrecord component.Constructors in bg.codexio.ai.openai.api.payload.run.response with parameters of type LastErrorModifierConstructorDescriptionRunnableResponse(String id, String object, Integer createdAt, String assistantId, String threadId, String status, RequiredAction requiredAction, LastError lastError, Integer expiresAt, Integer startedAt, Integer cancelledAt, Integer failedAt, Integer completedAt, String model, String instructions, List<AssistantTool> tools, List<String> fileIds, Map<String, String> metadata) Creates an instance of aRunnableResponserecord class.