mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
Chore: plan mode do not include free form question and always include isOther (#10210)
We should never ask a freeform question when planning and we should always include isOther as an escape hatch.
This commit is contained in:
@@ -2593,7 +2593,7 @@ pub struct ToolRequestUserInputOption {
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
#[ts(export_to = "v2/")]
|
||||
/// EXPERIMENTAL. Represents one request_user_input question and its optional options.
|
||||
/// EXPERIMENTAL. Represents one request_user_input question and its required options.
|
||||
pub struct ToolRequestUserInputQuestion {
|
||||
pub id: String,
|
||||
pub header: String,
|
||||
|
||||
Reference in New Issue
Block a user