Class GroupChatManager
- Inheritance
-
Group
Chat Manager
- Implements
- Inherited Members
- Extension Methods
Constructors
GroupChatManager(IGroupChat)
Parameters
groupChat
IGroupChat
Properties
GroupChat
Property Value
Messages
Property Value
Name
Property Value
Methods
GenerateReplyAsync(IEnumerable<IMessage>, GenerateReplyOptions?, CancellationToken)
Generate reply
public Task<IMessage> GenerateReplyAsync(IEnumerable<IMessage> messages, GenerateReplyOptions? options, CancellationToken cancellationToken = default)
Parameters
messages
IEnumerable<IMessage>conversation history
options
GenerateReply Options completion option. If provided, it should override existing option if there's any
cancellationToken
CancellationToken