Skip to content

Commit 61085a4

Browse files
feat: updated log_id on python sdk
1 parent f4052ae commit 61085a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jigsawstack/_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ class UsageInfo(TypedDict):
1111
class BaseResponse(TypedDict):
1212
success: bool
1313
_usage: NotRequired[UsageInfo]
14+
log_id: str

0 commit comments

Comments
 (0)