For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/rstest.TestableProviderDescriptor.md.
  • 简体中文
  • Interface: TestableProviderDescriptor

    One conventional src/providers/<name>.ts context provider the harness mounts for every manifest request scope, exactly as the generated entries do (#313). key is the camel-cased request-context key.

    Properties

    id

    readonly id: string


    key

    readonly key: string


    name

    readonly name: string


    relativePath

    readonly relativePath: string

    Project-relative POSIX path of the provider module.


    source

    readonly source: string

    Absolute provider module path.