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

Method with_system_prompt_override

core/src/graph/node.rs:49–52  ·  view source on GitHub ↗

Add a system prompt override to the configuration

(mut self, system_prompt: impl Into<String>)

Source from the content-addressed store, hash-verified

47
48 /// Add a system prompt override to the configuration
49 pub fn with_system_prompt_override(mut self, system_prompt: impl Into<String>) -> Self {
50 self.system_prompt_override = Some(system_prompt.into());
51 self
52 }
53}
54
55impl WorkflowNode {

Callers 2

agentMethod · 0.80

Calls

no outgoing calls