pub type InputConfig = GenerateContentInputConfig;Aliased Type§
pub struct InputConfig {
pub source: Option<GenerateContentInputSource>,
pub rest: Map<String, Value>,
}Fields§
§source: Option<GenerateContentInputSource>§rest: Map<String, Value>