mirror of
https://github.com/openai/codex.git
synced 2026-04-29 19:03:02 +03: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:
@@ -27,8 +27,7 @@ pub struct RequestUserInputArgs {
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, PartialEq, Eq, JsonSchema, TS)]
|
||||
pub struct RequestUserInputAnswer {
|
||||
pub selected: Vec<String>,
|
||||
pub other: Option<String>,
|
||||
pub answers: Vec<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize, Serialize, PartialEq, Eq, JsonSchema, TS)]
|
||||
|
||||
Reference in New Issue
Block a user