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

Class ChangeDescriptionAction

python/examples/calendar/schema.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class ChangeDescriptionAction(TypedDict):
46 actionType: Literal["change description"]
47 eventReference: NotRequired[Annotated[EventReference, Doc("event to be changed")]]
48 description: Annotated[str, Doc("new description for the event")]
49
50
51class ChangeTimeRangeAction(TypedDict):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…