Skip to content

Commit

Permalink
remove deprc fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbushi committed Nov 7, 2024
1 parent 1259b1f commit a0199a0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions js/testapps/firebase-functions-sample1/functions/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ 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 a0199a0

Please sign in to comment.