Agents
AgentData
AgentData
represents the information of an agent within Scoopika.
Useful Props
id
string
The agent ID.
name
string
The agent name.
avatar
string | undefined
The agent avatar. usually a url, but if you use the AI generated avatars in the platform till will actually be in base64.
description
string
The agent description.
Props Not For Developer Interaction
The following properties are included for informational purposes only and are not intended for direct developer interaction:
prompts
Prompt[]
The prompts the agent has, you won’t need to deal with this one,
tools
ToolSchema[]
A list of tools the agent has, you won’t need to deal with this one too and it’s only used by the Box instance under the hood.
chained
boolean
deprecatedIf the agent uses prompt chaining. this feature was removed.
wanted_responses
string[]
deprecatedThe wanted prompts response to return from the agent. this feature was removed.
timeout
number | undefined
This is not being used for now.
Was this page helpful?