Skip to content

Commit

Permalink
Ensure we are pulling the current prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Aug 28, 2024
1 parent 0cfd322 commit 490ca2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aila/src/features/generation/AilaGeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export class AilaGeneration {
variant: variantSlug,
appId: appSlug,
slug: promptSlug,
current: true,
},
});
if (!prompt) {
Expand Down

0 comments on commit 490ca2c

Please sign in to comment.