From e3ad16c84cbabbe7e4e78da7d24c183c0263d1e4 Mon Sep 17 00:00:00 2001 From: G Sreejith <139740235+g-sree-jith@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:14:44 +0530 Subject: [PATCH] import user message was missing in usage there was a missing import for user message --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b0dd74..b3510fb 100644 --- a/README.md +++ b/README.md @@ -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}",