ModusResource
object
Chat with Modus — your org-wide assistant with full context and tools.
client.modus.chat(”…”, model=”claude-sonnet-5”) client.modus.conversations.list(kind=”modus”) client.modus.get_context(“What tables describe churn?”)
chat()
-
Parameters:
- message – The message to send.
-
model – Model id, e.g.
"claude-sonnet-5". - thread_id – Continue an existing conversation; omit to start new.
chat_stream()
get_context()
AsyncModusResource
object
Async native Modus chat.
chat()
chat for argument details.
chat_stream()
chat_stream for argument details.
get_context()
get_context for argument details.