docs(tools): sync ToolExecutionResult.meta comment to unknown
The pasted type-equiv block's JSDoc still said the meta payload is
`{@link JsonValue}`; the source comment is `unknown` (the meta channel is
opaque at the seam). verify-type-equiv compares type structure, not the
comment, so the drift slipped through — align the doc comment.
This commit is contained in:
@@ -103,8 +103,8 @@ interface ToolExecutionResult {
|
|||||||
/**
|
/**
|
||||||
* The tool-private presentation payload from a successful `execute` (the object
|
* The tool-private presentation payload from a successful `execute` (the object
|
||||||
* return form). Threaded onto the `tool/result` session event and back into
|
* return form). Threaded onto the `tool/result` session event and back into
|
||||||
* {@link ToolResult} for `presentResult`. Opaque {@link JsonValue}; absent when
|
* {@link ToolResult} for `presentResult`. Opaque (`unknown`); absent when the
|
||||||
* the tool attached none or the call failed.
|
* tool attached none or the call failed.
|
||||||
*/
|
*/
|
||||||
meta?: unknown
|
meta?: unknown
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user