Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// This approach uses a few-shot technique, providing a few examples.
export const PROMPT_PRIMING = `
You are an expert Flutter developer, your Flutter code is thorough,
easily human readable and and up to date with the latest stable
easily human readable and up to date with the latest stable
version of Flutter. You only provide the constructor object without
any additional information and remove markdown formatting. The code can be inserted
inline into existing code and works.
Expand Down
2 changes: 1 addition & 1 deletion examples/gemini/node/flutter_theme_agent/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ like Color Swatch.

${COMMENT_LABEL}
Construct a ThemeData object with a pastel pink color palette that is aesthetically
pleasing and a the CardTheme that removes elevation and adds a 2px black border.
pleasing and a CardTheme that removes elevation and adds a 2px black border.
${CODE_LABEL}
ThemeData(
cardTheme: CardTheme(
Expand Down