llama-stack-mirror/llama_stack/providers
Sébastien Han 8d8e90d78e
fix: add missing argument and methods (#2550)
# What does this PR do?

Resolves:

```
mypy.....................................................................Failed
- hook id: mypy
- exit code: 1

llama_stack/providers/utils/responses/responses_store.py:119: error: Missing positional argument "policy" in call to "fetch_one" of "AuthorizedSqlStore"  [call-arg]
llama_stack/providers/utils/responses/responses_store.py:122: error: "AuthorizedSqlStore" has no attribute "delete"  [attr-defined]
Found 2 errors in 1 file (checked 403 source files)
```

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-06-30 14:55:37 +02:00
..
inline feat: Add webmethod for deleting openai responses (#2160) 2025-06-30 11:28:02 +02:00
registry chore: OpenAI compatibility for Milvus (#2470) 2025-06-27 16:00:36 -07:00
remote chore: OpenAI compatibility for Milvus (#2470) 2025-06-27 16:00:36 -07:00
utils fix: add missing argument and methods (#2550) 2025-06-30 14:55:37 +02:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py fix: finish conversion to StrEnum (#2514) 2025-06-26 08:01:26 +05:30