Skip to content

Commit 2a7f01c

Browse files
committed
Adding placeholder_text to example agent definition json file
1 parent ba6ba60 commit 2a7f01c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/agent-launchers/agents-get-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ The value of the **action_id** field in the agent definition manifest must match
147147
"version": "1.0.0",
148148
"name": "Zava.ZavaAgent",
149149
"display_name": "ms-resource://zavaAgentDisplayName",
150-
"description": "ms-resource://zavaAgentDescription",
150+
"description": "ms-resource://zavaAgentDescription",
151+
"placeholder_text": "ms-resource://zavaAgentPlaceHolderText",
151152
"icon": "ms-resource://Files/Assets/ZavaLogo.png",
152153
"action_id": "ZavaAgentAction"
153154
}

0 commit comments

Comments
 (0)