pub trait IntoLanguageModelQueryString { // Required method fn into_language_model_query_string(&self) -> String; }