llama-stack/tests/client-sdk
Xi Yan 3e518c049a
[bugfix] fix inference sdk test for v1 (#775)
# What does this PR do?
- fixes client sdk tests

## Test Plan

```
LLAMA_STACK_BASE_URL="http://localhost:5000" pytest -v tests/client-sdk/inference/test_inference.py
```

<img width="1359" alt="image"
src="https://github.com/user-attachments/assets/a720e0ca-c441-465e-bc6b-9b98091afa23"
/>


## Sources

Please link relevant resources if necessary.


## Before submitting

- [ ] This PR fixes a typo or improves the docs (you can dismiss the
other checks if that's the case).
- [ ] Ran pre-commit to handle lint / formatting issues.
- [ ] Read the [contributor
guideline](https://github.com/meta-llama/llama-stack/blob/main/CONTRIBUTING.md),
      Pull Request section?
- [ ] Updated relevant documentation.
- [ ] Wrote necessary unit or integration tests.
2025-01-15 15:52:26 -08:00
..
agents More idiomatic REST API (#765) 2025-01-15 13:20:09 -08:00
inference [bugfix] fix inference sdk test for v1 (#775) 2025-01-15 15:52:26 -08:00
memory Consolidating Memory tests under client-sdk (#703) 2025-01-10 08:28:37 -08:00
safety Consolidating Safety tests from various places under client-sdk (#699) 2025-01-13 17:46:24 -08:00
__init__.py [tests] add client-sdk pytests & delete client.py (#638) 2024-12-16 12:04:56 -08:00
conftest.py Fixes; make inference tests pass with newer tool call types 2025-01-13 23:16:53 -08:00