Skip to content

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?

optional benchInitialization: SkillEntrypointConfig

Defined in: types.ts:1703

Skill to be invoked when the agent is clicked on in the bench for the first time.


defaultChat?

optional defaultChat: SkillEntrypointConfig

Defined in: types.ts:1705

Default skill to be invoked when chatting with the agent.