output
    Preparing search index...

    Function skill

    • Create an inline skill instruction package.

      Parameters

      • params: { description?: string; instructions: string; name: string }

      Returns Skill

      const researchSkill = skill( {
      name: 'web_research',
      description: 'Search and synthesize web information',
      instructions: '# Web Research\n1. Break into queries\n2. Search\n3. Cite sources'
      } );