Skip to content

Commit 1be82a5

Browse files
alexhancockDaleSeo
andauthored
Apply suggestion from @DaleSeo
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
1 parent e40fa79 commit 1be82a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/clients/src/everything_stdio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ async fn main() -> Result<()> {
7575
.await?;
7676
tracing::info!("Prompt - simple: {prompt:#?}");
7777

78-
// Get complex prompt (returns text & image)
78+
// Get prompt with arguments
7979
let prompt = client
8080
.get_prompt(
8181
GetPromptRequestParams::new("args-prompt")

0 commit comments

Comments
 (0)