Enum Adapter Config Field
Generated from cargo doc --no-deps -p nemo-fabric-core.
Adapter-translated normalized NVIDIA NeMo Fabric configuration fields.
Variants
Models
Models
Normalized model selection and credentials.
ModelBaseUrl
ModelBaseUrl
Custom model endpoint.
ModelTemperature
ModelTemperature
Model temperature.
SystemInstructions
SystemInstructions
Portable system instructions.
MaxTurns
MaxTurns
Per-invocation harness turn limit.
EnabledTools
EnabledTools
Adapter-native tool names to expose.
BlockedTools
BlockedTools
Adapter-native tool names to block.
Mcp
Mcp
Harness-native MCP servers.
Skills
Skills
Harness-native skills.
Trait Implementations
impl Clone for AdapterConfigField
impl Clone for AdapterConfigField
clone
fn clone(&self) -> AdapterConfigField
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for AdapterConfigField
impl Debug for AdapterConfigField
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for AdapterConfigField
impl<'de> Deserialize<'de> for AdapterConfigField
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for AdapterConfigField
impl Hash for AdapterConfigField
hash
fn hash<__H: Hasher>(&self, state: &mut __H)
hash_slice
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Self: Sized,
impl JsonSchema for AdapterConfigField
impl JsonSchema for AdapterConfigField
schema_name
fn schema_name() -> Cow<'static, str>
schema_id
fn schema_id() -> Cow<'static, str>
json_schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
inline_schema
fn inline_schema() -> bool
impl Ord for AdapterConfigField
impl Ord for AdapterConfigField
cmp
fn cmp(&self, other: &AdapterConfigField) -> Ordering
max
fn max(self, other: Self) -> Selfwhere
Self: Sized,
min
fn min(self, other: Self) -> Selfwhere
Self: Sized,
clamp
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized,
impl PartialEq for AdapterConfigField
impl PartialEq for AdapterConfigField
eq
fn eq(&self, other: &AdapterConfigField) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl PartialOrd for AdapterConfigField
impl PartialOrd for AdapterConfigField
partial_cmp
fn partial_cmp(&self, other: &AdapterConfigField) -> Option<Ordering>
lt
fn lt(&self, other: &Rhs) -> bool
le
fn le(&self, other: &Rhs) -> bool
gt
fn gt(&self, other: &Rhs) -> bool
ge
fn ge(&self, other: &Rhs) -> bool
impl Serialize for AdapterConfigField
impl Serialize for AdapterConfigField
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for AdapterConfigField
impl Copy for AdapterConfigField
impl Eq for AdapterConfigField
impl Eq for AdapterConfigField
impl StructuralPartialEq for AdapterConfigField
impl StructuralPartialEq for AdapterConfigField