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

Method with_project

tutorials/18_design_patterns_for_agents.py:426–429  ·  view source on GitHub ↗
(self, cwd: str, date: str)

Source from the content-addressed store, hash-verified

424 return self
425
426 def with_project(self, cwd: str, date: str) -> SystemPromptBuilder:
427 self._project_cwd = cwd
428 self._current_date = date
429 return self
430
431 # 对应 prompt.rs:128-131 的 append_section
432 def append_section(self, section: str) -> SystemPromptBuilder:

Callers 1

lesson_3_builder_patternFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected