Skip to content

Commit 0467158

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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,

0 commit comments

Comments
 (0)