File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,9 +154,9 @@ jobs:
154154 script : |
155155 const defaultBranch = context.payload.repository.default_branch;
156156 const head = process.env.BRANCH;
157- const title = 'chore: update CLIX iOS llms.txt index ';
157+ const title = 'chore: update llms.txt';
158158 const body = [
159- 'This PR updates the generated CLIX iOS SDK llms.txt index .',
159+ 'This PR updates the generated SDK llms.txt file .',
160160 '',
161161 `- Triggered by: ${context.eventName}`,
162162 `- Range: ${process.env.COMPARE || '(none / full)'}`
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
33
4- # CLIX iOS LLMS generator (outputs llms.txt)
4+ # llms.txt generator
55# Usage:
66# ./scripts/generate_llms.sh --llm-all
77# ./scripts/generate_llms.sh --base <old> --head <new> [--llm]
You can’t perform that action at this time.
0 commit comments