• Push a prompt to the hub. If the specified repo doesn't already exist, it will be created.

    Parameters

    • repoFullName: string

      The full name of the repo.

    • runnable: Runnable

      The prompt to push.

    • Optional options: HubPushOptions & ClientConfiguration

    Returns Promise<string>

    The URL of the newly pushed prompt in the hub.

Generated using TypeDoc