Skip to content

Commit bf1279a

Browse files
committed
fix error class
1 parent 6212c28 commit bf1279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/requests/schema-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ export class StringSchema extends Schema {
217217
if (this.enum) {
218218
obj['enum'] = this.enum;
219219
}
220-
return obj as _SchemaRequest;
220+
return obj as SchemaRequest;
221221
}
222222
}
223223

0 commit comments

Comments
 (0)