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

Method authenticate

python/examples/multiSchema/agents.py:105–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

103 self._client_context = None
104
105 async def authenticate(self):
106 self._client_context = await get_client_context(self._authentication_vals)
107
108 async def handle_request(self, line: str):
109 if not self._client_context:

Callers 2

handle_requestMethod · 0.95
mainFunction · 0.95

Calls 1

get_client_contextFunction · 0.90

Tested by

no test coverage detected