We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21db7e8 commit b066ce1Copy full SHA for b066ce1
1 file changed
src/robusta/core/model/base_params.py
@@ -187,7 +187,6 @@ class ToolApprovalDecision(BaseModel):
187
188
tool_call_id: str
189
approved: bool
190
- modified_params: Optional[Dict[str, Any]] = None
191
192
193
class HolmesChatParams(HolmesParams):
0 commit comments