Struct Instructions Config
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct InstructionsConfig {
pub system: Option<InstructionConfig>,
pub extensions: BTreeMap<String, Value>,
}
Harness-neutral agent instruction configuration.
Fields
system: Option<InstructionConfig>
System instructions for the selected harness.
extensions: BTreeMap<String, Value>
Additive instruction categories.
Trait Implementations
impl Clone for InstructionsConfig
impl Clone for InstructionsConfig
clone
fn clone(&self) -> InstructionsConfig
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for InstructionsConfig
impl Debug for InstructionsConfig
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for InstructionsConfig
impl Default for InstructionsConfig
default
fn default() -> InstructionsConfig
impl<'de> Deserialize<'de> for InstructionsConfig
impl<'de> Deserialize<'de> for InstructionsConfig
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for InstructionsConfig
impl JsonSchema for InstructionsConfig
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 PartialEq for InstructionsConfig
impl PartialEq for InstructionsConfig
eq
fn eq(&self, other: &InstructionsConfig) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for InstructionsConfig
impl Serialize for InstructionsConfig
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for InstructionsConfig
impl StructuralPartialEq for InstructionsConfig