Fix python-sdk readme and add docs

This commit is contained in:
akhisud3195 2025-02-03 13:53:47 +05:30
parent ccd21f2e7e
commit 0b47361635
26 changed files with 448 additions and 30 deletions

View file

@ -81,18 +81,4 @@ chat = StatefulChat(
response = chat.run("Hello, how are you?")
print(response)
# I'm good, thanks! How can I help you today?
```
## API Reference
### Client
The `Client` class handles communication with the Rowboat API.
```python
Client(host: str, project_id: str, api_key: str)
```
### StatefulChat
The `
```