SimpleToolCallRecord
SimpleToolCallRecord =
Omit<ToolCallRecord,"arguments"|"result"|"error"|"metadata"> &object
Lightweight tool-call record accepted by createHarness(...) results.
Type Declaration
Section titled “Type Declaration”arguments?
Section titled “arguments?”
optionalarguments?:unknown
Raw tool arguments accepted by createHarness(...) before normalization.
error?
Section titled “error?”
optionalerror?:unknown
Raw tool error accepted by createHarness(...) before normalization.
metadata?
Section titled “metadata?”
optionalmetadata?:Record<string,unknown>
Raw tool metadata accepted by createHarness(...) before normalization.
result?
Section titled “result?”
optionalresult?:unknown
Raw tool result accepted by createHarness(...) before normalization.