Skip to content

Commit 3f06c44

Browse files
committed
tool_id -> id
1 parent 617b472 commit 3f06c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrapybara/types/act.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ImagePart(BaseModel):
1919

2020
class ToolCallPart(BaseModel):
2121
type: Literal["tool-call"] = "tool-call"
22-
tool_id: Optional[str] = None
22+
id: Optional[str] = None
2323
tool_call_id: str
2424
tool_name: str
2525
args: Dict[str, Any]

0 commit comments

Comments
 (0)