graphlit-client 1.0.20250531003__tar.gz → 1.0.20250608001__tar.gz

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 (319) hide show
  1. {graphlit_client-1.0.20250531003/graphlit_client.egg-info → graphlit_client-1.0.20250608001}/PKG-INFO +1 -1
  2. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/__init__.py +30 -0
  3. graphlit_client-1.0.20250608001/graphlit_api/branch_conversation.py +25 -0
  4. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/client.py +15 -0
  5. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_workflow.py +14 -0
  6. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/enums.py +26 -0
  7. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_content.py +24 -0
  8. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_workflow.py +14 -0
  9. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/input_types.py +20 -0
  10. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/operations.py +76 -1
  11. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_alerts.py +1 -1
  12. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_collections.py +1 -1
  13. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_conversations.py +1 -1
  14. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_feeds.py +1 -1
  15. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_specifications.py +1 -1
  16. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_users.py +1 -1
  17. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_workflows.py +15 -1
  18. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_workflow.py +14 -0
  19. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/upsert_workflow.py +14 -0
  20. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001/graphlit_client.egg-info}/PKG-INFO +1 -1
  21. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_client.egg-info/SOURCES.txt +1 -0
  22. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/LICENSE +0 -0
  23. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/README.md +0 -0
  24. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit/__init__.py +0 -0
  25. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit/graphlit.py +0 -0
  26. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/add_contents_to_collections.py +0 -0
  27. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ask_graphlit.py +0 -0
  28. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/async_base_client.py +0 -0
  29. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/base_model.py +0 -0
  30. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/clear_conversation.py +0 -0
  31. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/close_conversation.py +0 -0
  32. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/complete_conversation.py +0 -0
  33. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/continue_conversation.py +0 -0
  34. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_alerts.py +0 -0
  35. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_categories.py +0 -0
  36. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_collections.py +0 -0
  37. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_contents.py +0 -0
  38. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_conversations.py +0 -0
  39. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_events.py +0 -0
  40. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_feeds.py +0 -0
  41. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_labels.py +0 -0
  42. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_conditions.py +0 -0
  43. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_contraindications.py +0 -0
  44. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_devices.py +0 -0
  45. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_drug_classes.py +0 -0
  46. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_drugs.py +0 -0
  47. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_guidelines.py +0 -0
  48. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_indications.py +0 -0
  49. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_procedures.py +0 -0
  50. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_studies.py +0 -0
  51. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_tests.py +0 -0
  52. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_medical_therapies.py +0 -0
  53. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_organizations.py +0 -0
  54. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_persons.py +0 -0
  55. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_places.py +0 -0
  56. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_products.py +0 -0
  57. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_repos.py +0 -0
  58. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_softwares.py +0 -0
  59. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_specifications.py +0 -0
  60. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_users.py +0 -0
  61. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/count_workflows.py +0 -0
  62. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_alert.py +0 -0
  63. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_category.py +0 -0
  64. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_collection.py +0 -0
  65. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_conversation.py +0 -0
  66. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_event.py +0 -0
  67. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_feed.py +0 -0
  68. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_label.py +0 -0
  69. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_condition.py +0 -0
  70. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_contraindication.py +0 -0
  71. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_device.py +0 -0
  72. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_drug.py +0 -0
  73. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_drug_class.py +0 -0
  74. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_guideline.py +0 -0
  75. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_indication.py +0 -0
  76. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_procedure.py +0 -0
  77. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_study.py +0 -0
  78. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_test.py +0 -0
  79. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_medical_therapy.py +0 -0
  80. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_observation.py +0 -0
  81. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_organization.py +0 -0
  82. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_person.py +0 -0
  83. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_place.py +0 -0
  84. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_product.py +0 -0
  85. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_repo.py +0 -0
  86. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_software.py +0 -0
  87. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_specification.py +0 -0
  88. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/create_user.py +0 -0
  89. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_alert.py +0 -0
  90. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_alerts.py +0 -0
  91. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_alerts.py +0 -0
  92. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_categories.py +0 -0
  93. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_collections.py +0 -0
  94. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_contents.py +0 -0
  95. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_conversations.py +0 -0
  96. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_events.py +0 -0
  97. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_feeds.py +0 -0
  98. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_labels.py +0 -0
  99. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_conditions.py +0 -0
  100. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
  101. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_devices.py +0 -0
  102. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
  103. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_drugs.py +0 -0
  104. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
  105. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_indications.py +0 -0
  106. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_procedures.py +0 -0
  107. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_studies.py +0 -0
  108. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_tests.py +0 -0
  109. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_medical_therapies.py +0 -0
  110. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_organizations.py +0 -0
  111. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_persons.py +0 -0
  112. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_places.py +0 -0
  113. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_products.py +0 -0
  114. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_repos.py +0 -0
  115. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_softwares.py +0 -0
  116. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_specifications.py +0 -0
  117. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_all_workflows.py +0 -0
  118. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_categories.py +0 -0
  119. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_category.py +0 -0
  120. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_collection.py +0 -0
  121. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_collections.py +0 -0
  122. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_content.py +0 -0
  123. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_contents.py +0 -0
  124. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_conversation.py +0 -0
  125. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_conversations.py +0 -0
  126. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_event.py +0 -0
  127. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_events.py +0 -0
  128. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_feed.py +0 -0
  129. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_feeds.py +0 -0
  130. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_label.py +0 -0
  131. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_labels.py +0 -0
  132. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_condition.py +0 -0
  133. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_conditions.py +0 -0
  134. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_contraindication.py +0 -0
  135. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_contraindications.py +0 -0
  136. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_device.py +0 -0
  137. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_devices.py +0 -0
  138. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_drug.py +0 -0
  139. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_drug_class.py +0 -0
  140. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_drug_classes.py +0 -0
  141. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_drugs.py +0 -0
  142. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_guideline.py +0 -0
  143. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_guidelines.py +0 -0
  144. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_indication.py +0 -0
  145. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_indications.py +0 -0
  146. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_procedure.py +0 -0
  147. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_procedures.py +0 -0
  148. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_studies.py +0 -0
  149. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_study.py +0 -0
  150. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_test.py +0 -0
  151. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_tests.py +0 -0
  152. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_therapies.py +0 -0
  153. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_medical_therapy.py +0 -0
  154. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_observation.py +0 -0
  155. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_organization.py +0 -0
  156. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_organizations.py +0 -0
  157. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_person.py +0 -0
  158. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_persons.py +0 -0
  159. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_place.py +0 -0
  160. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_places.py +0 -0
  161. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_product.py +0 -0
  162. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_products.py +0 -0
  163. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_repo.py +0 -0
  164. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_repos.py +0 -0
  165. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_software.py +0 -0
  166. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_softwares.py +0 -0
  167. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_specification.py +0 -0
  168. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_specifications.py +0 -0
  169. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_user.py +0 -0
  170. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_workflow.py +0 -0
  171. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/delete_workflows.py +0 -0
  172. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/describe_encoded_image.py +0 -0
  173. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/describe_image.py +0 -0
  174. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/disable_alert.py +0 -0
  175. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/disable_feed.py +0 -0
  176. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/disable_user.py +0 -0
  177. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/enable_alert.py +0 -0
  178. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/enable_feed.py +0 -0
  179. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/enable_user.py +0 -0
  180. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/exceptions.py +0 -0
  181. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/extract_contents.py +0 -0
  182. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/extract_text.py +0 -0
  183. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/feed_exists.py +0 -0
  184. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/format_conversation.py +0 -0
  185. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_alert.py +0 -0
  186. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_category.py +0 -0
  187. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_collection.py +0 -0
  188. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_conversation.py +0 -0
  189. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_event.py +0 -0
  190. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_feed.py +0 -0
  191. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_label.py +0 -0
  192. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_condition.py +0 -0
  193. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_contraindication.py +0 -0
  194. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_device.py +0 -0
  195. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_drug.py +0 -0
  196. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_drug_class.py +0 -0
  197. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_guideline.py +0 -0
  198. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_indication.py +0 -0
  199. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_procedure.py +0 -0
  200. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_study.py +0 -0
  201. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_test.py +0 -0
  202. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_medical_therapy.py +0 -0
  203. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_organization.py +0 -0
  204. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_person.py +0 -0
  205. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_place.py +0 -0
  206. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_product.py +0 -0
  207. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_project.py +0 -0
  208. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_repo.py +0 -0
  209. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_share_point_consent_uri.py +0 -0
  210. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_software.py +0 -0
  211. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_specification.py +0 -0
  212. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_user.py +0 -0
  213. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/get_user_by_identifier.py +0 -0
  214. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_batch.py +0 -0
  215. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_encoded_file.py +0 -0
  216. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_event.py +0 -0
  217. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_memory.py +0 -0
  218. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_text.py +0 -0
  219. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_text_batch.py +0 -0
  220. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/ingest_uri.py +0 -0
  221. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/is_content_done.py +0 -0
  222. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/is_feed_done.py +0 -0
  223. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/lookup_credits.py +0 -0
  224. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/lookup_usage.py +0 -0
  225. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/map_web.py +0 -0
  226. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/prompt.py +0 -0
  227. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/prompt_conversation.py +0 -0
  228. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/prompt_specifications.py +0 -0
  229. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/publish_contents.py +0 -0
  230. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/publish_conversation.py +0 -0
  231. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/publish_text.py +0 -0
  232. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_categories.py +0 -0
  233. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_contents.py +0 -0
  234. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_contents_facets.py +0 -0
  235. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_contents_graph.py +0 -0
  236. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_credits.py +0 -0
  237. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_events.py +0 -0
  238. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_labels.py +0 -0
  239. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_linear_projects.py +0 -0
  240. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_conditions.py +0 -0
  241. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_contraindications.py +0 -0
  242. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_devices.py +0 -0
  243. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_drug_classes.py +0 -0
  244. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_drugs.py +0 -0
  245. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_guidelines.py +0 -0
  246. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_indications.py +0 -0
  247. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_procedures.py +0 -0
  248. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_studies.py +0 -0
  249. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_tests.py +0 -0
  250. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_medical_therapies.py +0 -0
  251. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
  252. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
  253. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_models.py +0 -0
  254. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_notion_databases.py +0 -0
  255. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_notion_pages.py +0 -0
  256. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_one_drive_folders.py +0 -0
  257. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_organizations.py +0 -0
  258. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_persons.py +0 -0
  259. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_places.py +0 -0
  260. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_products.py +0 -0
  261. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_repos.py +0 -0
  262. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_share_point_folders.py +0 -0
  263. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_share_point_libraries.py +0 -0
  264. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_slack_channels.py +0 -0
  265. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_softwares.py +0 -0
  266. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_tokens.py +0 -0
  267. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/query_usage.py +0 -0
  268. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/remove_contents_from_collection.py +0 -0
  269. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/retrieve_sources.py +0 -0
  270. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/revise_content.py +0 -0
  271. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/revise_encoded_image.py +0 -0
  272. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/revise_image.py +0 -0
  273. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/revise_text.py +0 -0
  274. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/screenshot_page.py +0 -0
  275. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/search_web.py +0 -0
  276. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/send_notification.py +0 -0
  277. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/specification_exists.py +0 -0
  278. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/suggest_conversation.py +0 -0
  279. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/summarize_contents.py +0 -0
  280. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/summarize_text.py +0 -0
  281. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_alert.py +0 -0
  282. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_category.py +0 -0
  283. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_collection.py +0 -0
  284. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_content.py +0 -0
  285. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_conversation.py +0 -0
  286. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_event.py +0 -0
  287. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_feed.py +0 -0
  288. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_label.py +0 -0
  289. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_condition.py +0 -0
  290. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_contraindication.py +0 -0
  291. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_device.py +0 -0
  292. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_drug.py +0 -0
  293. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_drug_class.py +0 -0
  294. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_guideline.py +0 -0
  295. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_indication.py +0 -0
  296. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_procedure.py +0 -0
  297. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_study.py +0 -0
  298. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_test.py +0 -0
  299. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_medical_therapy.py +0 -0
  300. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_observation.py +0 -0
  301. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_organization.py +0 -0
  302. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_person.py +0 -0
  303. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_place.py +0 -0
  304. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_product.py +0 -0
  305. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_project.py +0 -0
  306. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_repo.py +0 -0
  307. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_software.py +0 -0
  308. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_specification.py +0 -0
  309. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/update_user.py +0 -0
  310. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/upsert_category.py +0 -0
  311. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/upsert_label.py +0 -0
  312. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/upsert_specification.py +0 -0
  313. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_api/workflow_exists.py +0 -0
  314. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_client.egg-info/dependency_links.txt +0 -0
  315. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_client.egg-info/requires.txt +0 -0
  316. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/graphlit_client.egg-info/top_level.txt +0 -0
  317. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/pyproject.toml +0 -0
  318. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/setup.cfg +0 -0
  319. {graphlit_client-1.0.20250531003 → graphlit_client-1.0.20250608001}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: graphlit-client
3
- Version: 1.0.20250531003
3
+ Version: 1.0.20250608001
4
4
  Summary: Graphlit API Python Client
5
5
  Home-page: https://github.com/graphlit/graphlit-client-python
6
6
  Author: Unstruk Data Inc.
@@ -20,6 +20,10 @@ from .ask_graphlit import (
20
20
  )
21
21
  from .async_base_client import AsyncBaseClient
22
22
  from .base_model import BaseModel, Upload
23
+ from .branch_conversation import (
24
+ BranchConversation,
25
+ BranchConversationBranchConversation,
26
+ )
23
27
  from .clear_conversation import ClearConversation, ClearConversationClearConversation
24
28
  from .client import Client
25
29
  from .close_conversation import CloseConversation, CloseConversationCloseConversation
@@ -259,6 +263,7 @@ from .create_workflow import (
259
263
  CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument,
260
264
  CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecification,
261
265
  CreateWorkflowCreateWorkflowPreparationJobsConnectorPage,
266
+ CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto,
262
267
  CreateWorkflowCreateWorkflowPreparationSummarizations,
263
268
  CreateWorkflowCreateWorkflowPreparationSummarizationsSpecification,
264
269
  CreateWorkflowCreateWorkflowStorage,
@@ -597,6 +602,10 @@ from .enums import (
597
602
  PolicyTimeTypes,
598
603
  ProductFacetTypes,
599
604
  PromptStrategyTypes,
605
+ ReductoEnrichmentModes,
606
+ ReductoExtractionModes,
607
+ ReductoOcrModes,
608
+ ReductoOcrSystems,
600
609
  RegexSourceTypes,
601
610
  RenditionTypes,
602
611
  ReplicateModels,
@@ -737,6 +746,7 @@ from .get_content import (
737
746
  GetContentContentEmailTo,
738
747
  GetContentContentFeed,
739
748
  GetContentContentFrames,
749
+ GetContentContentH3,
740
750
  GetContentContentImage,
741
751
  GetContentContentIssue,
742
752
  GetContentContentLanguage,
@@ -1024,6 +1034,7 @@ from .get_workflow import (
1024
1034
  GetWorkflowWorkflowPreparationJobsConnectorModelDocument,
1025
1035
  GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification,
1026
1036
  GetWorkflowWorkflowPreparationJobsConnectorPage,
1037
+ GetWorkflowWorkflowPreparationJobsConnectorReducto,
1027
1038
  GetWorkflowWorkflowPreparationSummarizations,
1028
1039
  GetWorkflowWorkflowPreparationSummarizationsSpecification,
1029
1040
  GetWorkflowWorkflowStorage,
@@ -1361,6 +1372,7 @@ from .input_types import (
1361
1372
  PromptStrategyUpdateInput,
1362
1373
  RedditFeedPropertiesInput,
1363
1374
  RedditFeedPropertiesUpdateInput,
1375
+ ReductoDocumentPreparationPropertiesInput,
1364
1376
  RegexClassificationRuleInput,
1365
1377
  RegexContentClassificationPropertiesInput,
1366
1378
  ReplicateModelPropertiesInput,
@@ -1434,6 +1446,7 @@ from .map_web import MapWeb, MapWebMapWeb
1434
1446
  from .operations import (
1435
1447
  ADD_CONTENTS_TO_COLLECTIONS_GQL,
1436
1448
  ASK_GRAPHLIT_GQL,
1449
+ BRANCH_CONVERSATION_GQL,
1437
1450
  CLEAR_CONVERSATION_GQL,
1438
1451
  CLOSE_CONVERSATION_GQL,
1439
1452
  COMPLETE_CONVERSATION_GQL,
@@ -2258,6 +2271,7 @@ from .query_workflows import (
2258
2271
  QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument,
2259
2272
  QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocumentSpecification,
2260
2273
  QueryWorkflowsWorkflowsResultsPreparationJobsConnectorPage,
2274
+ QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto,
2261
2275
  QueryWorkflowsWorkflowsResultsPreparationSummarizations,
2262
2276
  QueryWorkflowsWorkflowsResultsPreparationSummarizationsSpecification,
2263
2277
  QueryWorkflowsWorkflowsResultsStorage,
@@ -2485,6 +2499,7 @@ from .update_workflow import (
2485
2499
  UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument,
2486
2500
  UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocumentSpecification,
2487
2501
  UpdateWorkflowUpdateWorkflowPreparationJobsConnectorPage,
2502
+ UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto,
2488
2503
  UpdateWorkflowUpdateWorkflowPreparationSummarizations,
2489
2504
  UpdateWorkflowUpdateWorkflowPreparationSummarizationsSpecification,
2490
2505
  UpdateWorkflowUpdateWorkflowStorage,
@@ -2547,6 +2562,7 @@ from .upsert_workflow import (
2547
2562
  UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument,
2548
2563
  UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification,
2549
2564
  UpsertWorkflowUpsertWorkflowPreparationJobsConnectorPage,
2565
+ UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto,
2550
2566
  UpsertWorkflowUpsertWorkflowPreparationSummarizations,
2551
2567
  UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification,
2552
2568
  UpsertWorkflowUpsertWorkflowStorage,
@@ -2606,6 +2622,7 @@ __all__ = [
2606
2622
  "AzureOpenAIModelPropertiesUpdateInput",
2607
2623
  "AzureOpenAIModels",
2608
2624
  "AzureTextExtractionPropertiesInput",
2625
+ "BRANCH_CONVERSATION_GQL",
2609
2626
  "BaseModel",
2610
2627
  "BedrockModelPropertiesInput",
2611
2628
  "BedrockModelPropertiesUpdateInput",
@@ -2614,6 +2631,8 @@ __all__ = [
2614
2631
  "BoundingBoxInput",
2615
2632
  "BoxFeedPropertiesInput",
2616
2633
  "BoxFeedPropertiesUpdateInput",
2634
+ "BranchConversation",
2635
+ "BranchConversationBranchConversation",
2617
2636
  "CLEAR_CONVERSATION_GQL",
2618
2637
  "CLOSE_CONVERSATION_GQL",
2619
2638
  "COMPLETE_CONVERSATION_GQL",
@@ -2944,6 +2963,7 @@ __all__ = [
2944
2963
  "CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument",
2945
2964
  "CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecification",
2946
2965
  "CreateWorkflowCreateWorkflowPreparationJobsConnectorPage",
2966
+ "CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto",
2947
2967
  "CreateWorkflowCreateWorkflowPreparationSummarizations",
2948
2968
  "CreateWorkflowCreateWorkflowPreparationSummarizationsSpecification",
2949
2969
  "CreateWorkflowCreateWorkflowStorage",
@@ -3422,6 +3442,7 @@ __all__ = [
3422
3442
  "GetContentContentEmailTo",
3423
3443
  "GetContentContentFeed",
3424
3444
  "GetContentContentFrames",
3445
+ "GetContentContentH3",
3425
3446
  "GetContentContentImage",
3426
3447
  "GetContentContentIssue",
3427
3448
  "GetContentContentLanguage",
@@ -3692,6 +3713,7 @@ __all__ = [
3692
3713
  "GetWorkflowWorkflowPreparationJobsConnectorModelDocument",
3693
3714
  "GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification",
3694
3715
  "GetWorkflowWorkflowPreparationJobsConnectorPage",
3716
+ "GetWorkflowWorkflowPreparationJobsConnectorReducto",
3695
3717
  "GetWorkflowWorkflowPreparationSummarizations",
3696
3718
  "GetWorkflowWorkflowPreparationSummarizationsSpecification",
3697
3719
  "GetWorkflowWorkflowStorage",
@@ -4481,6 +4503,7 @@ __all__ = [
4481
4503
  "QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocument",
4482
4504
  "QueryWorkflowsWorkflowsResultsPreparationJobsConnectorModelDocumentSpecification",
4483
4505
  "QueryWorkflowsWorkflowsResultsPreparationJobsConnectorPage",
4506
+ "QueryWorkflowsWorkflowsResultsPreparationJobsConnectorReducto",
4484
4507
  "QueryWorkflowsWorkflowsResultsPreparationSummarizations",
4485
4508
  "QueryWorkflowsWorkflowsResultsPreparationSummarizationsSpecification",
4486
4509
  "QueryWorkflowsWorkflowsResultsStorage",
@@ -4495,6 +4518,11 @@ __all__ = [
4495
4518
  "RSSFeedPropertiesUpdateInput",
4496
4519
  "RedditFeedPropertiesInput",
4497
4520
  "RedditFeedPropertiesUpdateInput",
4521
+ "ReductoDocumentPreparationPropertiesInput",
4522
+ "ReductoEnrichmentModes",
4523
+ "ReductoExtractionModes",
4524
+ "ReductoOcrModes",
4525
+ "ReductoOcrSystems",
4498
4526
  "RegexClassificationRuleInput",
4499
4527
  "RegexContentClassificationPropertiesInput",
4500
4528
  "RegexSourceTypes",
@@ -4797,6 +4825,7 @@ __all__ = [
4797
4825
  "UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocument",
4798
4826
  "UpdateWorkflowUpdateWorkflowPreparationJobsConnectorModelDocumentSpecification",
4799
4827
  "UpdateWorkflowUpdateWorkflowPreparationJobsConnectorPage",
4828
+ "UpdateWorkflowUpdateWorkflowPreparationJobsConnectorReducto",
4800
4829
  "UpdateWorkflowUpdateWorkflowPreparationSummarizations",
4801
4830
  "UpdateWorkflowUpdateWorkflowPreparationSummarizationsSpecification",
4802
4831
  "UpdateWorkflowUpdateWorkflowStorage",
@@ -4858,6 +4887,7 @@ __all__ = [
4858
4887
  "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocument",
4859
4888
  "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorModelDocumentSpecification",
4860
4889
  "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorPage",
4890
+ "UpsertWorkflowUpsertWorkflowPreparationJobsConnectorReducto",
4861
4891
  "UpsertWorkflowUpsertWorkflowPreparationSummarizations",
4862
4892
  "UpsertWorkflowUpsertWorkflowPreparationSummarizationsSpecification",
4863
4893
  "UpsertWorkflowUpsertWorkflowStorage",
@@ -0,0 +1,25 @@
1
+ # Generated by ariadne-codegen
2
+ # Source: ./documents
3
+
4
+ from typing import Optional
5
+
6
+ from pydantic import Field
7
+
8
+ from .base_model import BaseModel
9
+ from .enums import ConversationTypes, EntityState
10
+
11
+
12
+ class BranchConversation(BaseModel):
13
+ branch_conversation: Optional["BranchConversationBranchConversation"] = Field(
14
+ alias="branchConversation"
15
+ )
16
+
17
+
18
+ class BranchConversationBranchConversation(BaseModel):
19
+ id: str
20
+ name: str
21
+ state: EntityState
22
+ type: Optional[ConversationTypes]
23
+
24
+
25
+ BranchConversation.model_rebuild()
@@ -7,6 +7,7 @@ from .add_contents_to_collections import AddContentsToCollections
7
7
  from .ask_graphlit import AskGraphlit
8
8
  from .async_base_client import AsyncBaseClient
9
9
  from .base_model import UNSET, UnsetType
10
+ from .branch_conversation import BranchConversation
10
11
  from .clear_conversation import ClearConversation
11
12
  from .close_conversation import CloseConversation
12
13
  from .complete_conversation import CompleteConversation
@@ -320,6 +321,7 @@ from .map_web import MapWeb
320
321
  from .operations import (
321
322
  ADD_CONTENTS_TO_COLLECTIONS_GQL,
322
323
  ASK_GRAPHLIT_GQL,
324
+ BRANCH_CONVERSATION_GQL,
323
325
  CLEAR_CONVERSATION_GQL,
324
326
  CLOSE_CONVERSATION_GQL,
325
327
  COMPLETE_CONVERSATION_GQL,
@@ -1828,6 +1830,17 @@ class Client(AsyncBaseClient):
1828
1830
  data = self.get_data(response)
1829
1831
  return AskGraphlit.model_validate(data)
1830
1832
 
1833
+ async def branch_conversation(self, id: str, **kwargs: Any) -> BranchConversation:
1834
+ variables: Dict[str, object] = {"id": id}
1835
+ response = await self.execute(
1836
+ query=BRANCH_CONVERSATION_GQL,
1837
+ operation_name="BranchConversation",
1838
+ variables=variables,
1839
+ **kwargs
1840
+ )
1841
+ data = self.get_data(response)
1842
+ return BranchConversation.model_validate(data)
1843
+
1831
1844
  async def clear_conversation(self, id: str, **kwargs: Any) -> ClearConversation:
1832
1845
  variables: Dict[str, object] = {"id": id}
1833
1846
  response = await self.execute(
@@ -1983,6 +1996,7 @@ class Client(AsyncBaseClient):
1983
1996
  prompt: str,
1984
1997
  id: Union[Optional[str], UnsetType] = UNSET,
1985
1998
  specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
1999
+ tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
1986
2000
  include_details: Union[Optional[bool], UnsetType] = UNSET,
1987
2001
  correlation_id: Union[Optional[str], UnsetType] = UNSET,
1988
2002
  **kwargs: Any
@@ -1991,6 +2005,7 @@ class Client(AsyncBaseClient):
1991
2005
  "prompt": prompt,
1992
2006
  "id": id,
1993
2007
  "specification": specification,
2008
+ "tools": tools,
1994
2009
  "includeDetails": include_details,
1995
2010
  "correlationId": correlation_id,
1996
2011
  }
@@ -22,6 +22,10 @@ from .enums import (
22
22
  IntegrationServiceTypes,
23
23
  LinkTypes,
24
24
  ObservableTypes,
25
+ ReductoEnrichmentModes,
26
+ ReductoExtractionModes,
27
+ ReductoOcrModes,
28
+ ReductoOcrSystems,
25
29
  RegexSourceTypes,
26
30
  StoragePolicyTypes,
27
31
  SummarizationTypes,
@@ -139,6 +143,7 @@ class CreateWorkflowCreateWorkflowPreparationJobsConnector(BaseModel):
139
143
  model_document: Optional[
140
144
  "CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocument"
141
145
  ] = Field(alias="modelDocument")
146
+ reducto: Optional["CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto"]
142
147
  mistral: Optional["CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral"]
143
148
 
144
149
 
@@ -191,6 +196,15 @@ class CreateWorkflowCreateWorkflowPreparationJobsConnectorModelDocumentSpecifica
191
196
  id: str
192
197
 
193
198
 
199
+ class CreateWorkflowCreateWorkflowPreparationJobsConnectorReducto(BaseModel):
200
+ ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
201
+ ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
202
+ extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
203
+ enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
204
+ enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
205
+ key: Optional[str]
206
+
207
+
194
208
  class CreateWorkflowCreateWorkflowPreparationJobsConnectorMistral(BaseModel):
195
209
  key: Optional[str]
196
210
 
@@ -81,6 +81,7 @@ class SummarizationTypes(str, Enum):
81
81
  POSTS = "POSTS"
82
82
  CHAPTERS = "CHAPTERS"
83
83
  QUESTIONS = "QUESTIONS"
84
+ GEOTAG = "GEOTAG"
84
85
  CUSTOM = "CUSTOM"
85
86
 
86
87
 
@@ -357,6 +358,17 @@ class TwitterListingTypes(str, Enum):
357
358
  RECENT_SEARCH = "RECENT_SEARCH"
358
359
 
359
360
 
361
+ class ReductoOcrSystems(str, Enum):
362
+ HIGHRES = "HIGHRES"
363
+ MULTILINGUAL = "MULTILINGUAL"
364
+ COMBINED = "COMBINED"
365
+
366
+
367
+ class ReductoOcrModes(str, Enum):
368
+ STANDARD = "STANDARD"
369
+ AGENTIC = "AGENTIC"
370
+
371
+
360
372
  class ApplyPolicy(str, Enum):
361
373
  BEFORE_RESOLVER = "BEFORE_RESOLVER"
362
374
  AFTER_RESOLVER = "AFTER_RESOLVER"
@@ -369,6 +381,7 @@ class SpecificationTypes(str, Enum):
369
381
  IMAGE_EMBEDDING = "IMAGE_EMBEDDING"
370
382
  EXTRACTION = "EXTRACTION"
371
383
  CLASSIFICATION = "CLASSIFICATION"
384
+ SUMMARIZATION = "SUMMARIZATION"
372
385
  PREPARATION = "PREPARATION"
373
386
 
374
387
 
@@ -816,6 +829,7 @@ class FilePreparationServiceTypes(str, Enum):
816
829
  DOCUMENT = "DOCUMENT"
817
830
  EMAIL = "EMAIL"
818
831
  PAGE = "PAGE"
832
+ REDUCTO_DOCUMENT = "REDUCTO_DOCUMENT"
819
833
  MODEL_DOCUMENT = "MODEL_DOCUMENT"
820
834
  ASSEMBLY_AI = "ASSEMBLY_AI"
821
835
  MISTRAL_DOCUMENT = "MISTRAL_DOCUMENT"
@@ -994,6 +1008,12 @@ class GoogleModels(str, Enum):
994
1008
  CUSTOM = "CUSTOM"
995
1009
 
996
1010
 
1011
+ class ReductoExtractionModes(str, Enum):
1012
+ OCR = "OCR"
1013
+ METADATA = "METADATA"
1014
+ HYBRID = "HYBRID"
1015
+
1016
+
997
1017
  class UserTypes(str, Enum):
998
1018
  HUMAN = "HUMAN"
999
1019
  AGENT = "AGENT"
@@ -1021,6 +1041,12 @@ class RenditionTypes(str, Enum):
1021
1041
  CONTENT = "CONTENT"
1022
1042
 
1023
1043
 
1044
+ class ReductoEnrichmentModes(str, Enum):
1045
+ STANDARD = "STANDARD"
1046
+ PAGE = "PAGE"
1047
+ TABLE = "TABLE"
1048
+
1049
+
1024
1050
  class MistralModels(str, Enum):
1025
1051
  MIXTRAL_8X7B_INSTRUCT = "MIXTRAL_8X7B_INSTRUCT"
1026
1052
  MISTRAL_NEMO = "MISTRAL_NEMO"
@@ -43,6 +43,11 @@ class GetContentContent(BaseModel):
43
43
  markdown: Optional[str]
44
44
  address: Optional["GetContentContentAddress"]
45
45
  location: Optional["GetContentContentLocation"]
46
+ h_3: Optional["GetContentContentH3"] = Field(alias="h3")
47
+ boundary: Optional[str]
48
+ epsg_code: Optional[int] = Field(alias="epsgCode")
49
+ path: Optional[str]
50
+ features: Optional[str]
46
51
  c_4_id: Optional[str] = Field(alias="c4id")
47
52
  type: Optional[ContentTypes]
48
53
  file_type: Optional[FileTypes] = Field(alias="fileType")
@@ -102,6 +107,25 @@ class GetContentContentLocation(BaseModel):
102
107
  longitude: Optional[float]
103
108
 
104
109
 
110
+ class GetContentContentH3(BaseModel):
111
+ h_3_r_0: Optional[str] = Field(alias="h3r0")
112
+ h_3_r_1: Optional[str] = Field(alias="h3r1")
113
+ h_3_r_2: Optional[str] = Field(alias="h3r2")
114
+ h_3_r_3: Optional[str] = Field(alias="h3r3")
115
+ h_3_r_4: Optional[str] = Field(alias="h3r4")
116
+ h_3_r_5: Optional[str] = Field(alias="h3r5")
117
+ h_3_r_6: Optional[str] = Field(alias="h3r6")
118
+ h_3_r_7: Optional[str] = Field(alias="h3r7")
119
+ h_3_r_8: Optional[str] = Field(alias="h3r8")
120
+ h_3_r_9: Optional[str] = Field(alias="h3r9")
121
+ h_3_r_10: Optional[str] = Field(alias="h3r10")
122
+ h_3_r_11: Optional[str] = Field(alias="h3r11")
123
+ h_3_r_12: Optional[str] = Field(alias="h3r12")
124
+ h_3_r_13: Optional[str] = Field(alias="h3r13")
125
+ h_3_r_14: Optional[str] = Field(alias="h3r14")
126
+ h_3_r_15: Optional[str] = Field(alias="h3r15")
127
+
128
+
105
129
  class GetContentContentVideo(BaseModel):
106
130
  width: Optional[int]
107
131
  height: Optional[int]
@@ -22,6 +22,10 @@ from .enums import (
22
22
  IntegrationServiceTypes,
23
23
  LinkTypes,
24
24
  ObservableTypes,
25
+ ReductoEnrichmentModes,
26
+ ReductoExtractionModes,
27
+ ReductoOcrModes,
28
+ ReductoOcrSystems,
25
29
  RegexSourceTypes,
26
30
  StoragePolicyTypes,
27
31
  SummarizationTypes,
@@ -138,6 +142,7 @@ class GetWorkflowWorkflowPreparationJobsConnector(BaseModel):
138
142
  model_document: Optional[
139
143
  "GetWorkflowWorkflowPreparationJobsConnectorModelDocument"
140
144
  ] = Field(alias="modelDocument")
145
+ reducto: Optional["GetWorkflowWorkflowPreparationJobsConnectorReducto"]
141
146
  mistral: Optional["GetWorkflowWorkflowPreparationJobsConnectorMistral"]
142
147
 
143
148
 
@@ -188,6 +193,15 @@ class GetWorkflowWorkflowPreparationJobsConnectorModelDocumentSpecification(Base
188
193
  id: str
189
194
 
190
195
 
196
+ class GetWorkflowWorkflowPreparationJobsConnectorReducto(BaseModel):
197
+ ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode")
198
+ ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem")
199
+ extraction_mode: Optional[ReductoExtractionModes] = Field(alias="extractionMode")
200
+ enable_enrichment: Optional[bool] = Field(alias="enableEnrichment")
201
+ enrichment_mode: Optional[ReductoEnrichmentModes] = Field(alias="enrichmentMode")
202
+ key: Optional[str]
203
+
204
+
191
205
  class GetWorkflowWorkflowPreparationJobsConnectorMistral(BaseModel):
192
206
  key: Optional[str]
193
207
 
@@ -88,6 +88,10 @@ from .enums import (
88
88
  PolicyTimeTypes,
89
89
  ProductFacetTypes,
90
90
  PromptStrategyTypes,
91
+ ReductoEnrichmentModes,
92
+ ReductoExtractionModes,
93
+ ReductoOcrModes,
94
+ ReductoOcrSystems,
91
95
  RegexSourceTypes,
92
96
  ReplicateModels,
93
97
  RepoFacetTypes,
@@ -1806,6 +1810,7 @@ class FilePreparationConnectorInput(BaseModel):
1806
1810
  model_document: Optional["ModelDocumentPreparationPropertiesInput"] = Field(
1807
1811
  alias="modelDocument", default=None
1808
1812
  )
1813
+ reducto: Optional["ReductoDocumentPreparationPropertiesInput"] = None
1809
1814
 
1810
1815
 
1811
1816
  class MedicalDrugFilter(BaseModel):
@@ -2452,6 +2457,7 @@ class ConversationInput(BaseModel):
2452
2457
  name: str
2453
2458
  type: Optional[ConversationTypes] = None
2454
2459
  messages: Optional[List["ConversationMessageInput"]] = None
2460
+ tools: Optional[List["ToolDefinitionInput"]] = None
2455
2461
  specification: Optional["EntityReferenceInput"] = None
2456
2462
  fallbacks: Optional[List[Optional["EntityReferenceInput"]]] = None
2457
2463
  filter: Optional["ContentCriteriaInput"] = None
@@ -2818,6 +2824,7 @@ class EmailIntegrationPropertiesInput(BaseModel):
2818
2824
  class ConversationUpdateInput(BaseModel):
2819
2825
  id: str
2820
2826
  name: Optional[str] = None
2827
+ tools: Optional[List["ToolDefinitionInput"]] = None
2821
2828
  specification: Optional["EntityReferenceInput"] = None
2822
2829
  fallbacks: Optional[List[Optional["EntityReferenceInput"]]] = None
2823
2830
  filter: Optional["ContentCriteriaInput"] = None
@@ -3652,6 +3659,19 @@ class PlaceFilter(BaseModel):
3652
3659
  )
3653
3660
 
3654
3661
 
3662
+ class ReductoDocumentPreparationPropertiesInput(BaseModel):
3663
+ ocr_mode: Optional[ReductoOcrModes] = Field(alias="ocrMode", default=None)
3664
+ ocr_system: Optional[ReductoOcrSystems] = Field(alias="ocrSystem", default=None)
3665
+ extraction_mode: Optional[ReductoExtractionModes] = Field(
3666
+ alias="extractionMode", default=None
3667
+ )
3668
+ enable_enrichment: Optional[bool] = Field(alias="enableEnrichment", default=None)
3669
+ enrichment_mode: Optional[ReductoEnrichmentModes] = Field(
3670
+ alias="enrichmentMode", default=None
3671
+ )
3672
+ key: Optional[str] = None
3673
+
3674
+
3655
3675
  class H3Filter(BaseModel):
3656
3676
  indexes: Optional[List["H3IndexFilter"]] = None
3657
3677
 
@@ -4,6 +4,7 @@
4
4
  __all__ = [
5
5
  "ADD_CONTENTS_TO_COLLECTIONS_GQL",
6
6
  "ASK_GRAPHLIT_GQL",
7
+ "BRANCH_CONVERSATION_GQL",
7
8
  "CLEAR_CONVERSATION_GQL",
8
9
  "CLOSE_CONVERSATION_GQL",
9
10
  "COMPLETE_CONVERSATION_GQL",
@@ -1282,6 +1283,28 @@ query GetContent($id: ID!, $correlationId: String) {
1282
1283
  latitude
1283
1284
  longitude
1284
1285
  }
1286
+ h3 {
1287
+ h3r0
1288
+ h3r1
1289
+ h3r2
1290
+ h3r3
1291
+ h3r4
1292
+ h3r5
1293
+ h3r6
1294
+ h3r7
1295
+ h3r8
1296
+ h3r9
1297
+ h3r10
1298
+ h3r11
1299
+ h3r12
1300
+ h3r13
1301
+ h3r14
1302
+ h3r15
1303
+ }
1304
+ boundary
1305
+ epsgCode
1306
+ path
1307
+ features
1285
1308
  c4id
1286
1309
  type
1287
1310
  fileType
@@ -2748,6 +2771,17 @@ mutation AskGraphlit($prompt: String!, $type: SdkTypes, $id: ID, $specification:
2748
2771
  }
2749
2772
  """
2750
2773
 
2774
+ BRANCH_CONVERSATION_GQL = """
2775
+ mutation BranchConversation($id: ID!) {
2776
+ branchConversation(id: $id) {
2777
+ id
2778
+ name
2779
+ state
2780
+ type
2781
+ }
2782
+ }
2783
+ """
2784
+
2751
2785
  CLEAR_CONVERSATION_GQL = """
2752
2786
  mutation ClearConversation($id: ID!) {
2753
2787
  clearConversation(id: $id) {
@@ -3455,11 +3489,12 @@ mutation DeleteConversations($ids: [ID!]!, $isSynchronous: Boolean) {
3455
3489
  """
3456
3490
 
3457
3491
  FORMAT_CONVERSATION_GQL = """
3458
- mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $includeDetails: Boolean, $correlationId: String) {
3492
+ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $includeDetails: Boolean, $correlationId: String) {
3459
3493
  formatConversation(
3460
3494
  prompt: $prompt
3461
3495
  id: $id
3462
3496
  specification: $specification
3497
+ tools: $tools
3463
3498
  includeDetails: $includeDetails
3464
3499
  correlationId: $correlationId
3465
3500
  ) {
@@ -9406,6 +9441,14 @@ mutation CreateWorkflow($workflow: WorkflowInput!) {
9406
9441
  id
9407
9442
  }
9408
9443
  }
9444
+ reducto {
9445
+ ocrMode
9446
+ ocrSystem
9447
+ extractionMode
9448
+ enableEnrichment
9449
+ enrichmentMode
9450
+ key
9451
+ }
9409
9452
  mistral {
9410
9453
  key
9411
9454
  }
@@ -9648,6 +9691,14 @@ query GetWorkflow($id: ID!, $correlationId: String) {
9648
9691
  id
9649
9692
  }
9650
9693
  }
9694
+ reducto {
9695
+ ocrMode
9696
+ ocrSystem
9697
+ extractionMode
9698
+ enableEnrichment
9699
+ enrichmentMode
9700
+ key
9701
+ }
9651
9702
  mistral {
9652
9703
  key
9653
9704
  }
@@ -9860,6 +9911,14 @@ query QueryWorkflows($filter: WorkflowFilter, $correlationId: String) {
9860
9911
  id
9861
9912
  }
9862
9913
  }
9914
+ reducto {
9915
+ ocrMode
9916
+ ocrSystem
9917
+ extractionMode
9918
+ enableEnrichment
9919
+ enrichmentMode
9920
+ key
9921
+ }
9863
9922
  mistral {
9864
9923
  key
9865
9924
  }
@@ -10067,6 +10126,14 @@ mutation UpdateWorkflow($workflow: WorkflowUpdateInput!) {
10067
10126
  id
10068
10127
  }
10069
10128
  }
10129
+ reducto {
10130
+ ocrMode
10131
+ ocrSystem
10132
+ extractionMode
10133
+ enableEnrichment
10134
+ enrichmentMode
10135
+ key
10136
+ }
10070
10137
  mistral {
10071
10138
  key
10072
10139
  }
@@ -10273,6 +10340,14 @@ mutation UpsertWorkflow($workflow: WorkflowInput!) {
10273
10340
  id
10274
10341
  }
10275
10342
  }
10343
+ reducto {
10344
+ ocrMode
10345
+ ocrSystem
10346
+ extractionMode
10347
+ enableEnrichment
10348
+ enrichmentMode
10349
+ key
10350
+ }
10276
10351
  mistral {
10277
10352
  key
10278
10353
  }
@@ -24,7 +24,7 @@ class QueryAlerts(BaseModel):
24
24
 
25
25
 
26
26
  class QueryAlertsAlerts(BaseModel):
27
- results: Optional[List[Optional["QueryAlertsAlertsResults"]]]
27
+ results: Optional[List["QueryAlertsAlertsResults"]]
28
28
 
29
29
 
30
30
  class QueryAlertsAlertsResults(BaseModel):
@@ -14,7 +14,7 @@ class QueryCollections(BaseModel):
14
14
 
15
15
 
16
16
  class QueryCollectionsCollections(BaseModel):
17
- results: Optional[List[Optional["QueryCollectionsCollectionsResults"]]]
17
+ results: Optional[List["QueryCollectionsCollectionsResults"]]
18
18
 
19
19
 
20
20
  class QueryCollectionsCollectionsResults(BaseModel):
@@ -24,7 +24,7 @@ class QueryConversations(BaseModel):
24
24
 
25
25
 
26
26
  class QueryConversationsConversations(BaseModel):
27
- results: Optional[List[Optional["QueryConversationsConversationsResults"]]]
27
+ results: Optional[List["QueryConversationsConversationsResults"]]
28
28
 
29
29
 
30
30
  class QueryConversationsConversationsResults(BaseModel):
@@ -29,7 +29,7 @@ class QueryFeeds(BaseModel):
29
29
 
30
30
 
31
31
  class QueryFeedsFeeds(BaseModel):
32
- results: Optional[List[Optional["QueryFeedsFeedsResults"]]]
32
+ results: Optional[List["QueryFeedsFeedsResults"]]
33
33
 
34
34
 
35
35
  class QueryFeedsFeedsResults(BaseModel):
@@ -40,7 +40,7 @@ class QuerySpecifications(BaseModel):
40
40
 
41
41
 
42
42
  class QuerySpecificationsSpecifications(BaseModel):
43
- results: Optional[List[Optional["QuerySpecificationsSpecificationsResults"]]]
43
+ results: Optional[List["QuerySpecificationsSpecificationsResults"]]
44
44
 
45
45
 
46
46
  class QuerySpecificationsSpecificationsResults(BaseModel):
@@ -20,7 +20,7 @@ class QueryUsers(BaseModel):
20
20
 
21
21
 
22
22
  class QueryUsersUsers(BaseModel):
23
- results: Optional[List[Optional["QueryUsersUsersResults"]]]
23
+ results: Optional[List["QueryUsersUsersResults"]]
24
24
 
25
25
 
26
26
  class QueryUsersUsersResults(BaseModel):