Skip to content

Commit b066ce1

Browse files
authored
fix: remove unused modified_params for holmes tool approval workflow (#1933)
1 parent 21db7e8 commit b066ce1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robusta/core/model/base_params.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ class ToolApprovalDecision(BaseModel):
187187

188188
tool_call_id: str
189189
approved: bool
190-
modified_params: Optional[Dict[str, Any]] = None
191190

192191

193192
class HolmesChatParams(HolmesParams):

0 commit comments

Comments
 (0)