Hierarchy For Package io.github.stefanbratanov.jvm.openai
Class Hierarchy
- java.lang.Object
- io.github.stefanbratanov.jvm.openai.AssistantsClient
- io.github.stefanbratanov.jvm.openai.AudioClient
- io.github.stefanbratanov.jvm.openai.BatchClient
- io.github.stefanbratanov.jvm.openai.ChatClient
- io.github.stefanbratanov.jvm.openai.CreateAssistantRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateBatchRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateChatCompletionRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateFineTuningJobRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateFineTuningJobRequest.Hyperparameters.Builder
- io.github.stefanbratanov.jvm.openai.CreateImageRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateImageVariationRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateMessageRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateRunRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateThreadAndRunRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateThreadRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateThreadRequest.Message.Builder
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreFileBatchRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreFileRequest.Builder
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreRequest.Builder
- io.github.stefanbratanov.jvm.openai.EditImageRequest.Builder
- io.github.stefanbratanov.jvm.openai.EmbeddingsClient
- io.github.stefanbratanov.jvm.openai.EmbeddingsRequest.Builder
- io.github.stefanbratanov.jvm.openai.FilesClient
- io.github.stefanbratanov.jvm.openai.FineTuningClient
- io.github.stefanbratanov.jvm.openai.FineTuningJobIntegration.Wandb.Builder
- io.github.stefanbratanov.jvm.openai.Function.Builder
- io.github.stefanbratanov.jvm.openai.ImagesClient
- io.github.stefanbratanov.jvm.openai.MessagesClient
- io.github.stefanbratanov.jvm.openai.ModelsClient
- io.github.stefanbratanov.jvm.openai.ModerationRequest.Builder
- io.github.stefanbratanov.jvm.openai.ModerationsClient
- io.github.stefanbratanov.jvm.openai.ModifyAssistantRequest.Builder
- io.github.stefanbratanov.jvm.openai.ModifyMessageRequest.Builder
- io.github.stefanbratanov.jvm.openai.ModifyRunRequest.Builder
- io.github.stefanbratanov.jvm.openai.ModifyThreadRequest.Builder
- io.github.stefanbratanov.jvm.openai.ModifyVectorStoreRequest.Builder
- io.github.stefanbratanov.jvm.openai.OpenAI
- io.github.stefanbratanov.jvm.openai.OpenAI.Builder
- io.github.stefanbratanov.jvm.openai.PaginationQueryParameters.Builder
- java.lang.Record
- io.github.stefanbratanov.jvm.openai.Assistant
- io.github.stefanbratanov.jvm.openai.AssistantsClient.PaginatedAssistants
- io.github.stefanbratanov.jvm.openai.AssistantsResponseFormat.StringResponseFormat (implements io.github.stefanbratanov.jvm.openai.AssistantsResponseFormat)
- io.github.stefanbratanov.jvm.openai.AssistantsToolChoice.StringToolChoice (implements io.github.stefanbratanov.jvm.openai.AssistantsToolChoice)
- io.github.stefanbratanov.jvm.openai.AssistantStreamEvent
- io.github.stefanbratanov.jvm.openai.Attachment
- io.github.stefanbratanov.jvm.openai.Batch
- io.github.stefanbratanov.jvm.openai.Batch.Errors
- io.github.stefanbratanov.jvm.openai.Batch.Errors.Data
- io.github.stefanbratanov.jvm.openai.Batch.RequestCounts
- io.github.stefanbratanov.jvm.openai.BatchClient.PaginatedBatches
- io.github.stefanbratanov.jvm.openai.ChatCompletion
- io.github.stefanbratanov.jvm.openai.ChatCompletion.Choice
- io.github.stefanbratanov.jvm.openai.ChatCompletion.Choice.Message
- io.github.stefanbratanov.jvm.openai.ChatCompletionChunk
- io.github.stefanbratanov.jvm.openai.ChatCompletionChunk.Choice
- io.github.stefanbratanov.jvm.openai.ChatCompletionChunk.Choice.Delta
- io.github.stefanbratanov.jvm.openai.ChatMessage.AssistantMessage (implements io.github.stefanbratanov.jvm.openai.ChatMessage)
- io.github.stefanbratanov.jvm.openai.ChatMessage.SystemMessage (implements io.github.stefanbratanov.jvm.openai.ChatMessage)
- io.github.stefanbratanov.jvm.openai.ChatMessage.ToolMessage (implements io.github.stefanbratanov.jvm.openai.ChatMessage)
- io.github.stefanbratanov.jvm.openai.ChatMessage.UserMessage.UserMessageWithContentParts (implements io.github.stefanbratanov.jvm.openai.ChatMessage.UserMessage<T>)
- io.github.stefanbratanov.jvm.openai.ChatMessage.UserMessage.UserMessageWithTextContent (implements io.github.stefanbratanov.jvm.openai.ChatMessage.UserMessage<T>)
- io.github.stefanbratanov.jvm.openai.ChunkingStrategy.AutoChunkingStrategy (implements io.github.stefanbratanov.jvm.openai.ChunkingStrategy)
- io.github.stefanbratanov.jvm.openai.ChunkingStrategy.OtherChunkingStrategy (implements io.github.stefanbratanov.jvm.openai.ChunkingStrategy)
- io.github.stefanbratanov.jvm.openai.ChunkingStrategy.StaticChunkingStrategy (implements io.github.stefanbratanov.jvm.openai.ChunkingStrategy)
- io.github.stefanbratanov.jvm.openai.ChunkingStrategy.StaticChunkingStrategy.Static
- io.github.stefanbratanov.jvm.openai.ContentPart.ImageFileContentPart (implements io.github.stefanbratanov.jvm.openai.ContentPart)
- io.github.stefanbratanov.jvm.openai.ContentPart.ImageFileContentPart.ImageFile
- io.github.stefanbratanov.jvm.openai.ContentPart.ImageUrlContentPart (implements io.github.stefanbratanov.jvm.openai.ContentPart)
- io.github.stefanbratanov.jvm.openai.ContentPart.ImageUrlContentPart.ImageUrl
- io.github.stefanbratanov.jvm.openai.ContentPart.TextContentPart (implements io.github.stefanbratanov.jvm.openai.ContentPart)
- io.github.stefanbratanov.jvm.openai.CreateAssistantRequest
- io.github.stefanbratanov.jvm.openai.CreateBatchRequest
- io.github.stefanbratanov.jvm.openai.CreateChatCompletionRequest
- io.github.stefanbratanov.jvm.openai.CreateChatCompletionRequest.StreamOptions
- io.github.stefanbratanov.jvm.openai.CreateFineTuningJobRequest
- io.github.stefanbratanov.jvm.openai.CreateFineTuningJobRequest.Hyperparameters
- io.github.stefanbratanov.jvm.openai.CreateImageRequest
- io.github.stefanbratanov.jvm.openai.CreateImageVariationRequest
- io.github.stefanbratanov.jvm.openai.CreateMessageRequest
- io.github.stefanbratanov.jvm.openai.CreateRunRequest
- io.github.stefanbratanov.jvm.openai.CreateThreadAndRunRequest
- io.github.stefanbratanov.jvm.openai.CreateThreadRequest
- io.github.stefanbratanov.jvm.openai.CreateThreadRequest.Message
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreFileBatchRequest
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreFileRequest
- io.github.stefanbratanov.jvm.openai.CreateVectorStoreRequest
- io.github.stefanbratanov.jvm.openai.DeletionStatus
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall (implements io.github.stefanbratanov.jvm.openai.DeltaToolCall)
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput (implements io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output)
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.LogOutput (implements io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output)
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.FileSearchToolCall (implements io.github.stefanbratanov.jvm.openai.DeltaToolCall)
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.FunctionToolCall (implements io.github.stefanbratanov.jvm.openai.DeltaToolCall)
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.FunctionToolCall.Function
- io.github.stefanbratanov.jvm.openai.EditImageRequest
- io.github.stefanbratanov.jvm.openai.Embeddings
- io.github.stefanbratanov.jvm.openai.Embeddings.Embedding
- io.github.stefanbratanov.jvm.openai.Embeddings.Usage
- io.github.stefanbratanov.jvm.openai.EmbeddingsRequest
- io.github.stefanbratanov.jvm.openai.ExpiresAfter
- io.github.stefanbratanov.jvm.openai.File
- io.github.stefanbratanov.jvm.openai.FineTuningClient.PaginatedFineTuningCheckpoints
- io.github.stefanbratanov.jvm.openai.FineTuningClient.PaginatedFineTuningEvents
- io.github.stefanbratanov.jvm.openai.FineTuningClient.PaginatedFineTuningJobs
- io.github.stefanbratanov.jvm.openai.FineTuningJob
- io.github.stefanbratanov.jvm.openai.FineTuningJob.Error
- io.github.stefanbratanov.jvm.openai.FineTuningJob.Hyperparameters
- io.github.stefanbratanov.jvm.openai.FineTuningJobCheckpoint
- io.github.stefanbratanov.jvm.openai.FineTuningJobCheckpoint.Metrics
- io.github.stefanbratanov.jvm.openai.FineTuningJobEvent
- io.github.stefanbratanov.jvm.openai.FineTuningJobIntegration
- io.github.stefanbratanov.jvm.openai.FineTuningJobIntegration.Wandb
- io.github.stefanbratanov.jvm.openai.Function
- io.github.stefanbratanov.jvm.openai.Images
- io.github.stefanbratanov.jvm.openai.Images.Image
- io.github.stefanbratanov.jvm.openai.LastError
- io.github.stefanbratanov.jvm.openai.Logprobs
- io.github.stefanbratanov.jvm.openai.Logprobs.Content
- io.github.stefanbratanov.jvm.openai.Logprobs.TopLogprob
- io.github.stefanbratanov.jvm.openai.MessagesClient.PaginatedThreadMessages
- io.github.stefanbratanov.jvm.openai.Model
- io.github.stefanbratanov.jvm.openai.Moderation
- io.github.stefanbratanov.jvm.openai.Moderation.Result
- io.github.stefanbratanov.jvm.openai.Moderation.Result.Categories
- io.github.stefanbratanov.jvm.openai.Moderation.Result.CategoryScores
- io.github.stefanbratanov.jvm.openai.ModerationRequest
- io.github.stefanbratanov.jvm.openai.ModifyAssistantRequest
- io.github.stefanbratanov.jvm.openai.ModifyMessageRequest
- io.github.stefanbratanov.jvm.openai.ModifyRunRequest
- io.github.stefanbratanov.jvm.openai.ModifyThreadRequest
- io.github.stefanbratanov.jvm.openai.ModifyVectorStoreRequest
- io.github.stefanbratanov.jvm.openai.OpenAIException.Error
- io.github.stefanbratanov.jvm.openai.PaginationQueryParameters
- io.github.stefanbratanov.jvm.openai.ResponseFormat (implements io.github.stefanbratanov.jvm.openai.AssistantsResponseFormat)
- io.github.stefanbratanov.jvm.openai.RunsClient.PaginatedThreadRuns
- io.github.stefanbratanov.jvm.openai.RunStepsClient.PaginatedThreadRunSteps
- io.github.stefanbratanov.jvm.openai.SpeechRequest
- io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest
- io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest.ToolOutput
- io.github.stefanbratanov.jvm.openai.Thread (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadMessage (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.ImageFileContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessage.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.ImageFileContent.ImageFile
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.ImageUrlContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessage.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.ImageUrlContent.ImageUrl
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessage.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation.FileCitationAnnotation (implements io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation.FileCitationAnnotation.FileCitation
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation.FilePathAnnotation (implements io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation)
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation.FilePathAnnotation.FilePath
- io.github.stefanbratanov.jvm.openai.ThreadMessage.IncompleteDetails
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.ImageFileContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.ImageFileContent.ImageFile
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.ImageUrlContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.ImageUrlContent.ImageUrl
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent (implements io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation.FileCitationAnnotation (implements io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation.FileCitationAnnotation.FileCitation
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation.FilePathAnnotation (implements io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation)
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation.FilePathAnnotation.FilePath
- io.github.stefanbratanov.jvm.openai.ThreadRun (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadRun.IncompleteDetails
- io.github.stefanbratanov.jvm.openai.ThreadRun.RequiredAction
- io.github.stefanbratanov.jvm.openai.ThreadRun.RequiredAction.SubmitToolOutputs
- io.github.stefanbratanov.jvm.openai.ThreadRunStep (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails.MessageCreationStepDetails (implements io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails)
- io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails.MessageCreationStepDetails.MessageCreation
- io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails.ToolCallsStepDetails (implements io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails)
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta (implements io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data)
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.Delta
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails.MessageCreationStepDetails (implements io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails)
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails.MessageCreationStepDetails.MessageCreation
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails.ToolCallsStepDetails (implements io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails)
- io.github.stefanbratanov.jvm.openai.Tool.CodeInterpreterTool (implements io.github.stefanbratanov.jvm.openai.Tool)
- io.github.stefanbratanov.jvm.openai.Tool.FileSearchTool (implements io.github.stefanbratanov.jvm.openai.Tool)
- io.github.stefanbratanov.jvm.openai.Tool.FileSearchTool.FileSearch
- io.github.stefanbratanov.jvm.openai.Tool.FunctionTool (implements io.github.stefanbratanov.jvm.openai.Tool)
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall (implements io.github.stefanbratanov.jvm.openai.ToolCall)
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput (implements io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output)
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.ImageOutput.Image
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output.LogOutput (implements io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output)
- io.github.stefanbratanov.jvm.openai.ToolCall.FileSearchToolCall (implements io.github.stefanbratanov.jvm.openai.ToolCall)
- io.github.stefanbratanov.jvm.openai.ToolCall.FunctionToolCall (implements io.github.stefanbratanov.jvm.openai.ToolCall)
- io.github.stefanbratanov.jvm.openai.ToolCall.FunctionToolCall.Function
- io.github.stefanbratanov.jvm.openai.ToolChoice (implements io.github.stefanbratanov.jvm.openai.AssistantsToolChoice)
- io.github.stefanbratanov.jvm.openai.ToolChoice.Function
- io.github.stefanbratanov.jvm.openai.ToolResources
- io.github.stefanbratanov.jvm.openai.ToolResources.CodeInterpreter
- io.github.stefanbratanov.jvm.openai.ToolResources.FileSearch
- io.github.stefanbratanov.jvm.openai.ToolResources.FileSearch.VectorStore
- io.github.stefanbratanov.jvm.openai.TranscriptionRequest
- io.github.stefanbratanov.jvm.openai.TranslationRequest
- io.github.stefanbratanov.jvm.openai.TruncationStrategy
- io.github.stefanbratanov.jvm.openai.UploadFileRequest
- io.github.stefanbratanov.jvm.openai.Usage
- io.github.stefanbratanov.jvm.openai.VectorStore
- io.github.stefanbratanov.jvm.openai.VectorStore.FileCounts
- io.github.stefanbratanov.jvm.openai.VectorStoreFile
- io.github.stefanbratanov.jvm.openai.VectorStoreFileBatch
- io.github.stefanbratanov.jvm.openai.VectorStoreFileBatch.FileCounts
- io.github.stefanbratanov.jvm.openai.VectorStoreFileBatchesClient.PaginatedVectorStoreFiles
- io.github.stefanbratanov.jvm.openai.VectorStoreFilesClient.PaginatedVectorStoreFiles
- io.github.stefanbratanov.jvm.openai.VectorStoresClient.PaginatedVectorStores
- io.github.stefanbratanov.jvm.openai.RunsClient
- io.github.stefanbratanov.jvm.openai.RunStepsClient
- io.github.stefanbratanov.jvm.openai.SpeechRequest.Builder
- io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest.Builder
- io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest.ToolOutput.Builder
- io.github.stefanbratanov.jvm.openai.ThreadsClient
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.stefanbratanov.jvm.openai.OpenAIException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.stefanbratanov.jvm.openai.ToolResources.FileSearch.VectorStore.Builder
- io.github.stefanbratanov.jvm.openai.TranscriptionRequest.Builder
- io.github.stefanbratanov.jvm.openai.TranslationRequest.Builder
- io.github.stefanbratanov.jvm.openai.UploadFileRequest.Builder
- io.github.stefanbratanov.jvm.openai.VectorStoreFileBatchesClient
- io.github.stefanbratanov.jvm.openai.VectorStoreFilesClient
- io.github.stefanbratanov.jvm.openai.VectorStoresClient
Interface Hierarchy
- io.github.stefanbratanov.jvm.openai.AssistantsResponseFormat
- io.github.stefanbratanov.jvm.openai.AssistantsToolChoice
- io.github.stefanbratanov.jvm.openai.AssistantStreamEvent.Data
- io.github.stefanbratanov.jvm.openai.AssistantStreamEventSubscriber
- io.github.stefanbratanov.jvm.openai.ChatCompletionStreamSubscriber
- io.github.stefanbratanov.jvm.openai.ChatMessage
- io.github.stefanbratanov.jvm.openai.ChatMessage.UserMessage<T>
- io.github.stefanbratanov.jvm.openai.ChunkingStrategy
- io.github.stefanbratanov.jvm.openai.ContentPart
- io.github.stefanbratanov.jvm.openai.DeltaToolCall
- io.github.stefanbratanov.jvm.openai.DeltaToolCall.CodeInterpreterToolCall.CodeInterpreter.Output
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content
- io.github.stefanbratanov.jvm.openai.ThreadMessage.Content.TextContent.Text.Annotation
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content
- io.github.stefanbratanov.jvm.openai.ThreadMessageDelta.Delta.Content.TextContent.Text.Annotation
- io.github.stefanbratanov.jvm.openai.ThreadRunStep.StepDetails
- io.github.stefanbratanov.jvm.openai.ThreadRunStepDelta.StepDetails
- io.github.stefanbratanov.jvm.openai.Tool
- io.github.stefanbratanov.jvm.openai.ToolCall
- io.github.stefanbratanov.jvm.openai.ToolCall.CodeInterpreterToolCall.CodeInterpreter.Output
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.github.stefanbratanov.jvm.openai.OpenAIModel
- io.github.stefanbratanov.jvm.openai.Purpose
- io.github.stefanbratanov.jvm.openai.Role
- io.github.stefanbratanov.jvm.openai.Voice
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)