[]
Provides an abstraction for sending asynchronous requests to AI models and receiving structured responses. Implementations are responsible for handling communication with AI providers.
public interface IAIModelRequestHandler
Public Interface IAIModelRequestHandler
| Name | Description |
|---|---|
| SendRequestAsync(AIModelRequest) | Sends a model request to the AI model asynchronously. |