Interface IStreamingChatService<TDelta, TResult, TSettings>
Interface for chat-based generative AI services that handle conversational interactions.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IStreamingChatService<TDelta, TResult, TSettings> : IStreamingChatService, IStreamingGenerativeService<ConversationItem[], TDelta, TResult, TSettings>, IDisposable where TResult : class where TSettings : ITextGenerationOptions
Type Parameters
| Name | Description |
|---|---|
| TDelta | |
| TResult | |
| TSettings | The configuration type for chat parameters. |