Skip to content

Commit e3ad16c

Browse files
authored
import user message was missing in usage
there was a missing import for user message
1 parent c0628cf commit e3ad16c

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)