Metadata for an Agent.
| Name | Type | Required | Description |
|---|---|---|---|
| display_name | str | Yes | The name of the Agent. |
| description | Optional[str] | No | The description for the Agent. |
| input_placeholder | Optional[str] | No | The default text to show as the placeholder input for chats with the Agent. |
| suggested_prompts | List[str] | Yes | Prompts to show to the user as example messages to start a conversation with the Agent. |