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 29fb3e5 commit ff2df1aCopy full SHA for ff2df1a
common/api-review/vertexai-preview.api.md
@@ -87,7 +87,7 @@ export interface CountTokensResponse {
87
// @public
88
export interface CustomErrorData {
89
errorDetails?: ErrorDetails[];
90
- generateContentResponse?: GenerateContentResponse;
+ response?: GenerateContentResponse;
91
status?: number;
92
statusText?: string;
93
}
0 commit comments