Class llmResponseEventArgs
Definition
- Assembly:
- Tizen.AIAvatar.dll
Provides data for LLM response events.
public class llmResponseEventArgs : EventArgs
- Inheritance
-
objectllmResponseEventArgs
Properties
View SourceError
Gets or sets the error message, if any, from the LLM response.
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TaskID
Gets or sets the task ID associated with the LLM response.
Declaration
public int TaskID { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Text
Gets or sets the response text from the LLM.
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |