Skip to content

Commit

Permalink
fix: Display agent instructions (#216)
Browse files Browse the repository at this point in the history
* fix: Display agent instructions

* fix: Display agent instructions in agent details
  • Loading branch information
whiterabbit1983 authored Apr 17, 2024
1 parent 43e8929 commit f700fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions agents-api/agents_api/models/agent/get_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_agent_query(
updated_at,
metadata,
default_settings,
instructions,
] := input[id, developer_id],
*agents {
developer_id,
Expand All @@ -48,6 +49,7 @@ def get_agent_query(
created_at,
updated_at,
metadata,
instructions,
},
*agent_default_settings {
agent_id: id,
Expand Down

0 comments on commit f700fb5

Please sign in to comment.