Skip to content

Commit

Permalink
Fix import in vertexai plugin (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaroneee authored May 9, 2024
1 parent f2c3fd3 commit fe8c4db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/plugins/vertexai/src/evaluation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import { Action } from '@genkit-ai/core';
import { GoogleAuth } from 'google-auth-library';
import { JSONClient } from 'google-auth-library/build/src/auth/googleauth';
import z from 'zod';
import { EvaluatorFactory } from './evaluator_factory';

Expand Down Expand Up @@ -52,7 +51,7 @@ export type VertexAIEvaluationMetric =
| VertexAIEvaluationMetricConfig;

export function vertexEvaluators(
auth: GoogleAuth<JSONClient>,
auth: GoogleAuth,
metrics: VertexAIEvaluationMetric[],
projectId: string,
location: string
Expand Down

0 comments on commit fe8c4db

Please sign in to comment.