[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IAIModelRequestHandler

IAIModelRequestHandler Interface

Provides an abstraction for sending asynchronous requests to AI models and receiving structured responses. Implementations are responsible for handling communication with AI providers.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IAIModelRequestHandler
Public Interface IAIModelRequestHandler

Methods

Name Description
SendRequestAsync(AIModelRequest)

Sends a model request to the AI model asynchronously.