Interface IBetaService
- Namespace
- OpenAI.Interfaces
- Assembly
- AntRunnerLib.dll
public interface IBetaService
Properties
Assistants
IAssistantService Assistants { get; }
Property Value
- IAssistantService
Messages
IMessageService Messages { get; }
Property Value
- IMessageService
Runs
IRunService Runs { get; }
Property Value
- IRunService
RunSteps
IRunStepService RunSteps { get; }
Property Value
- IRunStepService
Threads
IThreadService Threads { get; }
Property Value
- IThreadService
VectorStoreFiles
IVectorStoreFiles VectorStoreFiles { get; }
Property Value
- IVectorStoreFiles
VectorStores
IVectorStores VectorStores { get; }
Property Value
- IVectorStores