Skip to content

Commit

Permalink
import user message was missing in usage
Browse files Browse the repository at this point in the history
there was a missing import for user message
  • Loading branch information
g-sree-jith authored Oct 12, 2024
1 parent c0628cf commit e3ad16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The full API of this library can be found in [api.md](api.md).

```python
from llama_stack_client import LlamaStackClient
from llama_stack_client.types import UserMessage

client = LlamaStackClient(
base_url=f"http://{host}:{port}",
Expand Down

0 comments on commit e3ad16c

Please sign in to comment.