Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 707 Bytes

File metadata and controls

14 lines (10 loc) · 707 Bytes

AgentMetadata

Metadata for an Agent.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]