Class StreamSettings
Inheritance
StreamSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public sealed class StreamSettings
Fields
|
Edit this page
View Source
disableTextBuffering
When enabled, the complete event fires with only the final delta chunk instead of the full accumulated text.
Declaration
[SerializeField]
public bool disableTextBuffering
Field Value
Methods
|
Edit this page
View Source
ToStreamOptions()
Declaration
public StreamOptions ToStreamOptions()
Returns
Extension Methods