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 0fa41ed commit 817f46cCopy full SHA for 817f46c
.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
@@ -322,7 +322,7 @@ export interface ToolResultBlockParam {
322
323
type: 'tool_result';
324
325
- content?: Array<TextBlockParam | ImageBlockParam>;
+ content?: string | Array<TextBlockParam | ImageBlockParam>;
326
327
is_error?: boolean;
328
}
0 commit comments