mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Chore: update plan mode output in prompt (#9592)
### Summary * Update plan prompt output * Update requestUserInput response to be a single key value pair `answer: String`.
This commit is contained in:
@@ -2327,8 +2327,7 @@ pub struct ToolRequestUserInputParams {
|
||||
#[ts(export_to = "v2/")]
|
||||
/// EXPERIMENTAL. Captures a user's answer to a request_user_input question.
|
||||
pub struct ToolRequestUserInputAnswer {
|
||||
pub selected: Vec<String>,
|
||||
pub other: Option<String>,
|
||||
pub answers: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
|
||||
|
||||
Reference in New Issue
Block a user