Skip to content

Commit

Permalink
fix: Display agent instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed Apr 17, 2024
1 parent 0dcfd17 commit 2c5c2ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agents-api/agents_api/models/agent/list_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def list_agents_query(
created_at,
updated_at,
metadata,
instructions,
] := input[developer_id],
*agents {{
developer_id,
Expand All @@ -59,6 +60,7 @@ def list_agents_query(
created_at,
updated_at,
metadata,
instructions,
}},
{metadata_filter_str}
Expand Down

0 comments on commit 2c5c2ad

Please sign in to comment.