MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / get_source_path

Method get_source_path

entity/graph_config.py:74–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 return self.definition.organization or "DefaultOrg"
73
74 def get_source_path(self) -> str:
75 if self.source_path:
76 return self.source_path
77 return self.definition.id or "config.yaml"
78
79 def get_initial_instruction(self) -> str:
80 return self.definition.initial_instruction or ""

Callers 2

recordMethod · 0.80
_build_subgraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected