(venv) (base) derekh@laptop:~/workarea/llama-stack-client-python$ git reset --hard origin/main 
HEAD is now at 15ce6be release: 0.3.1-alpha.2
(venv) (base) derekh@laptop:~/workarea/llama-stack-client-python$ llama-stack-client inference chat-completion --session
Traceback (most recent call last):
  File "/home/derekh/workarea/llama-stack-client-python/venv/bin/llama-stack-client", line 5, in <module>
    from llama_stack_client.lib.cli.llama_stack_client import main
  File "/home/derekh/workarea/llama-stack-client-python/src/llama_stack_client/lib/cli/llama_stack_client.py", line 23, in <module>
    from .post_training import post_training
  File "/home/derekh/workarea/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/__init__.py", line 7, in <module>
    from .post_training import post_training
  File "/home/derekh/workarea/llama-stack-client-python/src/llama_stack_client/lib/cli/post_training/post_training.py", line 12, in <module>
    from llama_stack_client.types.post_training_supervised_fine_tune_params import AlgorithmConfigParam, TrainingConfig
ModuleNotFoundError: No module named 'llama_stack_client.types.post_training_supervised_fine_tune_params'