We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40fa79 commit 1be82a5Copy full SHA for 1be82a5
1 file changed
examples/clients/src/everything_stdio.rs
@@ -75,7 +75,7 @@ async fn main() -> Result<()> {
75
.await?;
76
tracing::info!("Prompt - simple: {prompt:#?}");
77
78
- // Get complex prompt (returns text & image)
+ // Get prompt with arguments
79
let prompt = client
80
.get_prompt(
81
GetPromptRequestParams::new("args-prompt")
0 commit comments