(agentName, description string)
| 717 | projectInstructions, |
| 718 | &separator, |
| 719 | budget, |
| 720 | ), nil |
| 721 | } |
| 722 | |
| 723 | func BuildMemoryBehaviorSection(memorySection string) (PromptSection, error) { |
| 724 | if strings.TrimSpace(memorySection) == "" { |
| 725 | return PromptSection{}, errors.New(fmt.Sprintf("Missing memory behavior: %s", memorySection)) |
| 726 | } |
no outgoing calls
no test coverage detected