Skip to content

Commit 12b1c8d

Browse files
committed
Added error field for tools output
1 parent 3e4ddaa commit 12b1c8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/robusta/core/reporting/holmes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class ToolCallResult(BaseModel):
4646
tool_name: str
4747
description: str
4848
result: str
49+
error_message: Optional[str] = None
4950

5051

5152
class HolmesResult(BaseModel):

0 commit comments

Comments
 (0)