graphlit-client 1.0.20250627002__tar.gz → 1.0.20250627004__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.
- {graphlit_client-1.0.20250627002/graphlit_client.egg-info → graphlit_client-1.0.20250627004}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/__init__.py +120 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/client.py +40 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/operations.py +205 -0
- graphlit_client-1.0.20250627004/graphlit_api/retrieve_view.py +38 -0
- graphlit_client-1.0.20250627004/graphlit_api/upsert_view.py +316 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_client.egg-info/SOURCES.txt +2 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/LICENSE +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/README.md +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_connectors.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_views.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_connector.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_view.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_views.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_connector.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_view.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_views.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/enums.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_connector.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_content.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_user_by_identifier.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_view.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_event.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/input_types.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/lookup_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_box_folders.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_connectors.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_contents_observations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_conversations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_dropbox_folders.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_google_calendars.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_google_drive_folders.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_microsoft_calendars.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_views.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_connector.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_view.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/view_exists.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/setup.cfg +0 -0
- {graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/setup.py +0 -0
{graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/__init__.py
RENAMED
@@ -1931,6 +1931,7 @@ from .operations import (
|
|
1931
1931
|
QUERY_WORKFLOWS_GQL,
|
1932
1932
|
REMOVE_CONTENTS_FROM_COLLECTION_GQL,
|
1933
1933
|
RETRIEVE_SOURCES_GQL,
|
1934
|
+
RETRIEVE_VIEW_GQL,
|
1934
1935
|
REVISE_CONTENT_GQL,
|
1935
1936
|
REVISE_ENCODED_IMAGE_GQL,
|
1936
1937
|
REVISE_IMAGE_GQL,
|
@@ -1977,6 +1978,7 @@ from .operations import (
|
|
1977
1978
|
UPSERT_CATEGORY_GQL,
|
1978
1979
|
UPSERT_LABEL_GQL,
|
1979
1980
|
UPSERT_SPECIFICATION_GQL,
|
1981
|
+
UPSERT_VIEW_GQL,
|
1980
1982
|
UPSERT_WORKFLOW_GQL,
|
1981
1983
|
VIEW_EXISTS_GQL,
|
1982
1984
|
WORKFLOW_EXISTS_GQL,
|
@@ -2666,6 +2668,12 @@ from .retrieve_sources import (
|
|
2666
2668
|
RetrieveSourcesRetrieveSourcesResults,
|
2667
2669
|
RetrieveSourcesRetrieveSourcesResultsContent,
|
2668
2670
|
)
|
2671
|
+
from .retrieve_view import (
|
2672
|
+
RetrieveView,
|
2673
|
+
RetrieveViewRetrieveView,
|
2674
|
+
RetrieveViewRetrieveViewResults,
|
2675
|
+
RetrieveViewRetrieveViewResultsContent,
|
2676
|
+
)
|
2669
2677
|
from .revise_content import (
|
2670
2678
|
ReviseContent,
|
2671
2679
|
ReviseContentReviseContent,
|
@@ -2944,6 +2952,60 @@ from .upsert_specification import (
|
|
2944
2952
|
UpsertSpecification,
|
2945
2953
|
UpsertSpecificationUpsertSpecification,
|
2946
2954
|
)
|
2955
|
+
from .upsert_view import (
|
2956
|
+
UpsertView,
|
2957
|
+
UpsertViewUpsertView,
|
2958
|
+
UpsertViewUpsertViewAugmentedFilter,
|
2959
|
+
UpsertViewUpsertViewAugmentedFilterAnd,
|
2960
|
+
UpsertViewUpsertViewAugmentedFilterAndCollections,
|
2961
|
+
UpsertViewUpsertViewAugmentedFilterAndFeeds,
|
2962
|
+
UpsertViewUpsertViewAugmentedFilterAndObservations,
|
2963
|
+
UpsertViewUpsertViewAugmentedFilterAndObservationsObservable,
|
2964
|
+
UpsertViewUpsertViewAugmentedFilterAndUsers,
|
2965
|
+
UpsertViewUpsertViewAugmentedFilterAndWorkflows,
|
2966
|
+
UpsertViewUpsertViewAugmentedFilterCollections,
|
2967
|
+
UpsertViewUpsertViewAugmentedFilterContents,
|
2968
|
+
UpsertViewUpsertViewAugmentedFilterCreationDateRange,
|
2969
|
+
UpsertViewUpsertViewAugmentedFilterDateRange,
|
2970
|
+
UpsertViewUpsertViewAugmentedFilterFeeds,
|
2971
|
+
UpsertViewUpsertViewAugmentedFilterObservations,
|
2972
|
+
UpsertViewUpsertViewAugmentedFilterObservationsObservable,
|
2973
|
+
UpsertViewUpsertViewAugmentedFilterOr,
|
2974
|
+
UpsertViewUpsertViewAugmentedFilterOrCollections,
|
2975
|
+
UpsertViewUpsertViewAugmentedFilterOrFeeds,
|
2976
|
+
UpsertViewUpsertViewAugmentedFilterOrObservations,
|
2977
|
+
UpsertViewUpsertViewAugmentedFilterOrObservationsObservable,
|
2978
|
+
UpsertViewUpsertViewAugmentedFilterOrUsers,
|
2979
|
+
UpsertViewUpsertViewAugmentedFilterOrWorkflows,
|
2980
|
+
UpsertViewUpsertViewAugmentedFilterSimilarContents,
|
2981
|
+
UpsertViewUpsertViewAugmentedFilterUsers,
|
2982
|
+
UpsertViewUpsertViewAugmentedFilterWorkflows,
|
2983
|
+
UpsertViewUpsertViewFilter,
|
2984
|
+
UpsertViewUpsertViewFilterAnd,
|
2985
|
+
UpsertViewUpsertViewFilterAndCollections,
|
2986
|
+
UpsertViewUpsertViewFilterAndFeeds,
|
2987
|
+
UpsertViewUpsertViewFilterAndObservations,
|
2988
|
+
UpsertViewUpsertViewFilterAndObservationsObservable,
|
2989
|
+
UpsertViewUpsertViewFilterAndUsers,
|
2990
|
+
UpsertViewUpsertViewFilterAndWorkflows,
|
2991
|
+
UpsertViewUpsertViewFilterCollections,
|
2992
|
+
UpsertViewUpsertViewFilterContents,
|
2993
|
+
UpsertViewUpsertViewFilterCreationDateRange,
|
2994
|
+
UpsertViewUpsertViewFilterDateRange,
|
2995
|
+
UpsertViewUpsertViewFilterFeeds,
|
2996
|
+
UpsertViewUpsertViewFilterObservations,
|
2997
|
+
UpsertViewUpsertViewFilterObservationsObservable,
|
2998
|
+
UpsertViewUpsertViewFilterOr,
|
2999
|
+
UpsertViewUpsertViewFilterOrCollections,
|
3000
|
+
UpsertViewUpsertViewFilterOrFeeds,
|
3001
|
+
UpsertViewUpsertViewFilterOrObservations,
|
3002
|
+
UpsertViewUpsertViewFilterOrObservationsObservable,
|
3003
|
+
UpsertViewUpsertViewFilterOrUsers,
|
3004
|
+
UpsertViewUpsertViewFilterOrWorkflows,
|
3005
|
+
UpsertViewUpsertViewFilterSimilarContents,
|
3006
|
+
UpsertViewUpsertViewFilterUsers,
|
3007
|
+
UpsertViewUpsertViewFilterWorkflows,
|
3008
|
+
)
|
2947
3009
|
from .upsert_workflow import (
|
2948
3010
|
UpsertWorkflow,
|
2949
3011
|
UpsertWorkflowUpsertWorkflow,
|
@@ -5295,6 +5357,7 @@ __all__ = [
|
|
5295
5357
|
"QueryWorkflowsWorkflowsResultsStoragePolicy",
|
5296
5358
|
"REMOVE_CONTENTS_FROM_COLLECTION_GQL",
|
5297
5359
|
"RETRIEVE_SOURCES_GQL",
|
5360
|
+
"RETRIEVE_VIEW_GQL",
|
5298
5361
|
"REVISE_CONTENT_GQL",
|
5299
5362
|
"REVISE_ENCODED_IMAGE_GQL",
|
5300
5363
|
"REVISE_IMAGE_GQL",
|
@@ -5334,6 +5397,10 @@ __all__ = [
|
|
5334
5397
|
"RetrieveSourcesRetrieveSources",
|
5335
5398
|
"RetrieveSourcesRetrieveSourcesResults",
|
5336
5399
|
"RetrieveSourcesRetrieveSourcesResultsContent",
|
5400
|
+
"RetrieveView",
|
5401
|
+
"RetrieveViewRetrieveView",
|
5402
|
+
"RetrieveViewRetrieveViewResults",
|
5403
|
+
"RetrieveViewRetrieveViewResultsContent",
|
5337
5404
|
"ReviseContent",
|
5338
5405
|
"ReviseContentReviseContent",
|
5339
5406
|
"ReviseContentReviseContentConversation",
|
@@ -5496,6 +5563,7 @@ __all__ = [
|
|
5496
5563
|
"UPSERT_CATEGORY_GQL",
|
5497
5564
|
"UPSERT_LABEL_GQL",
|
5498
5565
|
"UPSERT_SPECIFICATION_GQL",
|
5566
|
+
"UPSERT_VIEW_GQL",
|
5499
5567
|
"UPSERT_WORKFLOW_GQL",
|
5500
5568
|
"UnitTypes",
|
5501
5569
|
"UpdateAlert",
|
@@ -5678,6 +5746,58 @@ __all__ = [
|
|
5678
5746
|
"UpsertLabelUpsertLabel",
|
5679
5747
|
"UpsertSpecification",
|
5680
5748
|
"UpsertSpecificationUpsertSpecification",
|
5749
|
+
"UpsertView",
|
5750
|
+
"UpsertViewUpsertView",
|
5751
|
+
"UpsertViewUpsertViewAugmentedFilter",
|
5752
|
+
"UpsertViewUpsertViewAugmentedFilterAnd",
|
5753
|
+
"UpsertViewUpsertViewAugmentedFilterAndCollections",
|
5754
|
+
"UpsertViewUpsertViewAugmentedFilterAndFeeds",
|
5755
|
+
"UpsertViewUpsertViewAugmentedFilterAndObservations",
|
5756
|
+
"UpsertViewUpsertViewAugmentedFilterAndObservationsObservable",
|
5757
|
+
"UpsertViewUpsertViewAugmentedFilterAndUsers",
|
5758
|
+
"UpsertViewUpsertViewAugmentedFilterAndWorkflows",
|
5759
|
+
"UpsertViewUpsertViewAugmentedFilterCollections",
|
5760
|
+
"UpsertViewUpsertViewAugmentedFilterContents",
|
5761
|
+
"UpsertViewUpsertViewAugmentedFilterCreationDateRange",
|
5762
|
+
"UpsertViewUpsertViewAugmentedFilterDateRange",
|
5763
|
+
"UpsertViewUpsertViewAugmentedFilterFeeds",
|
5764
|
+
"UpsertViewUpsertViewAugmentedFilterObservations",
|
5765
|
+
"UpsertViewUpsertViewAugmentedFilterObservationsObservable",
|
5766
|
+
"UpsertViewUpsertViewAugmentedFilterOr",
|
5767
|
+
"UpsertViewUpsertViewAugmentedFilterOrCollections",
|
5768
|
+
"UpsertViewUpsertViewAugmentedFilterOrFeeds",
|
5769
|
+
"UpsertViewUpsertViewAugmentedFilterOrObservations",
|
5770
|
+
"UpsertViewUpsertViewAugmentedFilterOrObservationsObservable",
|
5771
|
+
"UpsertViewUpsertViewAugmentedFilterOrUsers",
|
5772
|
+
"UpsertViewUpsertViewAugmentedFilterOrWorkflows",
|
5773
|
+
"UpsertViewUpsertViewAugmentedFilterSimilarContents",
|
5774
|
+
"UpsertViewUpsertViewAugmentedFilterUsers",
|
5775
|
+
"UpsertViewUpsertViewAugmentedFilterWorkflows",
|
5776
|
+
"UpsertViewUpsertViewFilter",
|
5777
|
+
"UpsertViewUpsertViewFilterAnd",
|
5778
|
+
"UpsertViewUpsertViewFilterAndCollections",
|
5779
|
+
"UpsertViewUpsertViewFilterAndFeeds",
|
5780
|
+
"UpsertViewUpsertViewFilterAndObservations",
|
5781
|
+
"UpsertViewUpsertViewFilterAndObservationsObservable",
|
5782
|
+
"UpsertViewUpsertViewFilterAndUsers",
|
5783
|
+
"UpsertViewUpsertViewFilterAndWorkflows",
|
5784
|
+
"UpsertViewUpsertViewFilterCollections",
|
5785
|
+
"UpsertViewUpsertViewFilterContents",
|
5786
|
+
"UpsertViewUpsertViewFilterCreationDateRange",
|
5787
|
+
"UpsertViewUpsertViewFilterDateRange",
|
5788
|
+
"UpsertViewUpsertViewFilterFeeds",
|
5789
|
+
"UpsertViewUpsertViewFilterObservations",
|
5790
|
+
"UpsertViewUpsertViewFilterObservationsObservable",
|
5791
|
+
"UpsertViewUpsertViewFilterOr",
|
5792
|
+
"UpsertViewUpsertViewFilterOrCollections",
|
5793
|
+
"UpsertViewUpsertViewFilterOrFeeds",
|
5794
|
+
"UpsertViewUpsertViewFilterOrObservations",
|
5795
|
+
"UpsertViewUpsertViewFilterOrObservationsObservable",
|
5796
|
+
"UpsertViewUpsertViewFilterOrUsers",
|
5797
|
+
"UpsertViewUpsertViewFilterOrWorkflows",
|
5798
|
+
"UpsertViewUpsertViewFilterSimilarContents",
|
5799
|
+
"UpsertViewUpsertViewFilterUsers",
|
5800
|
+
"UpsertViewUpsertViewFilterWorkflows",
|
5681
5801
|
"UpsertWorkflow",
|
5682
5802
|
"UpsertWorkflowUpsertWorkflow",
|
5683
5803
|
"UpsertWorkflowUpsertWorkflowActions",
|
@@ -612,6 +612,7 @@ from .operations import (
|
|
612
612
|
QUERY_WORKFLOWS_GQL,
|
613
613
|
REMOVE_CONTENTS_FROM_COLLECTION_GQL,
|
614
614
|
RETRIEVE_SOURCES_GQL,
|
615
|
+
RETRIEVE_VIEW_GQL,
|
615
616
|
REVISE_CONTENT_GQL,
|
616
617
|
REVISE_ENCODED_IMAGE_GQL,
|
617
618
|
REVISE_IMAGE_GQL,
|
@@ -658,6 +659,7 @@ from .operations import (
|
|
658
659
|
UPSERT_CATEGORY_GQL,
|
659
660
|
UPSERT_LABEL_GQL,
|
660
661
|
UPSERT_SPECIFICATION_GQL,
|
662
|
+
UPSERT_VIEW_GQL,
|
661
663
|
UPSERT_WORKFLOW_GQL,
|
662
664
|
VIEW_EXISTS_GQL,
|
663
665
|
WORKFLOW_EXISTS_GQL,
|
@@ -721,6 +723,7 @@ from .query_views import QueryViews
|
|
721
723
|
from .query_workflows import QueryWorkflows
|
722
724
|
from .remove_contents_from_collection import RemoveContentsFromCollection
|
723
725
|
from .retrieve_sources import RetrieveSources
|
726
|
+
from .retrieve_view import RetrieveView
|
724
727
|
from .revise_content import ReviseContent
|
725
728
|
from .revise_encoded_image import ReviseEncodedImage
|
726
729
|
from .revise_image import ReviseImage
|
@@ -767,6 +770,7 @@ from .update_workflow import UpdateWorkflow
|
|
767
770
|
from .upsert_category import UpsertCategory
|
768
771
|
from .upsert_label import UpsertLabel
|
769
772
|
from .upsert_specification import UpsertSpecification
|
773
|
+
from .upsert_view import UpsertView
|
770
774
|
from .upsert_workflow import UpsertWorkflow
|
771
775
|
from .view_exists import ViewExists
|
772
776
|
from .workflow_exists import WorkflowExists
|
@@ -2355,6 +2359,31 @@ class Client(AsyncBaseClient):
|
|
2355
2359
|
data = self.get_data(response)
|
2356
2360
|
return RetrieveSources.model_validate(data)
|
2357
2361
|
|
2362
|
+
async def retrieve_view(
|
2363
|
+
self,
|
2364
|
+
prompt: str,
|
2365
|
+
id: str,
|
2366
|
+
retrieval_strategy: Union[Optional[RetrievalStrategyInput], UnsetType] = UNSET,
|
2367
|
+
reranking_strategy: Union[Optional[RerankingStrategyInput], UnsetType] = UNSET,
|
2368
|
+
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
2369
|
+
**kwargs: Any
|
2370
|
+
) -> RetrieveView:
|
2371
|
+
variables: Dict[str, object] = {
|
2372
|
+
"prompt": prompt,
|
2373
|
+
"id": id,
|
2374
|
+
"retrievalStrategy": retrieval_strategy,
|
2375
|
+
"rerankingStrategy": reranking_strategy,
|
2376
|
+
"correlationId": correlation_id,
|
2377
|
+
}
|
2378
|
+
response = await self.execute(
|
2379
|
+
query=RETRIEVE_VIEW_GQL,
|
2380
|
+
operation_name="RetrieveView",
|
2381
|
+
variables=variables,
|
2382
|
+
**kwargs
|
2383
|
+
)
|
2384
|
+
data = self.get_data(response)
|
2385
|
+
return RetrieveView.model_validate(data)
|
2386
|
+
|
2358
2387
|
async def revise_content(
|
2359
2388
|
self,
|
2360
2389
|
prompt: str,
|
@@ -5973,6 +6002,17 @@ class Client(AsyncBaseClient):
|
|
5973
6002
|
data = self.get_data(response)
|
5974
6003
|
return UpdateView.model_validate(data)
|
5975
6004
|
|
6005
|
+
async def upsert_view(self, view: ViewInput, **kwargs: Any) -> UpsertView:
|
6006
|
+
variables: Dict[str, object] = {"view": view}
|
6007
|
+
response = await self.execute(
|
6008
|
+
query=UPSERT_VIEW_GQL,
|
6009
|
+
operation_name="UpsertView",
|
6010
|
+
variables=variables,
|
6011
|
+
**kwargs
|
6012
|
+
)
|
6013
|
+
data = self.get_data(response)
|
6014
|
+
return UpsertView.model_validate(data)
|
6015
|
+
|
5976
6016
|
async def view_exists(
|
5977
6017
|
self,
|
5978
6018
|
filter: Union[Optional[ViewFilter], UnsetType] = UNSET,
|
{graphlit_client-1.0.20250627002 → graphlit_client-1.0.20250627004}/graphlit_api/operations.py
RENAMED
@@ -273,6 +273,7 @@ __all__ = [
|
|
273
273
|
"QUERY_WORKFLOWS_GQL",
|
274
274
|
"REMOVE_CONTENTS_FROM_COLLECTION_GQL",
|
275
275
|
"RETRIEVE_SOURCES_GQL",
|
276
|
+
"RETRIEVE_VIEW_GQL",
|
276
277
|
"REVISE_CONTENT_GQL",
|
277
278
|
"REVISE_ENCODED_IMAGE_GQL",
|
278
279
|
"REVISE_IMAGE_GQL",
|
@@ -319,6 +320,7 @@ __all__ = [
|
|
319
320
|
"UPSERT_CATEGORY_GQL",
|
320
321
|
"UPSERT_LABEL_GQL",
|
321
322
|
"UPSERT_SPECIFICATION_GQL",
|
323
|
+
"UPSERT_VIEW_GQL",
|
322
324
|
"UPSERT_WORKFLOW_GQL",
|
323
325
|
"VIEW_EXISTS_GQL",
|
324
326
|
"WORKFLOW_EXISTS_GQL",
|
@@ -5941,6 +5943,32 @@ mutation RetrieveSources($prompt: String!, $filter: ContentFilter, $augmentedFil
|
|
5941
5943
|
}
|
5942
5944
|
"""
|
5943
5945
|
|
5946
|
+
RETRIEVE_VIEW_GQL = """
|
5947
|
+
mutation RetrieveView($prompt: String!, $id: ID!, $retrievalStrategy: RetrievalStrategyInput, $rerankingStrategy: RerankingStrategyInput, $correlationId: String) {
|
5948
|
+
retrieveView(
|
5949
|
+
prompt: $prompt
|
5950
|
+
id: $id
|
5951
|
+
retrievalStrategy: $retrievalStrategy
|
5952
|
+
rerankingStrategy: $rerankingStrategy
|
5953
|
+
correlationId: $correlationId
|
5954
|
+
) {
|
5955
|
+
results {
|
5956
|
+
type
|
5957
|
+
content {
|
5958
|
+
id
|
5959
|
+
}
|
5960
|
+
text
|
5961
|
+
metadata
|
5962
|
+
relevance
|
5963
|
+
startTime
|
5964
|
+
endTime
|
5965
|
+
pageNumber
|
5966
|
+
frameNumber
|
5967
|
+
}
|
5968
|
+
}
|
5969
|
+
}
|
5970
|
+
"""
|
5971
|
+
|
5944
5972
|
REVISE_CONTENT_GQL = """
|
5945
5973
|
mutation ReviseContent($prompt: String!, $content: EntityReferenceInput!, $id: ID, $specification: EntityReferenceInput, $correlationId: String) {
|
5946
5974
|
reviseContent(
|
@@ -11145,6 +11173,183 @@ mutation UpdateView($view: ViewUpdateInput!) {
|
|
11145
11173
|
}
|
11146
11174
|
"""
|
11147
11175
|
|
11176
|
+
UPSERT_VIEW_GQL = """
|
11177
|
+
mutation UpsertView($view: ViewInput!) {
|
11178
|
+
upsertView(view: $view) {
|
11179
|
+
id
|
11180
|
+
name
|
11181
|
+
state
|
11182
|
+
type
|
11183
|
+
filter {
|
11184
|
+
dateRange {
|
11185
|
+
from
|
11186
|
+
to
|
11187
|
+
}
|
11188
|
+
inLast
|
11189
|
+
creationDateRange {
|
11190
|
+
from
|
11191
|
+
to
|
11192
|
+
}
|
11193
|
+
createdInLast
|
11194
|
+
types
|
11195
|
+
fileTypes
|
11196
|
+
formats
|
11197
|
+
fileExtensions
|
11198
|
+
similarContents {
|
11199
|
+
id
|
11200
|
+
}
|
11201
|
+
contents {
|
11202
|
+
id
|
11203
|
+
}
|
11204
|
+
feeds {
|
11205
|
+
id
|
11206
|
+
}
|
11207
|
+
workflows {
|
11208
|
+
id
|
11209
|
+
}
|
11210
|
+
collections {
|
11211
|
+
id
|
11212
|
+
}
|
11213
|
+
users {
|
11214
|
+
id
|
11215
|
+
}
|
11216
|
+
observations {
|
11217
|
+
type
|
11218
|
+
observable {
|
11219
|
+
id
|
11220
|
+
}
|
11221
|
+
states
|
11222
|
+
}
|
11223
|
+
or {
|
11224
|
+
feeds {
|
11225
|
+
id
|
11226
|
+
}
|
11227
|
+
workflows {
|
11228
|
+
id
|
11229
|
+
}
|
11230
|
+
collections {
|
11231
|
+
id
|
11232
|
+
}
|
11233
|
+
users {
|
11234
|
+
id
|
11235
|
+
}
|
11236
|
+
observations {
|
11237
|
+
type
|
11238
|
+
observable {
|
11239
|
+
id
|
11240
|
+
}
|
11241
|
+
states
|
11242
|
+
}
|
11243
|
+
}
|
11244
|
+
and {
|
11245
|
+
feeds {
|
11246
|
+
id
|
11247
|
+
}
|
11248
|
+
workflows {
|
11249
|
+
id
|
11250
|
+
}
|
11251
|
+
collections {
|
11252
|
+
id
|
11253
|
+
}
|
11254
|
+
users {
|
11255
|
+
id
|
11256
|
+
}
|
11257
|
+
observations {
|
11258
|
+
type
|
11259
|
+
observable {
|
11260
|
+
id
|
11261
|
+
}
|
11262
|
+
states
|
11263
|
+
}
|
11264
|
+
}
|
11265
|
+
}
|
11266
|
+
augmentedFilter {
|
11267
|
+
dateRange {
|
11268
|
+
from
|
11269
|
+
to
|
11270
|
+
}
|
11271
|
+
inLast
|
11272
|
+
creationDateRange {
|
11273
|
+
from
|
11274
|
+
to
|
11275
|
+
}
|
11276
|
+
createdInLast
|
11277
|
+
types
|
11278
|
+
fileTypes
|
11279
|
+
formats
|
11280
|
+
fileExtensions
|
11281
|
+
similarContents {
|
11282
|
+
id
|
11283
|
+
}
|
11284
|
+
contents {
|
11285
|
+
id
|
11286
|
+
}
|
11287
|
+
feeds {
|
11288
|
+
id
|
11289
|
+
}
|
11290
|
+
workflows {
|
11291
|
+
id
|
11292
|
+
}
|
11293
|
+
collections {
|
11294
|
+
id
|
11295
|
+
}
|
11296
|
+
users {
|
11297
|
+
id
|
11298
|
+
}
|
11299
|
+
observations {
|
11300
|
+
type
|
11301
|
+
observable {
|
11302
|
+
id
|
11303
|
+
}
|
11304
|
+
states
|
11305
|
+
}
|
11306
|
+
or {
|
11307
|
+
feeds {
|
11308
|
+
id
|
11309
|
+
}
|
11310
|
+
workflows {
|
11311
|
+
id
|
11312
|
+
}
|
11313
|
+
collections {
|
11314
|
+
id
|
11315
|
+
}
|
11316
|
+
users {
|
11317
|
+
id
|
11318
|
+
}
|
11319
|
+
observations {
|
11320
|
+
type
|
11321
|
+
observable {
|
11322
|
+
id
|
11323
|
+
}
|
11324
|
+
states
|
11325
|
+
}
|
11326
|
+
}
|
11327
|
+
and {
|
11328
|
+
feeds {
|
11329
|
+
id
|
11330
|
+
}
|
11331
|
+
workflows {
|
11332
|
+
id
|
11333
|
+
}
|
11334
|
+
collections {
|
11335
|
+
id
|
11336
|
+
}
|
11337
|
+
users {
|
11338
|
+
id
|
11339
|
+
}
|
11340
|
+
observations {
|
11341
|
+
type
|
11342
|
+
observable {
|
11343
|
+
id
|
11344
|
+
}
|
11345
|
+
states
|
11346
|
+
}
|
11347
|
+
}
|
11348
|
+
}
|
11349
|
+
}
|
11350
|
+
}
|
11351
|
+
"""
|
11352
|
+
|
11148
11353
|
VIEW_EXISTS_GQL = """
|
11149
11354
|
query ViewExists($filter: ViewFilter, $correlationId: String) {
|
11150
11355
|
viewExists(filter: $filter, correlationId: $correlationId) {
|
@@ -0,0 +1,38 @@
|
|
1
|
+
# Generated by ariadne-codegen
|
2
|
+
# Source: ./documents
|
3
|
+
|
4
|
+
from typing import Any, List, Optional
|
5
|
+
|
6
|
+
from pydantic import Field
|
7
|
+
|
8
|
+
from .base_model import BaseModel
|
9
|
+
from .enums import ContentSourceTypes
|
10
|
+
|
11
|
+
|
12
|
+
class RetrieveView(BaseModel):
|
13
|
+
retrieve_view: Optional["RetrieveViewRetrieveView"] = Field(alias="retrieveView")
|
14
|
+
|
15
|
+
|
16
|
+
class RetrieveViewRetrieveView(BaseModel):
|
17
|
+
results: Optional[List[Optional["RetrieveViewRetrieveViewResults"]]]
|
18
|
+
|
19
|
+
|
20
|
+
class RetrieveViewRetrieveViewResults(BaseModel):
|
21
|
+
type: Optional[ContentSourceTypes]
|
22
|
+
content: "RetrieveViewRetrieveViewResultsContent"
|
23
|
+
text: str
|
24
|
+
metadata: Optional[str]
|
25
|
+
relevance: float
|
26
|
+
start_time: Optional[Any] = Field(alias="startTime")
|
27
|
+
end_time: Optional[Any] = Field(alias="endTime")
|
28
|
+
page_number: Optional[int] = Field(alias="pageNumber")
|
29
|
+
frame_number: Optional[int] = Field(alias="frameNumber")
|
30
|
+
|
31
|
+
|
32
|
+
class RetrieveViewRetrieveViewResultsContent(BaseModel):
|
33
|
+
id: str
|
34
|
+
|
35
|
+
|
36
|
+
RetrieveView.model_rebuild()
|
37
|
+
RetrieveViewRetrieveView.model_rebuild()
|
38
|
+
RetrieveViewRetrieveViewResults.model_rebuild()
|