Skip to content

Commit dfd959e

Browse files
olivermeyerclaude
andcommitted
docs(platform): add state, termination_reason, custom_metadata to Runs.results() cache entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 73a2254 commit dfd959e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aignostics/platform/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def delete(self) -> None:
809809
-`Applications.list()` - Application list (5 min TTL)
810810
-`Applications.details()` - Application details (5 min TTL)
811811
-`Runs.details()` - Run details (15 sec TTL)
812-
-`Runs.results()` - Run results (15 sec TTL), supports `item_ids` and `external_ids` filters
812+
-`Runs.results()` - Run results (15 sec TTL), supports `item_ids`, `external_ids`, `state`, `termination_reason`, and `custom_metadata` filters
813813
-`Runs.list()` - Run list (15 sec TTL)
814814

815815
**Cache Bypass (NEW):**

0 commit comments

Comments
 (0)