Skip to content

Commit 22ff6e6

Browse files
committed
Fix manage engine compatability issue
1 parent d96b234 commit 22ff6e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

patchwork/steps/ManageEngineAgent/ManageEngineAgent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def __init__(self, inputs: dict):
4646
agent_configs=[
4747
AgentConfig(
4848
name="ManageEngine Assistant",
49+
model="claude-3-7-sonnet-latest",
4950
tool_set=dict(
5051
make_api_request=APIRequestTool(
5152
headers=self.headers,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "patchwork-cli"
3-
version = "0.0.107"
3+
version = "0.0.108"
44
description = ""
55
authors = ["patched.codes"]
66
license = "AGPL"

0 commit comments

Comments
 (0)