mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
[mcp] Add InputItem type
This commit is contained in:
@@ -376,6 +376,14 @@ pub enum InputItem {
|
||||
LocalImage {
|
||||
path: std::path::PathBuf,
|
||||
},
|
||||
|
||||
/// A reference to a file in the user's workspace.
|
||||
FileReference {
|
||||
/// The name of the file
|
||||
name: String,
|
||||
/// The relative path to the file in the user's workspace.
|
||||
path: PathBuf,
|
||||
},
|
||||
}
|
||||
|
||||
/// Event Queue Entry - events from agent
|
||||
|
||||
Reference in New Issue
Block a user