Check if the result is empty
(&self)
| 343 | |
| 344 | /// Check if the result is empty |
| 345 | pub fn is_empty(&self) -> bool { |
| 346 | self.items.is_empty() |
| 347 | } |
| 348 | |
| 349 | /// Format all items as XML for system prompt injection |
| 350 | pub fn to_xml(&self) -> String { |
no outgoing calls