ExecutionRecord Type
A record of a single tool execution (immutable, for journaling)
Record fields
| Record Field |
Description
|
|
Content type of the output
|
|
When it was executed
|
Full Usage:
Input
Field type: string
|
The input provided
|
Additional metadata
|
|
Full Usage:
Output
Field type: string
|
The output produced
|
Full Usage:
Reverted
Field type: bool
|
Whether the execution has been reverted
|
Full Usage:
ToolName
Field type: string
|
Which tool was executed
|
Nao