We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2491420 commit a005f90Copy full SHA for a005f90
1 file changed
src/robusta/core/model/base_params.py
@@ -187,6 +187,7 @@ class ToolApprovalDecision(BaseModel):
187
188
tool_call_id: str
189
approved: bool
190
+ save_prefixes: Optional[List[str]] = None # Prefixes to remember for session
191
192
193
class HolmesChatParams(HolmesParams):
0 commit comments