(self)
| 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 "" |
no outgoing calls
no test coverage detected