Dataclass holding detected source information. Contains the source type (web, github, local, pdf, etc.), parsed details (URL, repo, path), auto-suggested skill name, and the original raw input string.
| Visibility | Name | Type | Description |
|---|---|---|---|
| public | type: str | none | |
| public | parsed: dict | none | |
| public | suggested_name: str | none | |
| public | raw_input: str | none |
| Name | Value |
|---|---|
| name | SourceInfo |
| stereotype | null |
| visibility | public |
| isAbstract | false |
| isFinalSpecialization | false |
| isLeaf | false |