MCPcopy
hub / github.com/andrewyng/aisuite / chat

Method chat

aisuite/client.py:62–66  ·  view source on GitHub ↗

Return the chat API interface.

(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def chat(self):
63 """Return the chat API interface."""
64 if not self._chat:
65 self._chat = Chat(self)
66 return self._chat
67
68
69class Chat:

Callers 2

Calls 1

ChatClass · 0.85

Tested by

no test coverage detected