Skip to content

Commit

Permalink
example/improve prompt text
Browse files Browse the repository at this point in the history
  • Loading branch information
marieaurore123 committed Sep 11, 2024
1 parent ba312a1 commit b2c47fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-core/examples/perplexity_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async fn main() -> Result<(), anyhow::Error> {

// Prompt the agent and print the response
let response = agent
.prompt("When and where is the next solar eclipse?")
.prompt("When and where and what type is the next solar eclipse?")
.await?;
println!("{}", response);

Expand Down

0 comments on commit b2c47fc

Please sign in to comment.