Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 85645ab

Browse files
committed
feat: add threadId field to attachment in thread query
1 parent e8595b4 commit 85645ab

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

literalai/api/helpers/gql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
attachments {
5151
id
5252
stepId
53+
threadId
5354
metadata
5455
mime
5556
name

literalai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.201"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="literalai",
5-
version="0.1.2", # update version in literalai/version.py
5+
version="0.1.201", # update version in literalai/version.py
66
description="An SDK for observability in Python applications",
77
long_description=open("README.md").read(),
88
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)