graphlit-client 1.0.20250614001__py3-none-any.whl → 1.0.20250621001__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. graphlit_api/__init__.py +8 -13
  2. graphlit_api/ask_graphlit.py +1 -0
  3. graphlit_api/client.py +10 -0
  4. graphlit_api/complete_conversation.py +2 -0
  5. graphlit_api/continue_conversation.py +2 -0
  6. graphlit_api/describe_encoded_image.py +1 -0
  7. graphlit_api/describe_image.py +1 -0
  8. graphlit_api/format_conversation.py +2 -0
  9. graphlit_api/get_collection.py +0 -1
  10. graphlit_api/get_content.py +1 -0
  11. graphlit_api/get_conversation.py +1 -0
  12. graphlit_api/input_types.py +5 -0
  13. graphlit_api/lookup_contents.py +1 -0
  14. graphlit_api/operations.py +38 -38
  15. graphlit_api/prompt.py +1 -0
  16. graphlit_api/prompt_conversation.py +2 -0
  17. graphlit_api/prompt_specifications.py +1 -0
  18. graphlit_api/query_collections.py +0 -6
  19. graphlit_api/query_contents.py +0 -46
  20. graphlit_api/query_conversations.py +1 -0
  21. graphlit_api/query_models.py +1 -0
  22. graphlit_api/query_notion_databases.py +7 -1
  23. graphlit_api/query_notion_pages.py +7 -1
  24. graphlit_api/revise_content.py +1 -0
  25. graphlit_api/revise_encoded_image.py +1 -0
  26. graphlit_api/revise_image.py +1 -0
  27. graphlit_api/revise_text.py +1 -0
  28. {graphlit_client-1.0.20250614001.dist-info → graphlit_client-1.0.20250621001.dist-info}/METADATA +1 -1
  29. {graphlit_client-1.0.20250614001.dist-info → graphlit_client-1.0.20250621001.dist-info}/RECORD +32 -32
  30. {graphlit_client-1.0.20250614001.dist-info → graphlit_client-1.0.20250621001.dist-info}/WHEEL +0 -0
  31. {graphlit_client-1.0.20250614001.dist-info → graphlit_client-1.0.20250621001.dist-info}/licenses/LICENSE +0 -0
  32. {graphlit_client-1.0.20250614001.dist-info → graphlit_client-1.0.20250621001.dist-info}/top_level.txt +0 -0
graphlit_api/__init__.py CHANGED
@@ -1919,7 +1919,6 @@ from .query_collections import (
1919
1919
  QueryCollections,
1920
1920
  QueryCollectionsCollections,
1921
1921
  QueryCollectionsCollectionsResults,
1922
- QueryCollectionsCollectionsResultsContents,
1923
1922
  QueryCollectionsCollectionsResultsOwner,
1924
1923
  )
1925
1924
  from .query_contents import (
@@ -1942,11 +1941,6 @@ from .query_contents import (
1942
1941
  QueryContentsContentsResultsLanguage,
1943
1942
  QueryContentsContentsResultsLinks,
1944
1943
  QueryContentsContentsResultsLocation,
1945
- QueryContentsContentsResultsObservations,
1946
- QueryContentsContentsResultsObservationsObservable,
1947
- QueryContentsContentsResultsObservationsOccurrences,
1948
- QueryContentsContentsResultsObservationsOccurrencesBoundingBox,
1949
- QueryContentsContentsResultsObservationsRelated,
1950
1944
  QueryContentsContentsResultsOwner,
1951
1945
  QueryContentsContentsResultsPackage,
1952
1946
  QueryContentsContentsResultsPages,
@@ -2166,8 +2160,13 @@ from .query_models import (
2166
2160
  from .query_notion_databases import (
2167
2161
  QueryNotionDatabases,
2168
2162
  QueryNotionDatabasesNotionDatabases,
2163
+ QueryNotionDatabasesNotionDatabasesResults,
2164
+ )
2165
+ from .query_notion_pages import (
2166
+ QueryNotionPages,
2167
+ QueryNotionPagesNotionPages,
2168
+ QueryNotionPagesNotionPagesResults,
2169
2169
  )
2170
- from .query_notion_pages import QueryNotionPages, QueryNotionPagesNotionPages
2171
2170
  from .query_one_drive_folders import (
2172
2171
  QueryOneDriveFolders,
2173
2172
  QueryOneDriveFoldersOneDriveFolders,
@@ -4244,7 +4243,6 @@ __all__ = [
4244
4243
  "QueryCollections",
4245
4244
  "QueryCollectionsCollections",
4246
4245
  "QueryCollectionsCollectionsResults",
4247
- "QueryCollectionsCollectionsResultsContents",
4248
4246
  "QueryCollectionsCollectionsResultsOwner",
4249
4247
  "QueryContents",
4250
4248
  "QueryContentsContents",
@@ -4265,11 +4263,6 @@ __all__ = [
4265
4263
  "QueryContentsContentsResultsLanguage",
4266
4264
  "QueryContentsContentsResultsLinks",
4267
4265
  "QueryContentsContentsResultsLocation",
4268
- "QueryContentsContentsResultsObservations",
4269
- "QueryContentsContentsResultsObservationsObservable",
4270
- "QueryContentsContentsResultsObservationsOccurrences",
4271
- "QueryContentsContentsResultsObservationsOccurrencesBoundingBox",
4272
- "QueryContentsContentsResultsObservationsRelated",
4273
4266
  "QueryContentsContentsResultsOwner",
4274
4267
  "QueryContentsContentsResultsPackage",
4275
4268
  "QueryContentsContentsResultsPages",
@@ -4450,8 +4443,10 @@ __all__ = [
4450
4443
  "QueryModelsModelsResultsMetadata",
4451
4444
  "QueryNotionDatabases",
4452
4445
  "QueryNotionDatabasesNotionDatabases",
4446
+ "QueryNotionDatabasesNotionDatabasesResults",
4453
4447
  "QueryNotionPages",
4454
4448
  "QueryNotionPagesNotionPages",
4449
+ "QueryNotionPagesNotionPagesResults",
4455
4450
  "QueryOneDriveFolders",
4456
4451
  "QueryOneDriveFoldersOneDriveFolders",
4457
4452
  "QueryOneDriveFoldersOneDriveFoldersResults",
@@ -41,6 +41,7 @@ class AskGraphlitAskGraphlitMessage(BaseModel):
41
41
  )
42
42
  tokens: Optional[int]
43
43
  throughput: Optional[float]
44
+ ttft: Optional[Any]
44
45
  completion_time: Optional[Any] = Field(alias="completionTime")
45
46
  timestamp: Optional[Any]
46
47
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
graphlit_api/client.py CHANGED
@@ -1885,12 +1885,18 @@ class Client(AsyncBaseClient):
1885
1885
  self,
1886
1886
  completion: str,
1887
1887
  id: str,
1888
+ completion_time: Union[Optional[Any], UnsetType] = UNSET,
1889
+ ttft: Union[Optional[Any], UnsetType] = UNSET,
1890
+ throughput: Union[Optional[float], UnsetType] = UNSET,
1888
1891
  correlation_id: Union[Optional[str], UnsetType] = UNSET,
1889
1892
  **kwargs: Any
1890
1893
  ) -> CompleteConversation:
1891
1894
  variables: Dict[str, object] = {
1892
1895
  "completion": completion,
1893
1896
  "id": id,
1897
+ "completionTime": completion_time,
1898
+ "ttft": ttft,
1899
+ "throughput": throughput,
1894
1900
  "correlationId": correlation_id,
1895
1901
  }
1896
1902
  response = await self.execute(
@@ -2015,6 +2021,7 @@ class Client(AsyncBaseClient):
2015
2021
  id: Union[Optional[str], UnsetType] = UNSET,
2016
2022
  specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
2017
2023
  tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
2024
+ system_prompt: Union[Optional[str], UnsetType] = UNSET,
2018
2025
  include_details: Union[Optional[bool], UnsetType] = UNSET,
2019
2026
  correlation_id: Union[Optional[str], UnsetType] = UNSET,
2020
2027
  **kwargs: Any
@@ -2024,6 +2031,7 @@ class Client(AsyncBaseClient):
2024
2031
  "id": id,
2025
2032
  "specification": specification,
2026
2033
  "tools": tools,
2034
+ "systemPrompt": system_prompt,
2027
2035
  "includeDetails": include_details,
2028
2036
  "correlationId": correlation_id,
2029
2037
  }
@@ -2083,6 +2091,7 @@ class Client(AsyncBaseClient):
2083
2091
  data: Union[Optional[str], UnsetType] = UNSET,
2084
2092
  id: Union[Optional[str], UnsetType] = UNSET,
2085
2093
  specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
2094
+ system_prompt: Union[Optional[str], UnsetType] = UNSET,
2086
2095
  tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
2087
2096
  require_tool: Union[Optional[bool], UnsetType] = UNSET,
2088
2097
  include_details: Union[Optional[bool], UnsetType] = UNSET,
@@ -2095,6 +2104,7 @@ class Client(AsyncBaseClient):
2095
2104
  "data": data,
2096
2105
  "id": id,
2097
2106
  "specification": specification,
2107
+ "systemPrompt": system_prompt,
2098
2108
  "tools": tools,
2099
2109
  "requireTool": require_tool,
2100
2110
  "includeDetails": include_details,
@@ -52,6 +52,7 @@ class CompleteConversationCompleteConversationMessage(BaseModel):
52
52
  ] = Field(alias="toolCalls")
53
53
  tokens: Optional[int]
54
54
  throughput: Optional[float]
55
+ ttft: Optional[Any]
55
56
  completion_time: Optional[Any] = Field(alias="completionTime")
56
57
  timestamp: Optional[Any]
57
58
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -285,6 +286,7 @@ class CompleteConversationCompleteConversationDetailsMessages(BaseModel):
285
286
  ] = Field(alias="toolCalls")
286
287
  tokens: Optional[int]
287
288
  throughput: Optional[float]
289
+ ttft: Optional[Any]
288
290
  completion_time: Optional[Any] = Field(alias="completionTime")
289
291
  timestamp: Optional[Any]
290
292
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -52,6 +52,7 @@ class ContinueConversationContinueConversationMessage(BaseModel):
52
52
  ] = Field(alias="toolCalls")
53
53
  tokens: Optional[int]
54
54
  throughput: Optional[float]
55
+ ttft: Optional[Any]
55
56
  completion_time: Optional[Any] = Field(alias="completionTime")
56
57
  timestamp: Optional[Any]
57
58
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -285,6 +286,7 @@ class ContinueConversationContinueConversationDetailsMessages(BaseModel):
285
286
  ] = Field(alias="toolCalls")
286
287
  tokens: Optional[int]
287
288
  throughput: Optional[float]
289
+ ttft: Optional[Any]
288
290
  completion_time: Optional[Any] = Field(alias="completionTime")
289
291
  timestamp: Optional[Any]
290
292
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -35,6 +35,7 @@ class DescribeEncodedImageDescribeEncodedImage(BaseModel):
35
35
  ] = Field(alias="toolCalls")
36
36
  tokens: Optional[int]
37
37
  throughput: Optional[float]
38
+ ttft: Optional[Any]
38
39
  completion_time: Optional[Any] = Field(alias="completionTime")
39
40
  timestamp: Optional[Any]
40
41
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -33,6 +33,7 @@ class DescribeImageDescribeImage(BaseModel):
33
33
  )
34
34
  tokens: Optional[int]
35
35
  throughput: Optional[float]
36
+ ttft: Optional[Any]
36
37
  completion_time: Optional[Any] = Field(alias="completionTime")
37
38
  timestamp: Optional[Any]
38
39
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -52,6 +52,7 @@ class FormatConversationFormatConversationMessage(BaseModel):
52
52
  ] = Field(alias="toolCalls")
53
53
  tokens: Optional[int]
54
54
  throughput: Optional[float]
55
+ ttft: Optional[Any]
55
56
  completion_time: Optional[Any] = Field(alias="completionTime")
56
57
  timestamp: Optional[Any]
57
58
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -269,6 +270,7 @@ class FormatConversationFormatConversationDetailsMessages(BaseModel):
269
270
  ] = Field(alias="toolCalls")
270
271
  tokens: Optional[int]
271
272
  throughput: Optional[float]
273
+ ttft: Optional[Any]
272
274
  completion_time: Optional[Any] = Field(alias="completionTime")
273
275
  timestamp: Optional[Any]
274
276
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -17,7 +17,6 @@ class GetCollectionCollection(BaseModel):
17
17
  id: str
18
18
  name: str
19
19
  creation_date: Any = Field(alias="creationDate")
20
- relevance: Optional[float]
21
20
  owner: "GetCollectionCollectionOwner"
22
21
  state: EntityState
23
22
  type: Optional[CollectionTypes]
@@ -70,6 +70,7 @@ class GetContentContent(BaseModel):
70
70
  posts: Optional[List[str]]
71
71
  chapters: Optional[List[str]]
72
72
  questions: Optional[List[str]]
73
+ quotes: Optional[List[str]]
73
74
  video: Optional["GetContentContentVideo"]
74
75
  audio: Optional["GetContentContentAudio"]
75
76
  image: Optional["GetContentContentImage"]
@@ -55,6 +55,7 @@ class GetConversationConversationMessages(BaseModel):
55
55
  ] = Field(alias="toolCalls")
56
56
  tokens: Optional[int]
57
57
  throughput: Optional[float]
58
+ ttft: Optional[Any]
58
59
  completion_time: Optional[Any] = Field(alias="completionTime")
59
60
  timestamp: Optional[Any]
60
61
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -3359,6 +3359,11 @@ class ConversationMessageInput(BaseModel):
3359
3359
  role: ConversationRoleTypes
3360
3360
  author: Optional[str] = None
3361
3361
  message: str
3362
+ tokens: Optional[int] = None
3363
+ throughput: Optional[float] = None
3364
+ ttft: Optional[Any] = None
3365
+ completion_time: Optional[Any] = Field(alias="completionTime", default=None)
3366
+ timestamp: Optional[Any] = None
3362
3367
  data: Optional[str] = None
3363
3368
  mime_type: Optional[str] = Field(alias="mimeType", default=None)
3364
3369
 
@@ -76,6 +76,7 @@ class LookupContentsLookupContentsResults(BaseModel):
76
76
  posts: Optional[List[str]]
77
77
  chapters: Optional[List[str]]
78
78
  questions: Optional[List[str]]
79
+ quotes: Optional[List[str]]
79
80
  video: Optional["LookupContentsLookupContentsResultsVideo"]
80
81
  audio: Optional["LookupContentsLookupContentsResultsAudio"]
81
82
  image: Optional["LookupContentsLookupContentsResultsImage"]
@@ -831,7 +831,6 @@ query GetCollection($id: ID!, $correlationId: String) {
831
831
  id
832
832
  name
833
833
  creationDate
834
- relevance
835
834
  owner {
836
835
  id
837
836
  }
@@ -858,10 +857,6 @@ query QueryCollections($filter: CollectionFilter, $correlationId: String) {
858
857
  }
859
858
  state
860
859
  type
861
- contents {
862
- id
863
- name
864
- }
865
860
  }
866
861
  }
867
862
  }
@@ -1057,6 +1052,7 @@ mutation DescribeEncodedImage($prompt: String!, $mimeType: String!, $data: Strin
1057
1052
  }
1058
1053
  tokens
1059
1054
  throughput
1055
+ ttft
1060
1056
  completionTime
1061
1057
  timestamp
1062
1058
  modelService
@@ -1193,6 +1189,7 @@ mutation DescribeImage($prompt: String!, $uri: URL!, $specification: EntityRefer
1193
1189
  }
1194
1190
  tokens
1195
1191
  throughput
1192
+ ttft
1196
1193
  completionTime
1197
1194
  timestamp
1198
1195
  modelService
@@ -1330,6 +1327,7 @@ query GetContent($id: ID!, $correlationId: String) {
1330
1327
  posts
1331
1328
  chapters
1332
1329
  questions
1330
+ quotes
1333
1331
  video {
1334
1332
  width
1335
1333
  height
@@ -2009,6 +2007,7 @@ query LookupContents($ids: [ID!]!, $correlationId: String) {
2009
2007
  posts
2010
2008
  chapters
2011
2009
  questions
2010
+ quotes
2012
2011
  video {
2013
2012
  width
2014
2013
  height
@@ -2661,34 +2660,6 @@ query QueryContents($filter: ContentFilter, $correlationId: String) {
2661
2660
  uri
2662
2661
  linkType
2663
2662
  }
2664
- observations {
2665
- id
2666
- type
2667
- observable {
2668
- id
2669
- name
2670
- }
2671
- related {
2672
- id
2673
- name
2674
- }
2675
- relatedType
2676
- relation
2677
- occurrences {
2678
- type
2679
- confidence
2680
- startTime
2681
- endTime
2682
- pageIndex
2683
- boundingBox {
2684
- left
2685
- top
2686
- width
2687
- height
2688
- }
2689
- }
2690
- state
2691
- }
2692
2663
  workflow {
2693
2664
  id
2694
2665
  name
@@ -3057,6 +3028,7 @@ mutation AskGraphlit($prompt: String!, $type: SdkTypes, $id: ID, $specification:
3057
3028
  }
3058
3029
  tokens
3059
3030
  throughput
3031
+ ttft
3060
3032
  completionTime
3061
3033
  timestamp
3062
3034
  modelService
@@ -3105,10 +3077,13 @@ mutation CloseConversation($id: ID!) {
3105
3077
  """
3106
3078
 
3107
3079
  COMPLETE_CONVERSATION_GQL = """
3108
- mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: String) {
3080
+ mutation CompleteConversation($completion: String!, $id: ID!, $completionTime: TimeSpan, $ttft: TimeSpan, $throughput: Float, $correlationId: String) {
3109
3081
  completeConversation(
3110
3082
  completion: $completion
3111
3083
  id: $id
3084
+ completionTime: $completionTime
3085
+ ttft: $ttft
3086
+ throughput: $throughput
3112
3087
  correlationId: $correlationId
3113
3088
  ) {
3114
3089
  conversation {
@@ -3231,6 +3206,7 @@ mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: St
3231
3206
  }
3232
3207
  tokens
3233
3208
  throughput
3209
+ ttft
3234
3210
  completionTime
3235
3211
  timestamp
3236
3212
  modelService
@@ -3409,6 +3385,7 @@ mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: St
3409
3385
  }
3410
3386
  tokens
3411
3387
  throughput
3388
+ ttft
3412
3389
  completionTime
3413
3390
  timestamp
3414
3391
  modelService
@@ -3550,6 +3527,7 @@ mutation ContinueConversation($id: ID!, $responses: [ConversationToolResponseInp
3550
3527
  }
3551
3528
  tokens
3552
3529
  throughput
3530
+ ttft
3553
3531
  completionTime
3554
3532
  timestamp
3555
3533
  modelService
@@ -3728,6 +3706,7 @@ mutation ContinueConversation($id: ID!, $responses: [ConversationToolResponseInp
3728
3706
  }
3729
3707
  tokens
3730
3708
  throughput
3709
+ ttft
3731
3710
  completionTime
3732
3711
  timestamp
3733
3712
  modelService
@@ -3793,12 +3772,13 @@ mutation DeleteConversations($ids: [ID!]!, $isSynchronous: Boolean) {
3793
3772
  """
3794
3773
 
3795
3774
  FORMAT_CONVERSATION_GQL = """
3796
- mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $includeDetails: Boolean, $correlationId: String) {
3775
+ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $systemPrompt: String, $includeDetails: Boolean, $correlationId: String) {
3797
3776
  formatConversation(
3798
3777
  prompt: $prompt
3799
3778
  id: $id
3800
3779
  specification: $specification
3801
3780
  tools: $tools
3781
+ systemPrompt: $systemPrompt
3802
3782
  includeDetails: $includeDetails
3803
3783
  correlationId: $correlationId
3804
3784
  ) {
@@ -3922,6 +3902,7 @@ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityRef
3922
3902
  }
3923
3903
  tokens
3924
3904
  throughput
3905
+ ttft
3925
3906
  completionTime
3926
3907
  timestamp
3927
3908
  modelService
@@ -4100,6 +4081,7 @@ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityRef
4100
4081
  }
4101
4082
  tokens
4102
4083
  throughput
4084
+ ttft
4103
4085
  completionTime
4104
4086
  timestamp
4105
4087
  modelService
@@ -4244,6 +4226,7 @@ query GetConversation($id: ID!, $correlationId: String) {
4244
4226
  }
4245
4227
  tokens
4246
4228
  throughput
4229
+ ttft
4247
4230
  completionTime
4248
4231
  timestamp
4249
4232
  modelService
@@ -4561,6 +4544,7 @@ mutation Prompt($prompt: String, $mimeType: String, $data: String, $specificatio
4561
4544
  }
4562
4545
  tokens
4563
4546
  throughput
4547
+ ttft
4564
4548
  completionTime
4565
4549
  timestamp
4566
4550
  modelService
@@ -4576,7 +4560,7 @@ mutation Prompt($prompt: String, $mimeType: String, $data: String, $specificatio
4576
4560
  """
4577
4561
 
4578
4562
  PROMPT_CONVERSATION_GQL = """
4579
- mutation PromptConversation($prompt: String!, $mimeType: String, $data: String, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $requireTool: Boolean, $includeDetails: Boolean, $correlationId: String) {
4563
+ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String, $id: ID, $specification: EntityReferenceInput, $systemPrompt: String, $tools: [ToolDefinitionInput!], $requireTool: Boolean, $includeDetails: Boolean, $correlationId: String) {
4580
4564
  promptConversation(
4581
4565
  prompt: $prompt
4582
4566
  id: $id
@@ -4584,6 +4568,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
4584
4568
  data: $data
4585
4569
  specification: $specification
4586
4570
  tools: $tools
4571
+ systemPrompt: $systemPrompt
4587
4572
  requireTool: $requireTool
4588
4573
  includeDetails: $includeDetails
4589
4574
  correlationId: $correlationId
@@ -4708,6 +4693,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
4708
4693
  }
4709
4694
  tokens
4710
4695
  throughput
4696
+ ttft
4711
4697
  completionTime
4712
4698
  timestamp
4713
4699
  modelService
@@ -4886,6 +4872,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
4886
4872
  }
4887
4873
  tokens
4888
4874
  throughput
4875
+ ttft
4889
4876
  completionTime
4890
4877
  timestamp
4891
4878
  modelService
@@ -5156,6 +5143,7 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
5156
5143
  }
5157
5144
  tokens
5158
5145
  throughput
5146
+ ttft
5159
5147
  completionTime
5160
5148
  timestamp
5161
5149
  modelService
@@ -5500,6 +5488,7 @@ mutation ReviseContent($prompt: String!, $content: EntityReferenceInput!, $id: I
5500
5488
  }
5501
5489
  tokens
5502
5490
  throughput
5491
+ ttft
5503
5492
  completionTime
5504
5493
  timestamp
5505
5494
  modelService
@@ -5644,6 +5633,7 @@ mutation ReviseEncodedImage($prompt: String!, $mimeType: String!, $data: String!
5644
5633
  }
5645
5634
  tokens
5646
5635
  throughput
5636
+ ttft
5647
5637
  completionTime
5648
5638
  timestamp
5649
5639
  modelService
@@ -5787,6 +5777,7 @@ mutation ReviseImage($prompt: String!, $uri: URL!, $id: ID, $specification: Enti
5787
5777
  }
5788
5778
  tokens
5789
5779
  throughput
5780
+ ttft
5790
5781
  completionTime
5791
5782
  timestamp
5792
5783
  modelService
@@ -5930,6 +5921,7 @@ mutation ReviseText($prompt: String!, $text: String!, $id: ID, $specification: E
5930
5921
  }
5931
5922
  tokens
5932
5923
  throughput
5924
+ ttft
5933
5925
  completionTime
5934
5926
  timestamp
5935
5927
  modelService
@@ -6702,7 +6694,10 @@ query QueryMicrosoftTeamsTeams($properties: MicrosoftTeamsTeamsInput!) {
6702
6694
  QUERY_NOTION_DATABASES_GQL = """
6703
6695
  query QueryNotionDatabases($properties: NotionDatabasesInput!) {
6704
6696
  notionDatabases(properties: $properties) {
6705
- results
6697
+ results {
6698
+ name
6699
+ identifier
6700
+ }
6706
6701
  }
6707
6702
  }
6708
6703
  """
@@ -6710,7 +6705,10 @@ query QueryNotionDatabases($properties: NotionDatabasesInput!) {
6710
6705
  QUERY_NOTION_PAGES_GQL = """
6711
6706
  query QueryNotionPages($properties: NotionPagesInput!, $identifier: String!) {
6712
6707
  notionPages(properties: $properties, identifier: $identifier) {
6713
- results
6708
+ results {
6709
+ name
6710
+ identifier
6711
+ }
6714
6712
  }
6715
6713
  }
6716
6714
  """
@@ -9163,6 +9161,7 @@ mutation PromptSpecifications($prompt: String!, $ids: [ID!]!) {
9163
9161
  }
9164
9162
  tokens
9165
9163
  throughput
9164
+ ttft
9166
9165
  completionTime
9167
9166
  timestamp
9168
9167
  modelService
@@ -9195,6 +9194,7 @@ query QueryModels($filter: ModelFilter) {
9195
9194
  useCases
9196
9195
  }
9197
9196
  metadata {
9197
+ reasoning
9198
9198
  multilingual
9199
9199
  multimodal
9200
9200
  knowledgeCutoff
graphlit_api/prompt.py CHANGED
@@ -41,6 +41,7 @@ class PromptPromptMessages(BaseModel):
41
41
  )
42
42
  tokens: Optional[int]
43
43
  throughput: Optional[float]
44
+ ttft: Optional[Any]
44
45
  completion_time: Optional[Any] = Field(alias="completionTime")
45
46
  timestamp: Optional[Any]
46
47
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -52,6 +52,7 @@ class PromptConversationPromptConversationMessage(BaseModel):
52
52
  ] = Field(alias="toolCalls")
53
53
  tokens: Optional[int]
54
54
  throughput: Optional[float]
55
+ ttft: Optional[Any]
55
56
  completion_time: Optional[Any] = Field(alias="completionTime")
56
57
  timestamp: Optional[Any]
57
58
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -269,6 +270,7 @@ class PromptConversationPromptConversationDetailsMessages(BaseModel):
269
270
  ] = Field(alias="toolCalls")
270
271
  tokens: Optional[int]
271
272
  throughput: Optional[float]
273
+ ttft: Optional[Any]
272
274
  completion_time: Optional[Any] = Field(alias="completionTime")
273
275
  timestamp: Optional[Any]
274
276
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -47,6 +47,7 @@ class PromptSpecificationsPromptSpecificationsMessages(BaseModel):
47
47
  ] = Field(alias="toolCalls")
48
48
  tokens: Optional[int]
49
49
  throughput: Optional[float]
50
+ ttft: Optional[Any]
50
51
  completion_time: Optional[Any] = Field(alias="completionTime")
51
52
  timestamp: Optional[Any]
52
53
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -25,18 +25,12 @@ class QueryCollectionsCollectionsResults(BaseModel):
25
25
  owner: "QueryCollectionsCollectionsResultsOwner"
26
26
  state: EntityState
27
27
  type: Optional[CollectionTypes]
28
- contents: Optional[List[Optional["QueryCollectionsCollectionsResultsContents"]]]
29
28
 
30
29
 
31
30
  class QueryCollectionsCollectionsResultsOwner(BaseModel):
32
31
  id: str
33
32
 
34
33
 
35
- class QueryCollectionsCollectionsResultsContents(BaseModel):
36
- id: str
37
- name: str
38
-
39
-
40
34
  QueryCollections.model_rebuild()
41
35
  QueryCollectionsCollections.model_rebuild()
42
36
  QueryCollectionsCollectionsResults.model_rebuild()
@@ -15,8 +15,6 @@ from .enums import (
15
15
  MailImportance,
16
16
  MailPriority,
17
17
  MailSensitivity,
18
- ObservableTypes,
19
- OccurrenceTypes,
20
18
  OrientationTypes,
21
19
  TextRoles,
22
20
  )
@@ -78,7 +76,6 @@ class QueryContentsContentsResults(BaseModel):
78
76
  feed: Optional["QueryContentsContentsResultsFeed"]
79
77
  collections: Optional[List[Optional["QueryContentsContentsResultsCollections"]]]
80
78
  links: Optional[List["QueryContentsContentsResultsLinks"]]
81
- observations: Optional[List[Optional["QueryContentsContentsResultsObservations"]]]
82
79
  workflow: Optional["QueryContentsContentsResultsWorkflow"]
83
80
  pages: Optional[List["QueryContentsContentsResultsPages"]]
84
81
  segments: Optional[List["QueryContentsContentsResultsSegments"]]
@@ -255,47 +252,6 @@ class QueryContentsContentsResultsLinks(BaseModel):
255
252
  link_type: Optional[LinkTypes] = Field(alias="linkType")
256
253
 
257
254
 
258
- class QueryContentsContentsResultsObservations(BaseModel):
259
- id: str
260
- type: ObservableTypes
261
- observable: "QueryContentsContentsResultsObservationsObservable"
262
- related: Optional["QueryContentsContentsResultsObservationsRelated"]
263
- related_type: Optional[ObservableTypes] = Field(alias="relatedType")
264
- relation: Optional[str]
265
- occurrences: Optional[
266
- List[Optional["QueryContentsContentsResultsObservationsOccurrences"]]
267
- ]
268
- state: EntityState
269
-
270
-
271
- class QueryContentsContentsResultsObservationsObservable(BaseModel):
272
- id: str
273
- name: Optional[str]
274
-
275
-
276
- class QueryContentsContentsResultsObservationsRelated(BaseModel):
277
- id: str
278
- name: Optional[str]
279
-
280
-
281
- class QueryContentsContentsResultsObservationsOccurrences(BaseModel):
282
- type: Optional[OccurrenceTypes]
283
- confidence: Optional[float]
284
- start_time: Optional[Any] = Field(alias="startTime")
285
- end_time: Optional[Any] = Field(alias="endTime")
286
- page_index: Optional[int] = Field(alias="pageIndex")
287
- bounding_box: Optional[
288
- "QueryContentsContentsResultsObservationsOccurrencesBoundingBox"
289
- ] = Field(alias="boundingBox")
290
-
291
-
292
- class QueryContentsContentsResultsObservationsOccurrencesBoundingBox(BaseModel):
293
- left: Optional[float]
294
- top: Optional[float]
295
- width: Optional[float]
296
- height: Optional[float]
297
-
298
-
299
255
  class QueryContentsContentsResultsWorkflow(BaseModel):
300
256
  id: str
301
257
  name: str
@@ -349,6 +305,4 @@ QueryContents.model_rebuild()
349
305
  QueryContentsContents.model_rebuild()
350
306
  QueryContentsContentsResults.model_rebuild()
351
307
  QueryContentsContentsResultsEmail.model_rebuild()
352
- QueryContentsContentsResultsObservations.model_rebuild()
353
- QueryContentsContentsResultsObservationsOccurrences.model_rebuild()
354
308
  QueryContentsContentsResultsPages.model_rebuild()
@@ -63,6 +63,7 @@ class QueryConversationsConversationsResultsMessages(BaseModel):
63
63
  ] = Field(alias="toolCalls")
64
64
  tokens: Optional[int]
65
65
  throughput: Optional[float]
66
+ ttft: Optional[Any]
66
67
  completion_time: Optional[Any] = Field(alias="completionTime")
67
68
  timestamp: Optional[Any]
68
69
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -37,6 +37,7 @@ class QueryModelsModelsResultsFeatures(BaseModel):
37
37
 
38
38
 
39
39
  class QueryModelsModelsResultsMetadata(BaseModel):
40
+ reasoning: Optional[bool]
40
41
  multilingual: Optional[bool]
41
42
  multimodal: Optional[bool]
42
43
  knowledge_cutoff: Optional[Any] = Field(alias="knowledgeCutoff")
@@ -15,7 +15,13 @@ class QueryNotionDatabases(BaseModel):
15
15
 
16
16
 
17
17
  class QueryNotionDatabasesNotionDatabases(BaseModel):
18
- results: Optional[List[str]]
18
+ results: Optional[List[Optional["QueryNotionDatabasesNotionDatabasesResults"]]]
19
+
20
+
21
+ class QueryNotionDatabasesNotionDatabasesResults(BaseModel):
22
+ name: Optional[str]
23
+ identifier: Optional[str]
19
24
 
20
25
 
21
26
  QueryNotionDatabases.model_rebuild()
27
+ QueryNotionDatabasesNotionDatabases.model_rebuild()
@@ -13,7 +13,13 @@ class QueryNotionPages(BaseModel):
13
13
 
14
14
 
15
15
  class QueryNotionPagesNotionPages(BaseModel):
16
- results: Optional[List[str]]
16
+ results: Optional[List[Optional["QueryNotionPagesNotionPagesResults"]]]
17
+
18
+
19
+ class QueryNotionPagesNotionPagesResults(BaseModel):
20
+ name: Optional[str]
21
+ identifier: Optional[str]
17
22
 
18
23
 
19
24
  QueryNotionPages.model_rebuild()
25
+ QueryNotionPagesNotionPages.model_rebuild()
@@ -43,6 +43,7 @@ class ReviseContentReviseContentMessage(BaseModel):
43
43
  ] = Field(alias="toolCalls")
44
44
  tokens: Optional[int]
45
45
  throughput: Optional[float]
46
+ ttft: Optional[Any]
46
47
  completion_time: Optional[Any] = Field(alias="completionTime")
47
48
  timestamp: Optional[Any]
48
49
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -45,6 +45,7 @@ class ReviseEncodedImageReviseEncodedImageMessage(BaseModel):
45
45
  ] = Field(alias="toolCalls")
46
46
  tokens: Optional[int]
47
47
  throughput: Optional[float]
48
+ ttft: Optional[Any]
48
49
  completion_time: Optional[Any] = Field(alias="completionTime")
49
50
  timestamp: Optional[Any]
50
51
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -41,6 +41,7 @@ class ReviseImageReviseImageMessage(BaseModel):
41
41
  )
42
42
  tokens: Optional[int]
43
43
  throughput: Optional[float]
44
+ ttft: Optional[Any]
44
45
  completion_time: Optional[Any] = Field(alias="completionTime")
45
46
  timestamp: Optional[Any]
46
47
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -41,6 +41,7 @@ class ReviseTextReviseTextMessage(BaseModel):
41
41
  )
42
42
  tokens: Optional[int]
43
43
  throughput: Optional[float]
44
+ ttft: Optional[Any]
44
45
  completion_time: Optional[Any] = Field(alias="completionTime")
45
46
  timestamp: Optional[Any]
46
47
  model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20250614001
3
+ Version: 1.0.20250621001
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -1,16 +1,16 @@
1
1
  graphlit/__init__.py,sha256=4AyigTlFQWP40lnaaQ1H1iRT_B1hIXW9bgPanbwmTvs,32
2
2
  graphlit/graphlit.py,sha256=g2znIWEb6fIwMKGm5G_BY4VHdaZi6hLO4Y6FdBjNesM,2389
3
- graphlit_api/__init__.py,sha256=T34Kr2zhjuo3TvnSpN298W0hTumH56an8COxeyR7ISI,198052
3
+ graphlit_api/__init__.py,sha256=ohSz2AyLj-mlkLadRpVOfkTGYPEgJ_y__Oo9U_6P9zE,197577
4
4
  graphlit_api/add_contents_to_collections.py,sha256=K7tNpLn8-lRVaVT39iKr-VtCKRWVONyL_h6cC0L606Y,888
5
- graphlit_api/ask_graphlit.py,sha256=m_nn9Pph_-4es0TTeCu0M-HUSGuA8zsf-yOHfOHGafc,6465
5
+ graphlit_api/ask_graphlit.py,sha256=U2grdqvzeFMjTzM5ACTEXV2Rk-R_WAwdslzWAtZb6i8,6489
6
6
  graphlit_api/async_base_client.py,sha256=v0KUVwe2_RIQa8Mn7l_yD5McUe7B03vhclJ9SP4XGgw,12578
7
7
  graphlit_api/base_model.py,sha256=o2d-DixASFCGztr3rTiGX0AwgFu7Awr7EgD70FI8a-I,620
8
8
  graphlit_api/branch_conversation.py,sha256=iU3IsoM526AHUHjX0ODAyOPTpyS9N5RqSdytoAOmKbU,539
9
9
  graphlit_api/clear_conversation.py,sha256=5GOmc2wfupV-7EHWyi3v6LA0pSVLtFNCzxPJm42Dp6Y,531
10
- graphlit_api/client.py,sha256=jiAxrJzHEeBQ_XjIj6vnn2Bk0wjzMA4XSvkg74ku6Og,204956
10
+ graphlit_api/client.py,sha256=f6LVrUbPBYrWJ4dLqR4sWqphuvSslLigodsIx1emrEU,205465
11
11
  graphlit_api/close_conversation.py,sha256=HcIUUiNf7hnuLZ7Fy6IcgfuHMSyWyJ7uOEy1EEETy_4,531
12
- graphlit_api/complete_conversation.py,sha256=ty5XeUG5bC3xyVX_kfPFL0q023FW-Qq42H3UeVXcWvM,16796
13
- graphlit_api/continue_conversation.py,sha256=Y7ucR5UiYkFAcxCy6FUtml3-PPaIHGBwdQD5cwQm840,16796
12
+ graphlit_api/complete_conversation.py,sha256=39v86YLrm9IGQVcsRHUyxoTkiT1sNoVPQZzim5FxSZo,16844
13
+ graphlit_api/continue_conversation.py,sha256=Ba_ufN-4Ji6ZjznlilvS85xxkdV5JGpnuEQUU-qGXBk,16844
14
14
  graphlit_api/count_alerts.py,sha256=R6mmFn817MueYWqkFmB_MaySOmhcpxZlFJ5o_b6WWB8,362
15
15
  graphlit_api/count_categories.py,sha256=udhYJ_yaVuI40ytTDA0llezpPocsNB_8Apdz3MDS7pg,408
16
16
  graphlit_api/count_collections.py,sha256=lIeJ8nr5Ou0T2QPHKLIm2sdvpYjIBZGK9_Rcbu1a6zA,416
@@ -150,8 +150,8 @@ graphlit_api/delete_specifications.py,sha256=AR9Ipo0_tNwnAUb2PSbpt3Mmzi-U_nZ345Z
150
150
  graphlit_api/delete_user.py,sha256=ACVimDvC5JV4I8r9EsoKBTcW28DL4WYKnRIzCkz5KRo,390
151
151
  graphlit_api/delete_workflow.py,sha256=8En1P3HYHc9h5PSZumSFQyLITlxGejgpB4pnlZ9Jz2w,436
152
152
  graphlit_api/delete_workflows.py,sha256=9fHteXWNKeHJU1J54bKF7uxb3FFueQFanIBY0DreKfY,468
153
- graphlit_api/describe_encoded_image.py,sha256=5xLe6yrzTc_vdAFeeTb3uFKnO6Glz9wTUdQJk_bUANU,6428
154
- graphlit_api/describe_image.py,sha256=uOYxGU6ZzQ8buZFy5OSNCSyUHxLPtfqUf4KRrIMzh_s,6103
153
+ graphlit_api/describe_encoded_image.py,sha256=9MzArgCTfepv_wBlvKYCAuY-AJtwhNMU8U_BYF1wxDk,6452
154
+ graphlit_api/describe_image.py,sha256=zjPH9dkRtfExy65BXzcpDtA6TpICFMyVOINw1Vn9eQw,6127
155
155
  graphlit_api/disable_alert.py,sha256=HU9zswaGvDU3tqMp0OqnrBOhqfh_q5Ku8n865JjKKy4,406
156
156
  graphlit_api/disable_feed.py,sha256=mfvNh7GapCMs9CKTvj6uwveN0tLfzGcD5nmgb8_T6HA,398
157
157
  graphlit_api/disable_user.py,sha256=qfFXMq691gPVdFjF-mYzjcx6DIvZnsp5Nny5pl0qI9Q,398
@@ -163,12 +163,12 @@ graphlit_api/exceptions.py,sha256=s0ECCqA83fhlv5GqIpT-fNFIZ7sRABG23Wj7DcEl4X0,24
163
163
  graphlit_api/extract_contents.py,sha256=qsSy8UOJuqsUnCcuduaNPyaK2mZk_1noECT0Jgx3zRA,961
164
164
  graphlit_api/extract_text.py,sha256=jfkL6ep5wzXeoelZ5nRwNRT0t7oDCUt1xrigqkMj-7M,887
165
165
  graphlit_api/feed_exists.py,sha256=NlvWhqVaV-coIV_orR-XsaXhG0Gll3bPVS3tPF0zEt0,351
166
- graphlit_api/format_conversation.py,sha256=kLffSBk98V1cg4a1wWE2ODrccbrvEBNFM73vA4537MU,16410
166
+ graphlit_api/format_conversation.py,sha256=5ihjhW0dyN2M6aPqwphZMneRALHSCvjWV8abJxdhg-k,16458
167
167
  graphlit_api/get_alert.py,sha256=yw9TLx7iD4d60gaSm4typqQEHt8Y0tyb9xqg504hssQ,7193
168
168
  graphlit_api/get_category.py,sha256=r4BhKYOT49VeBrbNkAd8Hs8ndXnvUV0nPr5CurbI_Bk,439
169
- graphlit_api/get_collection.py,sha256=de2AaJQRkMEZoRhmYWnXlXlb1c76cF2Z8v6PwaL7wTk,830
170
- graphlit_api/get_content.py,sha256=np4AJvabuDAYq8r2U8sQaYfV5QWZKC-bQ3XJWHgxico,12435
171
- graphlit_api/get_conversation.py,sha256=Ub0VtF0y0evZCGtSnHRZywuUU-CBvSJ58MpUntazOt0,17673
169
+ graphlit_api/get_collection.py,sha256=sLNFDsu139lFgk6fbhWHGLEVLHzoH_enyN2rklyHzUk,799
170
+ graphlit_api/get_content.py,sha256=CxXrnK7lrWaRMgfpBf-uQ2rRWm_LCEd_pKSdmi7ca9Y,12467
171
+ graphlit_api/get_conversation.py,sha256=Uct7M1EUOJQ3AuzGVj0Kt_33uF699BfeShj8TF9qq7Y,17697
172
172
  graphlit_api/get_event.py,sha256=saVoCHle91eNLagCX8AZwcSDikEi9OSnImx-lGx3n9A,1523
173
173
  graphlit_api/get_feed.py,sha256=thNnL79fN00-hO5uJxMcDn3FYfQPuND_WsrQ4glVCkg,11843
174
174
  graphlit_api/get_label.py,sha256=0SmukTbSktKnVlx_FpVf3lxFOQVQ6RAiRj4kglnt3eI,418
@@ -202,27 +202,27 @@ graphlit_api/ingest_memory.py,sha256=YF7sn_jvpk_iACg8encyp_gd0wrK0Om4blYzPDI-B8c
202
202
  graphlit_api/ingest_text.py,sha256=D4lpV9LTC_u586_ILVrB2rVpHG0-8HivqeOA1GpQuFs,2286
203
203
  graphlit_api/ingest_text_batch.py,sha256=gSD1bH3mAPwJzy5TeMJ6UguEgI9yrPUXyz1soExSttM,2521
204
204
  graphlit_api/ingest_uri.py,sha256=f71kMRyMoAhef6sJU85ZgGz4aPq_5CDLaDvCeQnLY5A,2248
205
- graphlit_api/input_types.py,sha256=MT-9BSBRriMyRd6ByVChrNrmi-ChBu1xe3FKwLUglvk,146280
205
+ graphlit_api/input_types.py,sha256=M7ttk5FMSw73p5LkJ09aLAR1Lq6qCD5WhRjjluF-9H4,146500
206
206
  graphlit_api/is_content_done.py,sha256=X8uevsTD6oFMbC8I3E9Emg-_yrFTWnnrVL5LpruSB6Q,390
207
207
  graphlit_api/is_feed_done.py,sha256=-FQS2vtDMnNW75K_9jR6IUutvpwLmtoS5yY8wD17CaM,352
208
- graphlit_api/lookup_contents.py,sha256=8X1k9xpX-IvSi_M8-mSXTGH_qWwCBT62BHQyd1p_jSQ,13995
208
+ graphlit_api/lookup_contents.py,sha256=avxMUE3lBigZdBn_M9Ybz3RpmyLYiIOk4GGx50ijHgQ,14027
209
209
  graphlit_api/lookup_credits.py,sha256=WsV7fGbg29WWOjPRIaL2bnhISGsb0SqUlQxL7rBfNTo,1464
210
210
  graphlit_api/lookup_usage.py,sha256=D_cbO0KmXDqRYqQIhNwWXNFGjwNLEy2_5aVa-SYgRzw,1711
211
211
  graphlit_api/map_web.py,sha256=2rp4jFD1vDqcQ98mCVTeC0RzPqQxmmcRvHNRl8HJfFA,346
212
- graphlit_api/operations.py,sha256=X7G1CMsPPqXngz0U0_roz19-l90MgSWbBIqdR-W6Fys,196924
213
- graphlit_api/prompt.py,sha256=iEyg1yUMpynb6pFxomNvxc0le_A6EvQgWgKvzLgoZyk,6179
214
- graphlit_api/prompt_conversation.py,sha256=e91zXwLBd2MCWs86l88uX3lrzzZEmJsiJP0-485L5Qg,16410
215
- graphlit_api/prompt_specifications.py,sha256=TxL9a7pNRGVcIBM91BczizXurRPfztW7Wk0QpNVbXvo,7066
212
+ graphlit_api/operations.py,sha256=HojAELRgVLM4f1V606tO_qy7tRPEfgOrIu-6lPgjtAo,196993
213
+ graphlit_api/prompt.py,sha256=jBlM3ywGnbVPYSBHMDPAy5ZlDDtndRsHnV7twcwLX1g,6203
214
+ graphlit_api/prompt_conversation.py,sha256=JMiDfxFaixz63wXcT-h948c5x2Uc6PgB3D7wORltkhU,16458
215
+ graphlit_api/prompt_specifications.py,sha256=GFLRlyp5pISfB0PVMw3RPCwGvqkA3qI5M2NiXXu2aT0,7090
216
216
  graphlit_api/publish_contents.py,sha256=ONCYP4c5PUX8mo6Zy2I1gwvO_kc878rcOW1tuaTCxnM,5590
217
217
  graphlit_api/publish_conversation.py,sha256=Mwf8wgX-FxASN_OnQb43kKb_IAGQOWPsBxCQ1lVSNrQ,5758
218
218
  graphlit_api/publish_text.py,sha256=3T3YRHpBUt2_vfQrKo7gYxcMoqiS88EJ7X7pFFgWkHI,5408
219
219
  graphlit_api/query_alerts.py,sha256=S9ALc80i7d9fLnTCKb6-EDN0EkYaCje16UBjb6GSoNc,8265
220
220
  graphlit_api/query_categories.py,sha256=5AiZlgWRycLmr7-ID-EIoI2Q8ss6C5vGttr_ECKIG-w,636
221
- graphlit_api/query_collections.py,sha256=f1-7pHTnkScOt2UjkC4HSe7DJe1Xiy81UypA8J3WTVY,1065
222
- graphlit_api/query_contents.py,sha256=in5j82l8v8I5hXWIabYWYHQYJ2QCtRqzqDnS5zHw9Bo,11879
221
+ graphlit_api/query_collections.py,sha256=IQv3XSV7XxMyRRQUGKuIY0w5cBfYr212dHlkDGdF0Ok,891
222
+ graphlit_api/query_contents.py,sha256=vJFswl6V9BFotk4EjJ5PzmIxYU8uhHjbaiJbtglQK1M,10306
223
223
  graphlit_api/query_contents_facets.py,sha256=xKbOkq-F9-AYUulUQNPrR9PnQyq7M2j_u7fpQ8HYk4c,1368
224
224
  graphlit_api/query_contents_graph.py,sha256=RzQHZEQOOzB0yLTvU6rBJu_Str3Gc9m8BG8fY8xVrYY,975
225
- graphlit_api/query_conversations.py,sha256=isz8KYWcDttjEomj8ajIJKzcsRI5Bxm354OFZEvFm-4,19791
225
+ graphlit_api/query_conversations.py,sha256=_uO9SRB7q7M-IlTbL_0RCk3RkHMLFPKKTEtsLaKqgu4,19815
226
226
  graphlit_api/query_credits.py,sha256=6uJqn4iYfBfsUtSMTCSuV4d2VTiYR4gR5tEeDH5Cf9o,1396
227
227
  graphlit_api/query_events.py,sha256=-YWXAy3hjSHlrIk9GtiKaPow3aWppE2XO60sToSjxSc,1716
228
228
  graphlit_api/query_feeds.py,sha256=uGNA5C75FLZSZ-HkftnvtstbRMrtZndYGCG_m8YNtbs,12879
@@ -241,9 +241,9 @@ graphlit_api/query_medical_tests.py,sha256=xGLKMpw7UGLu9Z4tXeOEyD5HoMFZDe6B4Y2nW
241
241
  graphlit_api/query_medical_therapies.py,sha256=INgRiLdY9Y0Tx1Bqnj56SJXLLCay99hX3yfc8hZ-P80,924
242
242
  graphlit_api/query_microsoft_teams_channels.py,sha256=1FUXTxlbVUOl_VjaJVXVHKFdseYfmnkEeXS8kJzVV74,834
243
243
  graphlit_api/query_microsoft_teams_teams.py,sha256=YUfDDlz7oNN_ykHv6RPnhCFMyxsuZRQfnvXpc5_I3fo,782
244
- graphlit_api/query_models.py,sha256=ZCVTZNvKfbeORARsLeN_kIVK7FRDTVASZld85zPd2NY,1936
245
- graphlit_api/query_notion_databases.py,sha256=PAkuHkByfjI3PyDChkfjMLOBnZ1PLnfAkk2ErLXyECA,437
246
- graphlit_api/query_notion_pages.py,sha256=kcXe9wE0yTTUsBYQ49PogroYLJ-dCjHLVxamkOcdV-c,391
244
+ graphlit_api/query_models.py,sha256=0Nlw2Od-Eg9CSM43TbyyXqJzss2YtM0qyo6n_cpwWX0,1966
245
+ graphlit_api/query_notion_databases.py,sha256=f1qCvkg86YltFA0s7P1HcB1naMUabvVoeIB0ASwZfus,657
246
+ graphlit_api/query_notion_pages.py,sha256=uuUQUtkcF6aX571OE5ZG-ScRX5lLSGnz4rnKPtHrB0g,587
247
247
  graphlit_api/query_one_drive_folders.py,sha256=3qFaD6-Q6aSxsczgQk8clGL0JaCi9iDeIr06hECO8XY,718
248
248
  graphlit_api/query_organizations.py,sha256=ONLjfTDA4MPpuruj7h9zvu2XYhc0vJtOgd-lvEDf8Tk,1539
249
249
  graphlit_api/query_persons.py,sha256=CY58MTEUR4eWq-zv5DoNuI8SWzIkVBS2U4L8XnlDWng,1458
@@ -261,10 +261,10 @@ graphlit_api/query_users.py,sha256=7VDWT1ESjwrFX9RFTxnspS8ksHpidJN8_LpENgslUpA,2
261
261
  graphlit_api/query_workflows.py,sha256=G4uhvfsiXT-lQZuzQWuxAljc9oGXOaad9ONpAqH0hGU,17144
262
262
  graphlit_api/remove_contents_from_collection.py,sha256=LnUL43UNNIPY-DBn-vg0Jx89tfuEBpctGgdQ5U75UlU,950
263
263
  graphlit_api/retrieve_sources.py,sha256=MLtgZ7_jKNGjf5LKFqJy-KyQESo_KvNeV_gjsfyV2XQ,1134
264
- graphlit_api/revise_content.py,sha256=z03ouTuvM9DxGxQlCsOlJ_wfRsZqRhyrh3arILmT0pc,6581
265
- graphlit_api/revise_encoded_image.py,sha256=-Z3UKvl5hwvQUvy4OpceVa7LLZ1k05IoJHymlL-2Zvg,6870
266
- graphlit_api/revise_image.py,sha256=xYKligMaotuJZez2KIFQWjk-buAtM-uYSuKIpO9K7WE,6465
267
- graphlit_api/revise_text.py,sha256=HMlPBe41mSqQ0kh43FZfV26emxJeoyQrsRlXsSjFWnw,6413
264
+ graphlit_api/revise_content.py,sha256=sy-x1P_oMY2BVOJafB2X9ApPXKPjFS25nrwRJtzWMo8,6605
265
+ graphlit_api/revise_encoded_image.py,sha256=HvA0N23IL_6kUGTtdlm575Nh-AWZzYQUV9fkPHzM23Q,6894
266
+ graphlit_api/revise_image.py,sha256=WWLTnKXDNJ9rZHV3PKw4c2C_TRCTrQzKU0ZEJFNQrew,6489
267
+ graphlit_api/revise_text.py,sha256=2a2be9V4Qh5JGLt3pcuzc7LTqWDvCRAGwPjcB_UN0Tg,6437
268
268
  graphlit_api/screenshot_page.py,sha256=CkRMlxuOIh5T9KOdotvLlfS8oD1W8jFNBD2RypoktII,2464
269
269
  graphlit_api/search_web.py,sha256=lIMSo-i4aWtVtYb5RX511WwOD0ijRhm9K579XqR-w10,554
270
270
  graphlit_api/send_notification.py,sha256=fV6j94gV45uslgB56MN6g5nQ3g7Kq0vX1rfDS37svRc,413
@@ -307,8 +307,8 @@ graphlit_api/upsert_label.py,sha256=_bVWrISvyt4G4IcjAKqu8c5P6FDgaODdIGtSToJfNOY,
307
307
  graphlit_api/upsert_specification.py,sha256=23eLTL8OLAYE-j_nhjT5NgaCrSUs9Q40rGW_VhDrDoM,643
308
308
  graphlit_api/upsert_workflow.py,sha256=8oAjaG884YBRsfXDhoSeWxJL0oktMQomqU7xCoXso-M,16588
309
309
  graphlit_api/workflow_exists.py,sha256=1XVcqCW_KZ3BwUFx08lwqQdf1ZpJ6Vmi8jBqcrMqYRI,397
310
- graphlit_client-1.0.20250614001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
311
- graphlit_client-1.0.20250614001.dist-info/METADATA,sha256=-tUIuijBbmvSaOzflk7A9QIkvOi-WhfGuUzwTftwqDo,3408
312
- graphlit_client-1.0.20250614001.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
313
- graphlit_client-1.0.20250614001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
314
- graphlit_client-1.0.20250614001.dist-info/RECORD,,
310
+ graphlit_client-1.0.20250621001.dist-info/licenses/LICENSE,sha256=ivF8XnUYrNZFQ1wZFMrxWshDb1h7TdSK6Qk8_3WPkhM,1095
311
+ graphlit_client-1.0.20250621001.dist-info/METADATA,sha256=qcEmR0-NqNoNvZSpv6I2aASvQVZcsM9FBEySzuOR0AU,3408
312
+ graphlit_client-1.0.20250621001.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
313
+ graphlit_client-1.0.20250621001.dist-info/top_level.txt,sha256=HUVfNzJrxWuHS-4M5I7XjLa8-mxYQwfx01A4YKJZSYM,22
314
+ graphlit_client-1.0.20250621001.dist-info/RECORD,,