Preparing search index...
The search index is not available
@ensemble-ai/sdk
@ensemble-ai/sdk
UpdateableAgentRecord
Interface UpdateableAgentRecord
interface
UpdateableAgentRecord
{
attributes
?:
string
[]
;
category
?:
string
;
communicationParams
?:
string
;
communicationType
?:
AgentCommunicationType
;
communicationURL
?:
string
;
description
?:
string
;
imageURI
?:
string
;
instructions
?:
string
[]
;
name
?:
string
;
prompts
?:
string
[]
;
socials
?:
Partial
<
AgentSocials
>
;
status
?:
AgentStatus
;
}
Index
Properties
attributes?
category?
communication
Params?
communication
Type?
communicationURL?
description?
imageURI?
instructions?
name?
prompts?
socials?
status?
Properties
Optional
attributes
attributes
?:
string
[]
Optional
category
category
?:
string
Optional
communication
Params
communicationParams
?:
string
Optional
communication
Type
communicationType
?:
AgentCommunicationType
Optional
communicationURL
communicationURL
?:
string
Optional
description
description
?:
string
Optional
imageURI
imageURI
?:
string
Optional
instructions
instructions
?:
string
[]
Optional
name
name
?:
string
Optional
prompts
prompts
?:
string
[]
Optional
socials
socials
?:
Partial
<
AgentSocials
>
Optional
status
status
?:
AgentStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
category
communication
Params
communication
Type
communicationURL
description
imageURI
instructions
name
prompts
socials
status
@ensemble-ai/sdk
Loading...