Skip to content

Commit ef336b2

Browse files
committed
COD-661: Add explicit notes about tool usage
1 parent 316447b commit ef336b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tools/fetch_artifacts.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ async def fetch_artifacts(
6060
Note:
6161
- Maximum 20 identifiers per request to avoid excessive payloads.
6262
- Identifiers must come from `codebase_search` results.
63+
- Relationships shown here are a **preview** (up to 3 call relationships per direction).
64+
To retrieve the complete list, or to explore other relationship types
65+
(inheritance, references), use `get_artifact_relationships`.
6366
"""
6467
if not identifiers:
6568
return "<error>At least one identifier is required.</error>"

0 commit comments

Comments
 (0)