Hierarchy For Package io.github.sashirestela.openai.domain.assistant
Package Hierarchies:Class Hierarchy
- java.lang.Object
- io.github.sashirestela.openai.domain.assistant.Assistant
- io.github.sashirestela.openai.domain.assistant.AssistantModifyRequest
- io.github.sashirestela.openai.domain.assistant.AssistantRequest
- io.github.sashirestela.openai.domain.assistant.AssistantTool.FileSearch
- io.github.sashirestela.openai.domain.assistant.Attachment
- io.github.sashirestela.openai.domain.assistant.Attachment.AttachmentTool
- io.github.sashirestela.openai.domain.assistant.ChunkingStrategy
- io.github.sashirestela.openai.domain.assistant.ChunkingStrategy.StaticChunking
- io.github.sashirestela.openai.domain.assistant.ExpiresAfter
- io.github.sashirestela.openai.domain.assistant.FileCount
- io.github.sashirestela.openai.domain.assistant.IncompleteDetail
- io.github.sashirestela.openai.domain.assistant.LastError
- io.github.sashirestela.openai.domain.assistant.RankingOption
- io.github.sashirestela.openai.domain.assistant.StepDetail
- io.github.sashirestela.openai.domain.assistant.StepDetail.MessageCreationStep
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep
- io.github.sashirestela.openai.domain.assistant.StepDetail.MessageCreationStep.MessageCreation
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FileSearchToolCall
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FunctionToolCall
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.UnknownToolCall
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool.Output
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool.Output.ImageOutput
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool.Output.LogOutput
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool.Output.ImageOutput.ImageOutputFile
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FileSearchToolCall.FileSearch
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FileSearchToolCall.FileSearch.FileSearchResult
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FileSearchToolCall.FileSearch.FileSearchResult.FileSearchContent
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.FunctionToolCall.FunctionTool
- io.github.sashirestela.openai.domain.assistant.Thread
- io.github.sashirestela.openai.domain.assistant.ThreadCreateAndRunRequest
- io.github.sashirestela.openai.domain.assistant.ThreadMessage
- io.github.sashirestela.openai.domain.assistant.ThreadMessageDelta
- io.github.sashirestela.openai.domain.assistant.ThreadMessageDelta.MessageDeltaDetail
- io.github.sashirestela.openai.domain.assistant.ThreadMessageModifyRequest
- io.github.sashirestela.openai.domain.assistant.ThreadMessageRequest
- io.github.sashirestela.openai.domain.assistant.ThreadModifyRequest
- io.github.sashirestela.openai.domain.assistant.ThreadRequest
- io.github.sashirestela.openai.domain.assistant.ThreadRun
- io.github.sashirestela.openai.domain.assistant.ThreadRun.RequiredAction
- io.github.sashirestela.openai.domain.assistant.ThreadRun.RequiredAction.SubmitToolOutput
- io.github.sashirestela.openai.domain.assistant.ThreadRunModifyRequest
- io.github.sashirestela.openai.domain.assistant.ThreadRunRequest
- io.github.sashirestela.openai.domain.assistant.ThreadRunStep
- io.github.sashirestela.openai.domain.assistant.ThreadRunStepDelta
- io.github.sashirestela.openai.domain.assistant.ThreadRunStepDelta.RunStepDeltaDetail
- io.github.sashirestela.openai.domain.assistant.ThreadRunSubmitOutputRequest
- io.github.sashirestela.openai.domain.assistant.ThreadRunSubmitOutputRequest.ToolOutput
- io.github.sashirestela.openai.common.tool.Tool
- io.github.sashirestela.openai.domain.assistant.AssistantTool
- io.github.sashirestela.openai.domain.assistant.ToolResource
- io.github.sashirestela.openai.domain.assistant.ToolResource.CodeInterpreter
- io.github.sashirestela.openai.domain.assistant.ToolResource.FileSearch
- io.github.sashirestela.openai.domain.assistant.ToolResourceFull.FileSearch
- io.github.sashirestela.openai.domain.assistant.ToolResourceFull
- io.github.sashirestela.openai.domain.assistant.ToolResourceFull.FileSearch.VectorStore
- io.github.sashirestela.openai.domain.assistant.TruncationStrategy
- io.github.sashirestela.openai.domain.assistant.VectorStore
- io.github.sashirestela.openai.domain.assistant.VectorStoreFile
- io.github.sashirestela.openai.domain.assistant.VectorStoreFileBatch
- io.github.sashirestela.openai.domain.assistant.VectorStoreFileBatchRequest
- io.github.sashirestela.openai.domain.assistant.VectorStoreFileRequest
- io.github.sashirestela.openai.domain.assistant.VectorStoreModifyRequest
- io.github.sashirestela.openai.domain.assistant.VectorStoreRequest
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.github.sashirestela.openai.domain.assistant.ChunkingStrategy.ChunkingStrategyType
- io.github.sashirestela.openai.domain.assistant.ExpiresAfter.Anchor
- io.github.sashirestela.openai.domain.assistant.FileStatus
- io.github.sashirestela.openai.domain.assistant.IncompleteDetail.IncompleteDetailReason
- io.github.sashirestela.openai.domain.assistant.RankingOption.RankerType
- io.github.sashirestela.openai.domain.assistant.RunStepType
- io.github.sashirestela.openai.domain.assistant.StepDetail.ToolCallsStep.StepToolCall.CodeInterpreterToolCall.CodeInterpreterTool.OutputType
- io.github.sashirestela.openai.domain.assistant.ThreadMessage.ThreadMessageStatus
- io.github.sashirestela.openai.domain.assistant.ThreadMessageRole
- io.github.sashirestela.openai.domain.assistant.ThreadRun.RequiredAction.RequiredActionType
- io.github.sashirestela.openai.domain.assistant.ThreadRun.RunStatus
- io.github.sashirestela.openai.domain.assistant.ThreadRunStep.RunStepStatus
- io.github.sashirestela.openai.domain.assistant.ThreadRunStepQuery
- io.github.sashirestela.openai.domain.assistant.TruncationStrategy.TruncationStrategyType
- io.github.sashirestela.openai.domain.assistant.VectorStore.VectorStoreStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)