Class JambaDelta
Inherited Members
Namespace: Glitch9.AIDevKit.AI21Labs
Assembly: Glitch9.AIDevKit.Provider.AI21.dll
Syntax
public sealed class JambaDelta
Properties
| Edit this page View SourceContent
Optional. The content of the streamed token. Present in all subsequent messages.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Role
Optional. The role of the message sender (e.g., "assistant"). Present in the first message only.
Declaration
[JsonProperty("role")]
public ChatRole Role { get; set; }
Property Value
| Type | Description |
|---|---|
| ChatRole |