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
Copy file name to clipboardExpand all lines: docs/AgentAssistantsApi.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -672,6 +672,7 @@ let opts = {
672
672
'language': "language_example", // String | The agent checklist language filter applied to the listing.
673
673
'sortOrder': "sortOrder_example", // String | The sort order for the listing
674
674
'sortBy': "sortBy_example", // String | The field to sort by for the listing.
675
+
'agentChecklistIds': ["agentChecklistIds_example"], // [String] | Agent checklist IDs (repeat param or comma-separated). Do not use with other optional filters.
0 commit comments