MCPcopy Create free account
hub / github.com/microsoft/TypeChat / Success

Class Success

python/src/typechat/_internal/result.py:7–9  ·  view source on GitHub ↗

An object representing a successful operation with a result of type `T`.

Source from the content-addressed store, hash-verified

5
6@dataclass
7class Success(Generic[T]):
8 "An object representing a successful operation with a result of type `T`."
9 value: T
10
11
12@dataclass

Callers 3

validate_objectMethod · 0.90
completeMethod · 0.90
validate_objectMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…