MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / with_default_llm_config

Method with_default_llm_config

core/src/workflow.rs:222–225  ·  view source on GitHub ↗

Set default LLM configuration for auto-generated agents

(mut self, llm_config: crate::llm::LlmConfig)

Source from the content-addressed store, hash-verified

220
221 /// Set default LLM configuration for auto-generated agents
222 pub fn with_default_llm_config(mut self, llm_config: crate::llm::LlmConfig) -> Self {
223 self.default_llm_config = Some(llm_config);
224 self
225 }
226
227 /// Register handlers for [`NodeType::Condition`] nodes (e.g. from Python callables).
228 pub fn with_conditional_handlers(

Calls

no outgoing calls

Tested by 3

test_workflow_with_llmFunction · 0.64