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

Class AddParticipantsAction

python/examples/calendar/schema.py:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class AddParticipantsAction(TypedDict):
58 actionType: Literal["add participants"]
59 eventReference: NotRequired[
60 Annotated[EventReference, Doc("event to be augmented; if not specified assume last event discussed")]
61 ]
62 participants: NotRequired[Annotated[list[str], "new participants (one or more)"]]
63
64
65class RemoveEventAction(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…