TaskResult interface
Task execution result.
Properties
| storage |
Array of storage asset identifiers related to the result. |
| text | The text content of the task result. |
Property Details
storageAssetIds
Array of storage asset identifiers related to the result.
storageAssetIds?: string[]
Property Value
string[]
text
The text content of the task result.
text?: string
Property Value
string