output
    Preparing search index...

    Type Alias SkillsArg<Input>

    SkillsArg: Skill[] | ((input: Input) => Skill[] | Promise<Skill[]>)

    The skills argument for agent(). Either a static list or a function that receives the agent's input and returns skills dynamically.

    Type Parameters

    • Input = unknown