Parameters
- repoFullName: string
- runnable: Runnable
Optional
options: {
apiKey?: string;
apiUrl?: string;
description?: string;
isPublic?: boolean;
newRepoDescription?: string;
newRepoIsPublic?: boolean;
parentCommitHash?: string;
readme?: string;
tags?: string[];
}Optional
apiKey?: string
Optional
apiUrl?: string
Optional
description?: string
Optional
isPublic?: boolean
Optional
newRepoDescription?: string
Optional
newRepoIsPublic?: boolean
Optional
parentCommitHash?: string
Optional
readme?: string
Optional
tags?: string[]
Returns Promise<string>
The URL of the newly pushed prompt in the hub.
Push a prompt to the hub. If the specified repo doesn't already exist, it will be created.