fix: correct spelling in error messages and documentation (#2840)

This commit is contained in:
Tyler White
2025-06-13 17:56:11 -04:00
committed by GitHub
parent 6d954bcbf4
commit 7e40cd4637
6 changed files with 7 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ impl Router for CounterRouter {
fn list_prompts(&self) -> Vec<Prompt> {
vec![Prompt::new(
"example_prompt",
Some("This is an example prompt that takes one required agrument, message"),
Some("This is an example prompt that takes one required argument, message"),
Some(vec![PromptArgument {
name: "message".to_string(),
description: Some("A message to put in the prompt".to_string()),