MCPcopy Create free account
hub / github.com/astercloud/aster / NewContextInjector

Function NewContextInjector

pkg/context/auto_inject.go:31–35  ·  view source on GitHub ↗

NewContextInjector 创建 Context 注入器

(config InjectorConfig)

Source from the content-addressed store, hash-verified

29
30// NewContextInjector 创建 Context 注入器
31func NewContextInjector(config InjectorConfig) *ContextInjector {
32 return &ContextInjector{
33 config: config,
34 }
35}
36
37// InjectContext 注入上下文到系统提示词
38func (ci *ContextInjector) InjectContext(ctx context.Context, systemPrompt string) string {

Calls

no outgoing calls