Skip to content

Commit

Permalink
fix signature
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Nov 11, 2024
1 parent 4813457 commit cf12def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/genkit/src/genkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export class Genkit {
opt: PromptGenerateOptions<I, CustomOptions> & {
input?: I;
}
): Promise<GenerateOptions<CustomOptions, Out>> => {
): Promise<GenerateOptions<Out, CustomOptions>> => {
let model: ModelAction | undefined;
options = await options;
try {
Expand Down

0 comments on commit cf12def

Please sign in to comment.