Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/apis/fai/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5849,7 +5849,7 @@
}
],
"title": "Url Pattern",
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*')."
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`)."
},
"chunk_size": {
"anyOf": [
Expand Down Expand Up @@ -6412,7 +6412,7 @@
}
],
"title": "Url Pattern",
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*'). If not provided, uses previous config."
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`). If not provided, uses previous config."
},
"chunk_size": {
"anyOf": [
Expand Down