Struct Agent Instructions Config

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub struct AgentInstructionsConfig {
    pub system: Option<AgentInstructionConfig>,
    pub extensions: BTreeMap<String, Value>,
}

Normalized instructions projected to an adapter target.

Fields

system: Option<AgentInstructionConfig>

System instructions for the selected adapter target.

extensions: BTreeMap<String, Value>

Adapter-owned instruction categories.

Trait Implementations

impl Clone for AgentInstructionsConfig

impl Clone for AgentInstructionsConfig

clone

fn clone(&self) -> AgentInstructionsConfig

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for AgentInstructionsConfig

impl Debug for AgentInstructionsConfig

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for AgentInstructionsConfig

impl Default for AgentInstructionsConfig

default

fn default() -> AgentInstructionsConfig

impl<'de> Deserialize<'de> for AgentInstructionsConfig

impl<'de> Deserialize<'de> for AgentInstructionsConfig

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for AgentInstructionsConfig

impl JsonSchema for AgentInstructionsConfig

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 AgentInstructionsConfig

impl PartialEq for AgentInstructionsConfig

eq

fn eq(&self, other: &AgentInstructionsConfig) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for AgentInstructionsConfig

impl Serialize for AgentInstructionsConfig

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl StructuralPartialEq for AgentInstructionsConfig

impl StructuralPartialEq for AgentInstructionsConfig