pub enum ToolExecutionCompleteContentResourceDetails {
EmbeddedTextResourceContents(EmbeddedTextResourceContents),
EmbeddedBlobResourceContents(EmbeddedBlobResourceContents),
}Expand description
The embedded resource contents, either text or base64-encoded binary
Variants§
EmbeddedTextResourceContents(EmbeddedTextResourceContents)
EmbeddedBlobResourceContents(EmbeddedBlobResourceContents)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResourceDetails
impl<'de> Deserialize<'de> for ToolExecutionCompleteContentResourceDetails
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 ToolExecutionCompleteContentResourceDetails
impl RefUnwindSafe for ToolExecutionCompleteContentResourceDetails
impl Send for ToolExecutionCompleteContentResourceDetails
impl Sync for ToolExecutionCompleteContentResourceDetails
impl Unpin for ToolExecutionCompleteContentResourceDetails
impl UnsafeUnpin for ToolExecutionCompleteContentResourceDetails
impl UnwindSafe for ToolExecutionCompleteContentResourceDetails
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