Package ai.acolite.agentsdk.core
Interface ModelProvider
- All Known Implementing Classes:
OpenAIProvider
public interface ModelProvider
ModelProvider
Ported from TypeScript OpenAI Agents SDK Source: model.ts
-
Method Summary
Modifier and TypeMethodDescriptionGet a model by name
-
Method Details
-
getModel
Get a model by nameTypeScript: getModel(modelName?: string): Promise
| Model - Parameters:
modelName- The name of the model to get (optional)- Returns:
- CompletableFuture that resolves to a Model
-