MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_build_with_message_explore_style

Function test_build_with_message_explore_style

core/src/prompts.rs:948–952  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

build_with_messageMethod · 0.80

Tested by

no test coverage detected