()
| 946 | |
| 947 | #[test] |
| 948 | fn test_build_with_message_explore_style() { |
| 949 | let slots = SystemPromptSlots::default(); |
| 950 | let built = slots.build_with_message("Find all authentication files"); |
| 951 | assert!(built.contains("exploration agent") || built.contains("explore")); |
| 952 | } |
| 953 | |
| 954 | #[test] |
| 955 | fn test_build_with_message_code_review_style() { |
nothing calls this directly
no test coverage detected