Skip to content

Commit be8b611

Browse files
authored
Merge pull request #6 from g-sree-jith/main
import user message was missing in usage
2 parents c0628cf + e3ad16c commit be8b611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The full API of this library can be found in [api.md](api.md).
2525

2626
```python
2727
from llama_stack_client import LlamaStackClient
28+
from llama_stack_client.types import UserMessage
2829

2930
client = LlamaStackClient(
3031
base_url=f"http://{host}:{port}",

0 commit comments

Comments
 (0)