The parsed components of a prompt identifier string..
data public record PromptIdentifierThe parsed components of a prompt identifier string.
@property owner the repository owner (tenant handle), or "-" for private repos
@property repo the repository handle (prompt name)
@property commit the commit hash, tag, or "latest"