RunError interface
The details of an error as encountered by an agent thread run.
Properties
| code | The status for the error. |
| message | The human-readable text associated with the error. |
Property Details
code
The status for the error.
code: string
Property Value
string
message
The human-readable text associated with the error.
message: string
Property Value
string