Skip to content

Commit 5b580e6

Browse files
4shubShubham Naik
andauthored
feat: list agents blocks should default to the default project (#3660)
Co-authored-by: Shubham Naik <[email protected]>
1 parent 96ddc0a commit 5b580e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

letta/server/rest_api/routers/v1/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)