Interface IChatStreamParser
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public interface IChatStreamParser
Methods
Parse(string)
Declaration
IEnumerable<ChatStreamChunk> Parse(string raw)
Parameters
Type | Name | Description |
---|---|---|
string | raw |
Returns
Type | Description |
---|---|
IEnumerable<ChatStreamChunk> |