Struct Agent Runtime Config
Generated from cargo doc --no-deps -p nemo-fabric-core.
pub struct AgentRuntimeConfig {
pub max_turns: Option<u32>,
pub extensions: BTreeMap<String, Value>,
}
Runtime behavior applied by an adapter target.
Fields
max_turns: Option<u32>
Maximum number of agent turns allowed for one invocation.
extensions: BTreeMap<String, Value>
Adapter-owned runtime fields.
Trait Implementations
impl Clone for AgentRuntimeConfig
impl Clone for AgentRuntimeConfig
clone
fn clone(&self) -> AgentRuntimeConfig
clone_from
fn clone_from(&mut self, source: &Self)
impl Debug for AgentRuntimeConfig
impl Debug for AgentRuntimeConfig
fmt
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Default for AgentRuntimeConfig
impl Default for AgentRuntimeConfig
default
fn default() -> AgentRuntimeConfig
impl<'de> Deserialize<'de> for AgentRuntimeConfig
impl<'de> Deserialize<'de> for AgentRuntimeConfig
deserialize
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl JsonSchema for AgentRuntimeConfig
impl JsonSchema for AgentRuntimeConfig
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 AgentRuntimeConfig
impl PartialEq for AgentRuntimeConfig
eq
fn eq(&self, other: &AgentRuntimeConfig) -> bool
ne
fn ne(&self, other: &Rhs) -> bool
impl Serialize for AgentRuntimeConfig
impl Serialize for AgentRuntimeConfig
serialize
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl StructuralPartialEq for AgentRuntimeConfig
impl StructuralPartialEq for AgentRuntimeConfig