Interface: RelevanceToolCall
Defined in: src/batteries/context/thrift/relevance.ts:169
The minimal structural shape of a tool call this module attaches to the turn it occurred in.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args? | unknown | The call's arguments, rendered via argText into the turn's combined relevance text. | src/batteries/context/thrift/relevance.ts:177 |
createdAt | string | Sortable creation timestamp (e.g. ISO-8601), compared against message timestamps to find which turn a call belongs to. | src/batteries/context/thrift/relevance.ts:172 |
tool? | string | The tool's name, folded into the turn's combined relevance text when present. Omit for a call with no resolved tool name yet. | src/batteries/context/thrift/relevance.ts:175 |