Compare commits

..

No commits in common. "4ef97c562608027b4aa7e851d8e84a7b57e1ee2c" and "4a847d20aa0dfb099123664aa301b506ebf8de6c" have entirely different histories.

View file

@ -247,14 +247,9 @@ _DIR_TOOLS = [
"type": "object", "type": "object",
"description": ( "description": (
"Cache entry. Files: {path, relative_path, size_bytes, " "Cache entry. Files: {path, relative_path, size_bytes, "
"category, summary, notable, notable_reason, " "category, summary, notable, notable_reason, cached_at}. "
"confidence, confidence_reason, cached_at}. "
"Dirs: {path, relative_path, child_count, summary, " "Dirs: {path, relative_path, child_count, summary, "
"dominant_category, notable_files, " "dominant_category, notable_files, cached_at}."
"confidence, confidence_reason, cached_at}. "
"Always set confidence (0.01.0); see system prompt "
"for calibration. Set confidence_reason only when "
"confidence < 0.7."
), ),
}, },
}, },