Commit ba30739
authored
fix: pass display_name when creating agent with identity (#739)
When deploying with --agent-identity, the setup_agent_identity function
was only passing identity_type to the initial create call, resulting in
agents being created with empty display names. Now includes display_name
in the config to ensure the agent is properly named from the start.1 parent 4998ee0 commit ba30739
File tree
1 file changed
+4
-1
lines changed- agent_starter_pack/deployment_targets/agent_engine/python/{{cookiecutter.agent_directory}}/app_utils
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
0 commit comments