Skip to content

Commit fc2f686

Browse files
mishushakovclaude
andcommitted
docs: add 128 character limit to template name format
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 829bf45 commit fc2f686

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/template/names.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ sandbox = Sandbox.create('my-python-env')
4343
Before a name is used, it's trimmed of surrounding whitespace and lowercased. The result must match the pattern `^[a-z0-9-_]+$`:
4444

4545
- Lowercase letters (`a``z`), numbers (`0``9`), dashes (`-`), and underscores (`_`)
46-
- At least one character
46+
- Between 1 and 128 characters
4747
- Leading and trailing dashes or underscores are allowed
48-
- No maximum length
4948

5049
Uppercase letters are accepted on input and lowercased automatically, so `My-Template` and `my-template` refer to the same name. Any other character (spaces inside the name, dots, slashes, and so on) is rejected.
5150

0 commit comments

Comments
 (0)