Skip to content

Commit 722f9ed

Browse files
Clarify invisible separator handling in baseURL docs
Co-authored-by: Eric Allam <eric@trigger.dev>
1 parent fcec4c1 commit 722f9ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tasks/streams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ Validation errors use these exact messages:
687687

688688
- `baseURL must not be empty`
689689
- `baseURL must be a valid absolute URL`
690-
- `baseURL must not contain internal whitespace characters`
690+
- `baseURL must not contain internal whitespace characters (including invisible separators)`
691691
- `baseURL must use http or https protocol`
692692
- `baseURL must not include query parameters or hash fragments`
693693
- `baseURL must not include username or password credentials`

packages/ai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Validation errors use these exact messages:
194194

195195
- `baseURL must not be empty`
196196
- `baseURL must be a valid absolute URL`
197-
- `baseURL must not contain internal whitespace characters`
197+
- `baseURL must not contain internal whitespace characters (including invisible separators)`
198198
- `baseURL must use http or https protocol`
199199
- `baseURL must not include query parameters or hash fragments`
200200
- `baseURL must not include username or password credentials`

0 commit comments

Comments
 (0)