Skip to content

Commit 57eb54e

Browse files
committed
chore: trigger ci
1 parent a14a46a commit 57eb54e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/music/generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export default defineCommand({
109109
);
110110
}
111111

112-
// Build structured prompt from optional music characteristic flags.
112+
// Build structured prompt from optional music characteristic flags before request assembly.
113113
const structuredParts: string[] = [];
114114
if (flags.vocals) structuredParts.push(`Vocals: ${flags.vocals as string}`);
115115
if (flags.genre) structuredParts.push(`Genre: ${flags.genre as string}`);

0 commit comments

Comments
 (0)