Skip to content

Commit 810c600

Browse files
authored
Fix manage engine compatability issue (#1401)
1 parent 27633e9 commit 810c600

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)