We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21df2d commit d67f287Copy full SHA for d67f287
.stats.yml
@@ -1,2 +1,2 @@
1
configured_endpoints: 2
2
-openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-70873642f89316fbc45ceaccd3583971d0eb59d433f7864ca2fa8c321a320b4c.yml
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/anthropic-ce067ae8303fa9b7aae2e8ebf0b6e9e41509f169ba93c1807e6ed9c9e541be1a.yml
src/resources/messages.ts
@@ -332,7 +332,7 @@ export interface ToolResultBlockParam {
332
333
type: 'tool_result';
334
335
- content?: Array<TextBlockParam | ImageBlockParam>;
+ content?: string | Array<TextBlockParam | ImageBlockParam>;
336
337
is_error?: boolean;
338
}
0 commit comments