Skip to content

Commit dbee46c

Browse files
committed
bump homlesgpt to 0.12.4
1 parent 0f0fbd4 commit dbee46c

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

src/aks-preview/HISTORY.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ To release a new version, please select a new version number (usually plus 1 to
1111

1212
Pending
1313
+++++++
14-
* Add framework for interactive AI-powered debugging tool.
1514

1615
18.0.0b27
1716
+++++++

src/aks-preview/azext_aks_preview/_help.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,7 +3995,6 @@
39953995
text: |-
39963996
export OPENAI_API_KEY="sk-xxx"
39973997
az aks agent "Why are my pods not starting?" --name MyManagedCluster --resource-group MyResourceGroup --model gpt-4o
3998-
text: az aks agent "Why are my pods not starting?"
39993998
- name: Run in interactive mode without a question
40003999
text: az aks agent "Check the pod status in my cluster" --name MyManagedCluster --resource-group MyResourceGroup --model azure/my-gpt4.1-deployment --api-key "sk-xxx"
40014000
- name: Run in non-interactive batch mode
@@ -4007,7 +4006,7 @@
40074006
- name: Run agent with no echo of the original question
40084007
text: az aks agent "What is the status of my cluster?" --no-echo-request --model azure/my-gpt4.1-deployment
40094008
- name: Refresh toolsets to get the latest available tools
4010-
text: az aks agent "What is the status of my cluster?" --refresh-toolsets --model azure/my-gpt4.1-deploymen
4009+
text: az aks agent "What is the status of my cluster?" --refresh-toolsets --model azure/my-gpt4.1-deployment
40114010
- name: Run agent with config file
40124011
text: |
40134012
az aks agent "Check kubernetes pod resource usage" --config-file /path/to/custom.config

src/aks-preview/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from setuptools import find_packages, setup
1111

12-
VERSION = "18.0.0b26"
12+
VERSION = "18.0.0b27"
1313

1414
CLASSIFIERS = [
1515
"Development Status :: 4 - Beta",
@@ -24,7 +24,7 @@
2424
]
2525

2626
DEPENDENCIES = [
27-
"holmesgpt==0.12.4; python_version >= '3.10'",
27+
"holmesgpt==0.12.5; python_version >= '3.10'",
2828
]
2929

3030
with open1("README.rst", "r", encoding="utf-8") as f:

0 commit comments

Comments
 (0)