File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
letta/server/rest_api/routers/v1 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ async def list_agents(
6565 after : str | None = Query (None , description = "Cursor for pagination" ),
6666 limit : int | None = Query (50 , description = "Limit for pagination" ),
6767 query_text : str | None = Query (None , description = "Search agents by name" ),
68- project_id : str | None = Query (None , description = "Search agents by project ID" ),
68+ project_id : str | None = Query (None , description = "Search agents by project ID - this will default to your default project on cloud " ),
6969 template_id : str | None = Query (None , description = "Search agents by template ID" ),
7070 base_template_id : str | None = Query (None , description = "Search agents by base template ID" ),
7171 identity_id : str | None = Query (None , description = "Search agents by identity ID" ),
You can’t perform that action at this time.
0 commit comments