Skip to content

Commit

Permalink
Update js/ai/src/generate/action.ts
Browse files Browse the repository at this point in the history
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
  • Loading branch information
pavelgj and gemini-code-assist[bot] authored Feb 26, 2025
1 parent dc9e09f commit 4edb118
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 generate actions. */
/** Defines (registers) the generate and model-runner actions. */
export function defineGenerateAction(registry: Registry): GenerateAction {
defineAction(
registry,
Expand Down

0 comments on commit 4edb118

Please sign in to comment.