pub struct ModifyAssistantRequestToolResourcesCodeInterpreter {
pub file_ids: Option<Vec<String>>,
}
Fields§
§file_ids: Option<Vec<String>>
Overrides the list of file IDs made available to the code_interpreter
tool. There can be a maximum of 20 files associated with the tool.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ModifyAssistantRequestToolResourcesCodeInterpreter
impl<'de> Deserialize<'de> for ModifyAssistantRequestToolResourcesCodeInterpreter
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ModifyAssistantRequestToolResourcesCodeInterpreter
impl RefUnwindSafe for ModifyAssistantRequestToolResourcesCodeInterpreter
impl Send for ModifyAssistantRequestToolResourcesCodeInterpreter
impl Sync for ModifyAssistantRequestToolResourcesCodeInterpreter
impl Unpin for ModifyAssistantRequestToolResourcesCodeInterpreter
impl UnwindSafe for ModifyAssistantRequestToolResourcesCodeInterpreter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more