Skip to content

Commit ace8816

Browse files
committed
add ResourceReference to CallToolResult
1 parent 4161f02 commit ace8816

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

schema/draft/schema.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ export interface CallToolResult extends Result {
682682
/**
683683
* A list of content objects that represent the unstructured result of the tool call.
684684
*/
685-
content: (TextContent | ImageContent | AudioContent | EmbeddedResource)[];
685+
content: (TextContent | ImageContent | AudioContent | EmbeddedResource | ResourceReference)[];
686686

687687
/**
688688
* An optional JSON object that represents the structured result of the tool call.

0 commit comments

Comments
 (0)