pub struct GoogleSearchRetrieval {
pub dynamic_retrieval_config: Option<DynamicRetrievalConfig>,
}Expand description
Tool to retrieve public web data for grounding, powered by Google.
Fields§
§dynamic_retrieval_config: Option<DynamicRetrievalConfig>Specifies the dynamic retrieval configuration for the given source.
Trait Implementations§
Source§impl Clone for GoogleSearchRetrieval
impl Clone for GoogleSearchRetrieval
Source§fn clone(&self) -> GoogleSearchRetrieval
fn clone(&self) -> GoogleSearchRetrieval
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleSearchRetrieval
impl Debug for GoogleSearchRetrieval
Source§impl Default for GoogleSearchRetrieval
impl Default for GoogleSearchRetrieval
Source§fn default() -> GoogleSearchRetrieval
fn default() -> GoogleSearchRetrieval
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleSearchRetrieval
impl<'de> Deserialize<'de> for GoogleSearchRetrieval
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 GoogleSearchRetrieval
impl RefUnwindSafe for GoogleSearchRetrieval
impl Send for GoogleSearchRetrieval
impl Sync for GoogleSearchRetrieval
impl Unpin for GoogleSearchRetrieval
impl UnwindSafe for GoogleSearchRetrieval
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