Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelgj committed Feb 26, 2025
1 parent 3499b32 commit dc9e09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ai/src/generate/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export type GenerateAction = Action<
typeof GenerateResponseChunkSchema
>;

/** Defines (registers) a utilty model runner action. */
/** Defines (registers) a utilty generate actions. */
export function defineGenerateAction(registry: Registry): GenerateAction {
defineAction(
registry,
Expand Down

0 comments on commit dc9e09f

Please sign in to comment.