Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbushi authored Nov 8, 2024
1 parent 7ffb17a commit 81dcec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/testapps/firebase-functions-sample1/functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ import { genkit, run, z } from 'genkit';

const ai = genkit({
plugins: [firebase(), vertexAI()],
flowStateStore: 'firebase',
traceStore: 'firebase',
enableTracingAndMetrics: true,
logLevel: 'debug',
telemetry: {
instrumentation: 'firebase',
logger: 'firebase',
},
});

export const simpleFlow = onFlow(
Expand Down

0 comments on commit 81dcec7

Please sign in to comment.