(mut self, placeholder: &str)
| 187 | } |
| 188 | |
| 189 | pub fn with_placeholder(mut self, placeholder: &str) -> Self { |
| 190 | self.placeholder = placeholder.to_string(); |
| 191 | self |
| 192 | } |
| 193 | |
| 194 | pub fn set_agent_suggestions(&mut self, agents: Vec<String>) { |
| 195 | if agents.is_empty() { |