MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / reject

Method reject

sdks/python/src/e2a/v1/client.py:414–420  ·  view source on GitHub ↗
(
        self, message_id: str, body: Optional[Body] = None
    )

Source from the content-addressed store, hash-verified

412 )
413
414 async def reject(
415 self, message_id: str, body: Optional[Body] = None
416 ) -> RejectResultView:
417 req = _coerce(RejectRequest, body)
418 return await self._c._write_unsafe(
419 lambda h: self._api.reject_review(message_id, req, _headers=h)
420 )
421
422
423class ConversationsResource:

Callers 3

listen.test.tsFile · 0.45
rejectMessageMethod · 0.45

Calls 3

_coerceFunction · 0.85
_write_unsafeMethod · 0.80
reject_reviewMethod · 0.80

Tested by 1