Circle V2 API Docs
    Preparing search index...

    Function listPromptNames

    • List prompt names in the workspace, optionally filtered to a domain by name prefix and/or descriptive tag. With no filter, returns every prompt. The hub is the list authority — callers use this so tooling never depends on which snapshot files happen to be on disk. Constructs its own Client (from this package's langsmith) so no client instance crosses a package boundary.

      Parameters

      • Optionaloptions: { prefix?: string; tag?: string }

      Returns Promise<string[]>