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

Method with_style

tutorials/18_design_patterns_for_agents.py:421–424  ·  view source on GitHub ↗
(self, name: str, prompt: str)

Source from the content-addressed store, hash-verified

419
420 # 对应 prompt.rs:101-106
421 def with_style(self, name: str, prompt: str) -> SystemPromptBuilder:
422 self._style_name = name
423 self._style_prompt = prompt
424 return self
425
426 def with_project(self, cwd: str, date: str) -> SystemPromptBuilder:
427 self._project_cwd = cwd

Callers 1

lesson_3_builder_patternFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected