MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / build_prompt

Method build_prompt

atomic-agent/src/transcript/generator.rs:182–184  ·  view source on GitHub ↗

Build the summarization prompt from the condensed transcript.

(&self, condensed_text: &str)

Source from the content-addressed store, hash-verified

180
181 /// Build the summarization prompt from the condensed transcript.
182 pub(crate) fn build_prompt(&self, condensed_text: &str) -> String {
183 SUMMARIZATION_PROMPT.replace("{transcript}", condensed_text)
184 }
185
186 /// Strip GIT_* environment variables to prevent the subprocess from
187 /// discovering or modifying the parent's git repo.

Callers 4

generateMethod · 0.80

Calls 1

replaceMethod · 0.45