You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -137,7 +146,7 @@ export class AIRunFilterService {
137
146
Available filter options:
138
147
- statuses: Array of run statuses (PENDING, EXECUTING, COMPLETED_SUCCESSFULLY, COMPLETED_WITH_ERRORS, CANCELED, TIMED_OUT, CRASHED, etc.)
139
148
- period: Time period string (e.g., "1h", "7d", "30d", "1y")
140
-
- from/to: Unix ms timestamps for specific time ranges. You'll need to use a converter if they give you a date. Today's date is ${newDate().toISOString()}, if they only specify a day use the current month. If they don't specify a year use the current year. If they don't specify a time of day use midnight to midnight.
149
+
- from/to: ISO date string. Today's date is ${newDate().toISOString()}, if they only specify a day use the current month. If they don't specify a year use the current year. If they don't specify a time of day use midnight.
141
150
- tags: Array of tag names to filter by. Use the lookupTags tool to get the tags.
142
151
- tasks: Array of task identifiers to filter by. Use the lookupTasks tool to get the tasks.
0 commit comments