Skip to content

Commit

Permalink
Set default /gemini prompt (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuckyBlender authored Dec 20, 2024
1 parent 0364069 commit 0ffeb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/makersuite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl CommandTrait for GoogleGemini {
let mut parts = if let Some(prompt) = prompt {
vec![Part::Text(Cow::Owned(prompt.0))]
} else {
Vec::new()
vec![Part::Text(Cow::Borrowed("Comment briefly on what you see."))]
};

parts.push(Part::FileData(FileData { file_uri: file.uri }));
Expand Down

0 comments on commit 0ffeb17

Please sign in to comment.