Interface: SkillEntrypoints¶
Defined in: types.ts:1699
Entrypoints that skills can be invoked from.
Deprecated¶
No longer used, now that agents are connectors.
Properties¶
benchInitialization?¶
optionalbenchInitialization:SkillEntrypointConfig
Defined in: types.ts:1703
Skill to be invoked when the agent is clicked on in the bench for the first time.
defaultChat?¶
optionaldefaultChat:SkillEntrypointConfig
Defined in: types.ts:1705
Default skill to be invoked when chatting with the agent.