Skip to content

Commit

Permalink
refactor(js/plugins/vertexai): rename context caching subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Nov 18, 2024
1 parent 7f44d4c commit 4db6af2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/plugins/vertexai/src/gemini.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ import {
} from 'genkit/model/middleware';
import { GoogleAuth } from 'google-auth-library';
import { PluginOptions } from './common/types.js';
import { handleContextCache } from './context_caching/index.js';
import { handleContextCache } from './context-caching/index.js';
import {
extractCacheConfig,
validateContextCacheRequest,
} from './context_caching/utils.js';
} from './context-caching/utils.js';

const SafetySettingsSchema = z.object({
category: z.nativeEnum(HarmCategory),
Expand Down

0 comments on commit 4db6af2

Please sign in to comment.