MCPcopy Create free account
hub / github.com/AI45Lab/Code / system_prompt

Method system_prompt

core/src/agent/prompt_runtime.rs:12–14  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

10 /// Get the assembled system prompt from slots.
11 #[allow(dead_code)]
12 pub(super) fn system_prompt(&self) -> String {
13 self.config.prompt_slots.build()
14 }
15
16 /// Get the assembled system prompt from slots with an explicit style.
17 fn system_prompt_for_style(&self, style: AgentStyle) -> String {

Callers 1

Calls 1

buildMethod · 0.45

Tested by

no test coverage detected