Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
69
class
Chat:
Callers
2
chat_completions_create
Method · 0.80
chat_completions_create
Method · 0.80
Calls
1
Chat
Class · 0.85
Tested by
no test coverage detected