MCPcopy Create free account
hub / github.com/Louisym/MiniCC / add

Method add

tutorials/18_design_patterns_for_agents.py:917–919  ·  view source on GitHub ↗
(self, section: str)

Source from the content-addressed store, hash-verified

915 _sections: list[str] = field(default_factory=list)
916
917 def add(self, section: str) -> PromptBuilder:
918 self._sections.append(section)
919 return self
920
921 def build(self) -> list[str]:
922 return list(self._sections)

Callers 5

summarize_messagesFunction · 0.45
build_conversation_chainFunction · 0.45
lesson_6_full_demoFunction · 0.45

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected