File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
' @firebase/vertexai-preview ' : patch
3
3
---
4
4
5
- Add a new VertexAI error type
5
+ Add a publicly exported ` VertexAIError ` class.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export { ChatSession } from './methods/chat-session';
33
33
34
34
export { GenerativeModel } ;
35
35
36
- export { VertexAIError } from './errors' ;
36
+ export { VertexAIError } ;
37
37
38
38
declare module '@firebase/component' {
39
39
interface NameServiceMapping {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export interface CustomErrorData {
51
51
statusText ?: string ;
52
52
53
53
/** Response from a {@link GenerateContentRequest} */
54
- generateContentResponse ?: GenerateContentResponse ;
54
+ response ?: GenerateContentResponse ;
55
55
56
56
/** Optional additional details about the error. */
57
57
errorDetails ?: ErrorDetails [ ] ;
You can’t perform that action at this time.
0 commit comments