Skip to content

Commit be2cb9f

Browse files
authored
update lightspeed-stack-providers to version 0.1.15 (#96)
Update lightspeed-stack-providers to version 0.1.15 issue: https://issues.redhat.com/browse/AAP-52354 Signed-off-by: Djebran Lezzoum <[email protected]>
1 parent 5eeca89 commit be2cb9f

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

ansible-chatbot-mcp-run.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ providers:
5858
tools_filter:
5959
enabled: true
6060
model_id: ${env.INFERENCE_MODEL_FILTER:=}
61+
always_include_tools:
62+
- knowledge_search
6163
datasetio:
6264
- provider_id: localfs
6365
provider_type: inline::localfs

ansible-chatbot-run.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ providers:
5858
tools_filter:
5959
enabled: true
6060
model_id: ${env.INFERENCE_MODEL_FILTER:=}
61+
always_include_tools:
62+
- knowledge_search
6163
datasetio:
6264
- provider_id: localfs
6365
provider_type: inline::localfs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"aiosqlite~=0.21.0",
99
"faiss-cpu~=1.11",
1010
"fire~=0.7.0",
11-
"lightspeed-stack-providers==0.1.14",
11+
"lightspeed-stack-providers==0.1.15",
1212
"mcp~=1.9.4",
1313
"numpy==2.2.6",
1414
"opentelemetry-api~=1.34.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jiter==0.10.0
3636
joblib==1.5.1
3737
jsonschema==4.24.0
3838
jsonschema-specifications==2025.4.1
39-
lightspeed-stack-providers==0.1.14
39+
lightspeed-stack-providers==0.1.15
4040
litellm==1.75.5.post1
4141
llama-api-client==0.1.2
4242
llama-stack==0.2.16

uv.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)