merge: fix/issue-54-write-cache-tool-desc
This commit is contained in:
commit
4ef97c5626
1 changed files with 7 additions and 2 deletions
|
|
@ -247,9 +247,14 @@ _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, cached_at}. "
|
"category, summary, notable, notable_reason, "
|
||||||
|
"confidence, confidence_reason, cached_at}. "
|
||||||
"Dirs: {path, relative_path, child_count, summary, "
|
"Dirs: {path, relative_path, child_count, summary, "
|
||||||
"dominant_category, notable_files, cached_at}."
|
"dominant_category, notable_files, "
|
||||||
|
"confidence, confidence_reason, cached_at}. "
|
||||||
|
"Always set confidence (0.0–1.0); see system prompt "
|
||||||
|
"for calibration. Set confidence_reason only when "
|
||||||
|
"confidence < 0.7."
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue