Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Jan 16, 2025
1 parent b7946e0 commit 2d3af18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions genkit-tools/common/src/types/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ export const ModelResponseChunkSchema = z.object({
});
export type ModelResponseChunkData = z.infer<typeof ModelResponseChunkSchema>;

export const GenerateResponseChunkSchema = ModelResponseChunkSchema.extend({
});
export const GenerateResponseChunkSchema = ModelResponseChunkSchema.extend({});
export type GenerateResponseChunkData = z.infer<
typeof GenerateResponseChunkSchema
>;

0 comments on commit 2d3af18

Please sign in to comment.