mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Removed comment
This commit is contained in:
@@ -561,7 +561,6 @@
|
||||
]
|
||||
},
|
||||
"includeDirs": {
|
||||
"description": "When true, include matching directories in search results.",
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
]
|
||||
},
|
||||
"includeDirs": {
|
||||
"description": "When true, include matching directories in search results.",
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
|
||||
@@ -5001,7 +5001,6 @@
|
||||
]
|
||||
},
|
||||
"includeDirs": {
|
||||
"description": "When true, include matching directories in search results.",
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
|
||||
@@ -656,7 +656,6 @@ pub struct FuzzyFileSearchParams {
|
||||
pub roots: Vec<String>,
|
||||
// if provided, will cancel any previous request that used the same value
|
||||
pub cancellation_token: Option<String>,
|
||||
/// When true, include matching directories in search results.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
#[ts(optional)]
|
||||
pub include_dirs: Option<bool>,
|
||||
|
||||
Reference in New Issue
Block a user