MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / ProviderResult

Class ProviderResult

tests/provider/test_provider_endpoint.py:33–36  ·  view source on GitHub ↗

Tiny schema used to validate provider structured-output wiring.

Source from the content-addressed store, hash-verified

31
32
33class ProviderResult(BaseModel):
34 """Tiny schema used to validate provider structured-output wiring."""
35
36 ok: bool = Field(description="Whether the provider request succeeded.")
37
38
39def _skip_without_env(name: str) -> str:

Calls

no outgoing calls