Skip to content

Commit a005f90

Browse files
authored
pass save_prefixes to holmes by adding to ToolApprovalDecision (#1989)
1 parent 2491420 commit a005f90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/robusta/core/model/base_params.py

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

188188
tool_call_id: str
189189
approved: bool
190+
save_prefixes: Optional[List[str]] = None # Prefixes to remember for session
190191

191192

192193
class HolmesChatParams(HolmesParams):

0 commit comments

Comments
 (0)