ToolInvocationResult Type
Result of a tool invocation with metadata
Record fields
| Record Field |
Description
|
Full Usage:
DurationMs
Field type: int64
|
How long the invocation took in milliseconds
|
Full Usage:
Error
Field type: string option
|
Error message if failed
|
Full Usage:
HadSideEffects
Field type: bool
|
Whether the tool produced side effects
|
Full Usage:
Output
Field type: string
|
The output content
|
Full Usage:
Success
Field type: bool
|
Whether the invocation succeeded
|
Nao