removed unused code
This commit is contained in:
parent
6f6270b39d
commit
f1f6e1131b
1 changed files with 0 additions and 7 deletions
|
|
@ -275,13 +275,6 @@ Each part separated by the marker will be sent as an independent message.`,
|
|||
return stack.Parts()
|
||||
}
|
||||
|
||||
func (cb *ContextBuilder) buildAgentDiscoveryContext() string {
|
||||
if cb.agentDiscovery == nil {
|
||||
return ""
|
||||
}
|
||||
return formatAgentDiscoverySection(cb.agentDiscovery(cb.workspace))
|
||||
}
|
||||
|
||||
// BuildSystemPromptWithCache returns the cached system prompt if available
|
||||
// and source files haven't changed, otherwise builds and caches it.
|
||||
// Source file changes are detected via mtime checks (cheap stat calls).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue