macro_rules! impl_shared_agent_builder_methods {
() => { ... };
}Expand description
Builder methods for pure-data fields shared by both BaseAgent and AgentDefinition.
Covers: id, model, system_prompt, max_rounds, chat_options, fallback_models, llm_retry_policy.