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

Class ChangeTimeRangeAction

python/examples/calendar/schema.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51class ChangeTimeRangeAction(TypedDict):
52 actionType: Literal["change time range"]
53 eventReference: NotRequired[Annotated[EventReference, Doc("event to be changed")]]
54 timeRange: Annotated[EventTimeRange, Doc("new time range for the event")]
55
56
57class AddParticipantsAction(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…