graphlit-client 1.0.20260129002__tar.gz → 1.0.20260130001__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.20260129002 → graphlit_client-1.0.20260130001}/PKG-INFO +1 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/__init__.py +62 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/client.py +24 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enums.py +7 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_content.py +68 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_conversation.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_fact.py +8 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_specification.py +3 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_batch.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_encoded_file.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_event.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_memory.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_text.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_text_batch.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_uri.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/input_types.py +27 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/lookup_contents.py +76 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/operations.py +147 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_contents_observations.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_conversations.py +1 -0
- graphlit_client-1.0.20260130001/graphlit_api/query_conversations_graph.py +40 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_facts.py +8 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_facts_clusters.py +8 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_specifications.py +3 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/retrieve_facts.py +8 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/screenshot_page.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_content.py +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_client.egg-info/PKG-INFO +1 -1
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_client.egg-info/SOURCES.txt +1 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/LICENSE +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/README.md +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/approve_content.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ask_graphlit.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/complete_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/continue_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_connectors.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_facts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_investment_funds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_investments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_views.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_connector.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_fact.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_investment.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_investment_fund.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_facts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_investment_funds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_investments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_views.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_connector.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_fact.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_facts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_investment.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_investment_fund.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_investment_funds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_investments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_views.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/describe_encoded_image.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/describe_image.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enrich_organizations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enrich_persons.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enrich_places.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/enrich_products.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/extract_observables.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/format_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_collection.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_connector.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_investment.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_investment_fund.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_user_by_identifier.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/lookup_entity.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/match_entity.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/prompt.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/prompt_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/prompt_specifications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_asana_projects.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_asana_workspaces.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_bamboo_hr_departments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_bamboo_hr_divisions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_bamboo_hr_employment_statuses.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_bamboo_hr_locations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_box_folders.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_collections.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_confluence_spaces.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_connectors.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_discord_channels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_discord_guilds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_dropbox_folders.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_events_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_facts_graph.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_git_hub_repositories.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_google_calendars.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_google_drive_folders.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_graph.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_gusto_companies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_gusto_departments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_gusto_locations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investment_funds.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investment_funds_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investment_funds_expanded.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investments.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investments_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_investments_expanded.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_conditions_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_contraindications_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_devices_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_drug_classes_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_drugs_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_guidelines_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_indications_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_procedures_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_studies_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_tests_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_medical_therapies_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_microsoft_calendars.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_models.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_monday_boards.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_notion_databases.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_notion_pages.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_observables.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_organizations_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_organizations_expanded.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_persons_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_persons_expanded.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_places_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_products_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_repos_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_softwares_clusters.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_views.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/reject_content.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/research_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/resolve_entities.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/resolve_entity.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/restart_content.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/retrieve_entities.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/retrieve_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/revise_content.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/revise_encoded_image.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/revise_image.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/revise_text.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/trigger_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_connector.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_fact.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_investment.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_investment_fund.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_alert.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_view.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/view_exists.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/pyproject.toml +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/setup.cfg +0 -0
- {graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/setup.py +0 -0
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/__init__.py
RENAMED
|
@@ -785,6 +785,7 @@ from .enums import (
|
|
|
785
785
|
SiteTypes,
|
|
786
786
|
SlackAuthenticationTypes,
|
|
787
787
|
SoftwareFacetTypes,
|
|
788
|
+
SourceTypes,
|
|
788
789
|
SpecificationTypes,
|
|
789
790
|
StorageGateRejectionActions,
|
|
790
791
|
StorageGateTypes,
|
|
@@ -971,6 +972,15 @@ from .get_content import (
|
|
|
971
972
|
GetContentContentEventOrganizer,
|
|
972
973
|
GetContentContentEventRecurrence,
|
|
973
974
|
GetContentContentEventReminders,
|
|
975
|
+
GetContentContentFacts,
|
|
976
|
+
GetContentContentFactsAssertions,
|
|
977
|
+
GetContentContentFactsAssertionsMentions,
|
|
978
|
+
GetContentContentFactsAssertionsMentionsObservable,
|
|
979
|
+
GetContentContentFactsContent,
|
|
980
|
+
GetContentContentFactsConversation,
|
|
981
|
+
GetContentContentFactsFeeds,
|
|
982
|
+
GetContentContentFactsMentions,
|
|
983
|
+
GetContentContentFactsMentionsObservable,
|
|
974
984
|
GetContentContentFeed,
|
|
975
985
|
GetContentContentFrames,
|
|
976
986
|
GetContentContentH3,
|
|
@@ -1093,6 +1103,7 @@ from .get_fact import (
|
|
|
1093
1103
|
GetFactFactAssertionsMentions,
|
|
1094
1104
|
GetFactFactAssertionsMentionsObservable,
|
|
1095
1105
|
GetFactFactContent,
|
|
1106
|
+
GetFactFactConversation,
|
|
1096
1107
|
GetFactFactFeeds,
|
|
1097
1108
|
GetFactFactMentions,
|
|
1098
1109
|
GetFactFactMentionsObservable,
|
|
@@ -1772,6 +1783,7 @@ from .input_types import (
|
|
|
1772
1783
|
ContentPublishingConnectorUpdateInput,
|
|
1773
1784
|
ContentUpdateInput,
|
|
1774
1785
|
ConversationFilter,
|
|
1786
|
+
ConversationGraphInput,
|
|
1775
1787
|
ConversationInput,
|
|
1776
1788
|
ConversationMessageInput,
|
|
1777
1789
|
ConversationStrategyInput,
|
|
@@ -2170,6 +2182,15 @@ from .lookup_contents import (
|
|
|
2170
2182
|
LookupContentsLookupContentsResultsEventOrganizer,
|
|
2171
2183
|
LookupContentsLookupContentsResultsEventRecurrence,
|
|
2172
2184
|
LookupContentsLookupContentsResultsEventReminders,
|
|
2185
|
+
LookupContentsLookupContentsResultsFacts,
|
|
2186
|
+
LookupContentsLookupContentsResultsFactsAssertions,
|
|
2187
|
+
LookupContentsLookupContentsResultsFactsAssertionsMentions,
|
|
2188
|
+
LookupContentsLookupContentsResultsFactsAssertionsMentionsObservable,
|
|
2189
|
+
LookupContentsLookupContentsResultsFactsContent,
|
|
2190
|
+
LookupContentsLookupContentsResultsFactsConversation,
|
|
2191
|
+
LookupContentsLookupContentsResultsFactsFeeds,
|
|
2192
|
+
LookupContentsLookupContentsResultsFactsMentions,
|
|
2193
|
+
LookupContentsLookupContentsResultsFactsMentionsObservable,
|
|
2173
2194
|
LookupContentsLookupContentsResultsFeed,
|
|
2174
2195
|
LookupContentsLookupContentsResultsFrames,
|
|
2175
2196
|
LookupContentsLookupContentsResultsH3,
|
|
@@ -2482,6 +2503,7 @@ from .operations import (
|
|
|
2482
2503
|
QUERY_CONTENTS_GRAPH_GQL,
|
|
2483
2504
|
QUERY_CONTENTS_OBSERVATIONS_GQL,
|
|
2484
2505
|
QUERY_CONVERSATIONS_GQL,
|
|
2506
|
+
QUERY_CONVERSATIONS_GRAPH_GQL,
|
|
2485
2507
|
QUERY_CREDITS_GQL,
|
|
2486
2508
|
QUERY_DISCORD_CHANNELS_GQL,
|
|
2487
2509
|
QUERY_DISCORD_GUILDS_GQL,
|
|
@@ -3012,6 +3034,13 @@ from .query_conversations import (
|
|
|
3012
3034
|
QueryConversationsConversationsResultsTurns,
|
|
3013
3035
|
QueryConversationsConversationsResultsTurnsMessages,
|
|
3014
3036
|
)
|
|
3037
|
+
from .query_conversations_graph import (
|
|
3038
|
+
QueryConversationsGraph,
|
|
3039
|
+
QueryConversationsGraphConversations,
|
|
3040
|
+
QueryConversationsGraphConversationsGraph,
|
|
3041
|
+
QueryConversationsGraphConversationsGraphEdges,
|
|
3042
|
+
QueryConversationsGraphConversationsGraphNodes,
|
|
3043
|
+
)
|
|
3015
3044
|
from .query_credits import QueryCredits, QueryCreditsCredits
|
|
3016
3045
|
from .query_discord_channels import (
|
|
3017
3046
|
QueryDiscordChannels,
|
|
@@ -3063,6 +3092,7 @@ from .query_facts import (
|
|
|
3063
3092
|
QueryFactsFactsResultsAssertionsMentions,
|
|
3064
3093
|
QueryFactsFactsResultsAssertionsMentionsObservable,
|
|
3065
3094
|
QueryFactsFactsResultsContent,
|
|
3095
|
+
QueryFactsFactsResultsConversation,
|
|
3066
3096
|
QueryFactsFactsResultsFeeds,
|
|
3067
3097
|
QueryFactsFactsResultsMentions,
|
|
3068
3098
|
QueryFactsFactsResultsMentionsObservable,
|
|
@@ -3078,6 +3108,7 @@ from .query_facts_clusters import (
|
|
|
3078
3108
|
QueryFactsClustersFactsResultsAssertionsMentions,
|
|
3079
3109
|
QueryFactsClustersFactsResultsAssertionsMentionsObservable,
|
|
3080
3110
|
QueryFactsClustersFactsResultsContent,
|
|
3111
|
+
QueryFactsClustersFactsResultsConversation,
|
|
3081
3112
|
QueryFactsClustersFactsResultsFeeds,
|
|
3082
3113
|
QueryFactsClustersFactsResultsMentions,
|
|
3083
3114
|
QueryFactsClustersFactsResultsMentionsObservable,
|
|
@@ -4081,6 +4112,7 @@ from .retrieve_facts import (
|
|
|
4081
4112
|
RetrieveFactsRetrieveFactsResultsFactAssertionsMentions,
|
|
4082
4113
|
RetrieveFactsRetrieveFactsResultsFactAssertionsMentionsObservable,
|
|
4083
4114
|
RetrieveFactsRetrieveFactsResultsFactContent,
|
|
4115
|
+
RetrieveFactsRetrieveFactsResultsFactConversation,
|
|
4084
4116
|
RetrieveFactsRetrieveFactsResultsFactFeeds,
|
|
4085
4117
|
RetrieveFactsRetrieveFactsResultsFactMentions,
|
|
4086
4118
|
RetrieveFactsRetrieveFactsResultsFactMentionsObservable,
|
|
@@ -4795,6 +4827,7 @@ __all__ = [
|
|
|
4795
4827
|
"ContinueConversationContinueConversationMessageCitationsContentVideo",
|
|
4796
4828
|
"ContinueConversationContinueConversationMessageToolCalls",
|
|
4797
4829
|
"ConversationFilter",
|
|
4830
|
+
"ConversationGraphInput",
|
|
4798
4831
|
"ConversationInput",
|
|
4799
4832
|
"ConversationMessageInput",
|
|
4800
4833
|
"ConversationRoleTypes",
|
|
@@ -5664,6 +5697,15 @@ __all__ = [
|
|
|
5664
5697
|
"GetContentContentEventOrganizer",
|
|
5665
5698
|
"GetContentContentEventRecurrence",
|
|
5666
5699
|
"GetContentContentEventReminders",
|
|
5700
|
+
"GetContentContentFacts",
|
|
5701
|
+
"GetContentContentFactsAssertions",
|
|
5702
|
+
"GetContentContentFactsAssertionsMentions",
|
|
5703
|
+
"GetContentContentFactsAssertionsMentionsObservable",
|
|
5704
|
+
"GetContentContentFactsContent",
|
|
5705
|
+
"GetContentContentFactsConversation",
|
|
5706
|
+
"GetContentContentFactsFeeds",
|
|
5707
|
+
"GetContentContentFactsMentions",
|
|
5708
|
+
"GetContentContentFactsMentionsObservable",
|
|
5667
5709
|
"GetContentContentFeed",
|
|
5668
5710
|
"GetContentContentFrames",
|
|
5669
5711
|
"GetContentContentH3",
|
|
@@ -5780,6 +5822,7 @@ __all__ = [
|
|
|
5780
5822
|
"GetFactFactAssertionsMentions",
|
|
5781
5823
|
"GetFactFactAssertionsMentionsObservable",
|
|
5782
5824
|
"GetFactFactContent",
|
|
5825
|
+
"GetFactFactConversation",
|
|
5783
5826
|
"GetFactFactFeeds",
|
|
5784
5827
|
"GetFactFactMentions",
|
|
5785
5828
|
"GetFactFactMentionsObservable",
|
|
@@ -6460,6 +6503,15 @@ __all__ = [
|
|
|
6460
6503
|
"LookupContentsLookupContentsResultsEventOrganizer",
|
|
6461
6504
|
"LookupContentsLookupContentsResultsEventRecurrence",
|
|
6462
6505
|
"LookupContentsLookupContentsResultsEventReminders",
|
|
6506
|
+
"LookupContentsLookupContentsResultsFacts",
|
|
6507
|
+
"LookupContentsLookupContentsResultsFactsAssertions",
|
|
6508
|
+
"LookupContentsLookupContentsResultsFactsAssertionsMentions",
|
|
6509
|
+
"LookupContentsLookupContentsResultsFactsAssertionsMentionsObservable",
|
|
6510
|
+
"LookupContentsLookupContentsResultsFactsContent",
|
|
6511
|
+
"LookupContentsLookupContentsResultsFactsConversation",
|
|
6512
|
+
"LookupContentsLookupContentsResultsFactsFeeds",
|
|
6513
|
+
"LookupContentsLookupContentsResultsFactsMentions",
|
|
6514
|
+
"LookupContentsLookupContentsResultsFactsMentionsObservable",
|
|
6463
6515
|
"LookupContentsLookupContentsResultsFeed",
|
|
6464
6516
|
"LookupContentsLookupContentsResultsFrames",
|
|
6465
6517
|
"LookupContentsLookupContentsResultsH3",
|
|
@@ -6789,6 +6841,7 @@ __all__ = [
|
|
|
6789
6841
|
"QUERY_CONTENTS_GRAPH_GQL",
|
|
6790
6842
|
"QUERY_CONTENTS_OBSERVATIONS_GQL",
|
|
6791
6843
|
"QUERY_CONVERSATIONS_GQL",
|
|
6844
|
+
"QUERY_CONVERSATIONS_GRAPH_GQL",
|
|
6792
6845
|
"QUERY_CREDITS_GQL",
|
|
6793
6846
|
"QUERY_DISCORD_CHANNELS_GQL",
|
|
6794
6847
|
"QUERY_DISCORD_GUILDS_GQL",
|
|
@@ -7134,6 +7187,11 @@ __all__ = [
|
|
|
7134
7187
|
"QueryConversationsConversationsResultsSpecification",
|
|
7135
7188
|
"QueryConversationsConversationsResultsTurns",
|
|
7136
7189
|
"QueryConversationsConversationsResultsTurnsMessages",
|
|
7190
|
+
"QueryConversationsGraph",
|
|
7191
|
+
"QueryConversationsGraphConversations",
|
|
7192
|
+
"QueryConversationsGraphConversationsGraph",
|
|
7193
|
+
"QueryConversationsGraphConversationsGraphEdges",
|
|
7194
|
+
"QueryConversationsGraphConversationsGraphNodes",
|
|
7137
7195
|
"QueryCredits",
|
|
7138
7196
|
"QueryCreditsCredits",
|
|
7139
7197
|
"QueryDiscordChannels",
|
|
@@ -7178,6 +7236,7 @@ __all__ = [
|
|
|
7178
7236
|
"QueryFactsClustersFactsResultsAssertionsMentions",
|
|
7179
7237
|
"QueryFactsClustersFactsResultsAssertionsMentionsObservable",
|
|
7180
7238
|
"QueryFactsClustersFactsResultsContent",
|
|
7239
|
+
"QueryFactsClustersFactsResultsConversation",
|
|
7181
7240
|
"QueryFactsClustersFactsResultsFeeds",
|
|
7182
7241
|
"QueryFactsClustersFactsResultsMentions",
|
|
7183
7242
|
"QueryFactsClustersFactsResultsMentionsObservable",
|
|
@@ -7188,6 +7247,7 @@ __all__ = [
|
|
|
7188
7247
|
"QueryFactsFactsResultsAssertionsMentions",
|
|
7189
7248
|
"QueryFactsFactsResultsAssertionsMentionsObservable",
|
|
7190
7249
|
"QueryFactsFactsResultsContent",
|
|
7250
|
+
"QueryFactsFactsResultsConversation",
|
|
7191
7251
|
"QueryFactsFactsResultsFeeds",
|
|
7192
7252
|
"QueryFactsFactsResultsMentions",
|
|
7193
7253
|
"QueryFactsFactsResultsMentionsObservable",
|
|
@@ -8099,6 +8159,7 @@ __all__ = [
|
|
|
8099
8159
|
"RetrieveFactsRetrieveFactsResultsFactAssertionsMentions",
|
|
8100
8160
|
"RetrieveFactsRetrieveFactsResultsFactAssertionsMentionsObservable",
|
|
8101
8161
|
"RetrieveFactsRetrieveFactsResultsFactContent",
|
|
8162
|
+
"RetrieveFactsRetrieveFactsResultsFactConversation",
|
|
8102
8163
|
"RetrieveFactsRetrieveFactsResultsFactFeeds",
|
|
8103
8164
|
"RetrieveFactsRetrieveFactsResultsFactMentions",
|
|
8104
8165
|
"RetrieveFactsRetrieveFactsResultsFactMentionsObservable",
|
|
@@ -8211,6 +8272,7 @@ __all__ = [
|
|
|
8211
8272
|
"SoftwareFilter",
|
|
8212
8273
|
"SoftwareInput",
|
|
8213
8274
|
"SoftwareUpdateInput",
|
|
8275
|
+
"SourceTypes",
|
|
8214
8276
|
"SpecificationExists",
|
|
8215
8277
|
"SpecificationExistsSpecificationExists",
|
|
8216
8278
|
"SpecificationFilter",
|
|
@@ -267,6 +267,7 @@ from .input_types import (
|
|
|
267
267
|
ContentPublishingConnectorInput,
|
|
268
268
|
ContentUpdateInput,
|
|
269
269
|
ConversationFilter,
|
|
270
|
+
ConversationGraphInput,
|
|
270
271
|
ConversationInput,
|
|
271
272
|
ConversationMessageInput,
|
|
272
273
|
ConversationToolResponseInput,
|
|
@@ -661,6 +662,7 @@ from .operations import (
|
|
|
661
662
|
QUERY_CONTENTS_GRAPH_GQL,
|
|
662
663
|
QUERY_CONTENTS_OBSERVATIONS_GQL,
|
|
663
664
|
QUERY_CONVERSATIONS_GQL,
|
|
665
|
+
QUERY_CONVERSATIONS_GRAPH_GQL,
|
|
664
666
|
QUERY_CREDITS_GQL,
|
|
665
667
|
QUERY_DISCORD_CHANNELS_GQL,
|
|
666
668
|
QUERY_DISCORD_GUILDS_GQL,
|
|
@@ -829,6 +831,7 @@ from .query_contents_facets import QueryContentsFacets
|
|
|
829
831
|
from .query_contents_graph import QueryContentsGraph
|
|
830
832
|
from .query_contents_observations import QueryContentsObservations
|
|
831
833
|
from .query_conversations import QueryConversations
|
|
834
|
+
from .query_conversations_graph import QueryConversationsGraph
|
|
832
835
|
from .query_credits import QueryCredits
|
|
833
836
|
from .query_discord_channels import QueryDiscordChannels
|
|
834
837
|
from .query_discord_guilds import QueryDiscordGuilds
|
|
@@ -2706,6 +2709,27 @@ class Client(AsyncBaseClient):
|
|
|
2706
2709
|
data = self.get_data(response)
|
|
2707
2710
|
return QueryConversations.model_validate(data)
|
|
2708
2711
|
|
|
2712
|
+
async def query_conversations_graph(
|
|
2713
|
+
self,
|
|
2714
|
+
filter: Union[Optional[ConversationFilter], UnsetType] = UNSET,
|
|
2715
|
+
graph: Union[Optional[ConversationGraphInput], UnsetType] = UNSET,
|
|
2716
|
+
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
|
2717
|
+
**kwargs: Any
|
|
2718
|
+
) -> QueryConversationsGraph:
|
|
2719
|
+
variables: dict[str, object] = {
|
|
2720
|
+
"filter": filter,
|
|
2721
|
+
"graph": graph,
|
|
2722
|
+
"correlationId": correlation_id,
|
|
2723
|
+
}
|
|
2724
|
+
response = await self.execute(
|
|
2725
|
+
query=QUERY_CONVERSATIONS_GRAPH_GQL,
|
|
2726
|
+
operation_name="QueryConversationsGraph",
|
|
2727
|
+
variables=variables,
|
|
2728
|
+
**kwargs
|
|
2729
|
+
)
|
|
2730
|
+
data = self.get_data(response)
|
|
2731
|
+
return QueryConversationsGraph.model_validate(data)
|
|
2732
|
+
|
|
2709
2733
|
async def retrieve_entities(
|
|
2710
2734
|
self,
|
|
2711
2735
|
prompt: str,
|
|
@@ -185,6 +185,11 @@ class GraphStrategyTypes(str, Enum):
|
|
|
185
185
|
NONE = "NONE"
|
|
186
186
|
|
|
187
187
|
|
|
188
|
+
class SourceTypes(str, Enum):
|
|
189
|
+
CONTENT = "CONTENT"
|
|
190
|
+
CONVERSATION = "CONVERSATION"
|
|
191
|
+
|
|
192
|
+
|
|
188
193
|
class ObservableTypes(str, Enum):
|
|
189
194
|
CATEGORY = "CATEGORY"
|
|
190
195
|
LABEL = "LABEL"
|
|
@@ -357,6 +362,7 @@ class OccurrenceTypes(str, Enum):
|
|
|
357
362
|
IMAGE = "IMAGE"
|
|
358
363
|
TIME = "TIME"
|
|
359
364
|
TEXT = "TEXT"
|
|
365
|
+
TURN = "TURN"
|
|
360
366
|
|
|
361
367
|
|
|
362
368
|
class FileTypes(str, Enum):
|
|
@@ -1199,6 +1205,7 @@ class MedicalDeviceFacetTypes(str, Enum):
|
|
|
1199
1205
|
|
|
1200
1206
|
class MetadataTypes(str, Enum):
|
|
1201
1207
|
CONTENT = "CONTENT"
|
|
1208
|
+
CONVERSATION = "CONVERSATION"
|
|
1202
1209
|
|
|
1203
1210
|
|
|
1204
1211
|
class TextTypes(str, Enum):
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_content.py
RENAMED
|
@@ -14,6 +14,7 @@ from .enums import (
|
|
|
14
14
|
CalendarReminderMethod,
|
|
15
15
|
ContentTypes,
|
|
16
16
|
EntityState,
|
|
17
|
+
FactCategory,
|
|
17
18
|
FileTypes,
|
|
18
19
|
ImageProjectionTypes,
|
|
19
20
|
LinkTypes,
|
|
@@ -23,6 +24,7 @@ from .enums import (
|
|
|
23
24
|
ObservableTypes,
|
|
24
25
|
OccurrenceTypes,
|
|
25
26
|
OrientationTypes,
|
|
27
|
+
SourceTypes,
|
|
26
28
|
TextRoles,
|
|
27
29
|
)
|
|
28
30
|
|
|
@@ -103,6 +105,7 @@ class GetContentContent(BaseModel):
|
|
|
103
105
|
collections: Optional[list[Optional["GetContentContentCollections"]]]
|
|
104
106
|
links: Optional[list["GetContentContentLinks"]]
|
|
105
107
|
observations: Optional[list[Optional["GetContentContentObservations"]]]
|
|
108
|
+
facts: Optional[list[Optional["GetContentContentFacts"]]]
|
|
106
109
|
workflow: Optional["GetContentContentWorkflow"]
|
|
107
110
|
pages: Optional[list["GetContentContentPages"]]
|
|
108
111
|
segments: Optional[list["GetContentContentSegments"]]
|
|
@@ -538,6 +541,7 @@ class GetContentContentObservationsOccurrences(BaseModel):
|
|
|
538
541
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
539
542
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
540
543
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
544
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
541
545
|
bounding_box: Optional["GetContentContentObservationsOccurrencesBoundingBox"] = (
|
|
542
546
|
Field(alias="boundingBox")
|
|
543
547
|
)
|
|
@@ -550,6 +554,66 @@ class GetContentContentObservationsOccurrencesBoundingBox(BaseModel):
|
|
|
550
554
|
height: Optional[float]
|
|
551
555
|
|
|
552
556
|
|
|
557
|
+
class GetContentContentFacts(BaseModel):
|
|
558
|
+
id: str
|
|
559
|
+
text: str
|
|
560
|
+
valid_at: Optional[Any] = Field(alias="validAt")
|
|
561
|
+
invalid_at: Optional[Any] = Field(alias="invalidAt")
|
|
562
|
+
state: EntityState
|
|
563
|
+
mentions: Optional[list[Optional["GetContentContentFactsMentions"]]]
|
|
564
|
+
assertions: Optional[list[Optional["GetContentContentFactsAssertions"]]]
|
|
565
|
+
feeds: Optional[list[Optional["GetContentContentFactsFeeds"]]]
|
|
566
|
+
content: Optional["GetContentContentFactsContent"]
|
|
567
|
+
conversation: Optional["GetContentContentFactsConversation"]
|
|
568
|
+
source_type: Optional[SourceTypes] = Field(alias="sourceType")
|
|
569
|
+
category: Optional[FactCategory]
|
|
570
|
+
confidence: Optional[float]
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
class GetContentContentFactsMentions(BaseModel):
|
|
574
|
+
type: Optional[ObservableTypes]
|
|
575
|
+
observable: Optional["GetContentContentFactsMentionsObservable"]
|
|
576
|
+
start: Optional[int]
|
|
577
|
+
end: Optional[int]
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
class GetContentContentFactsMentionsObservable(BaseModel):
|
|
581
|
+
id: str
|
|
582
|
+
name: Optional[str]
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
class GetContentContentFactsAssertions(BaseModel):
|
|
586
|
+
text: str
|
|
587
|
+
mentions: Optional[list[Optional["GetContentContentFactsAssertionsMentions"]]]
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
class GetContentContentFactsAssertionsMentions(BaseModel):
|
|
591
|
+
type: Optional[ObservableTypes]
|
|
592
|
+
observable: Optional["GetContentContentFactsAssertionsMentionsObservable"]
|
|
593
|
+
start: Optional[int]
|
|
594
|
+
end: Optional[int]
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
class GetContentContentFactsAssertionsMentionsObservable(BaseModel):
|
|
598
|
+
id: str
|
|
599
|
+
name: Optional[str]
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
class GetContentContentFactsFeeds(BaseModel):
|
|
603
|
+
id: str
|
|
604
|
+
name: str
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
class GetContentContentFactsContent(BaseModel):
|
|
608
|
+
id: str
|
|
609
|
+
name: str
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
class GetContentContentFactsConversation(BaseModel):
|
|
613
|
+
id: str
|
|
614
|
+
name: str
|
|
615
|
+
|
|
616
|
+
|
|
553
617
|
class GetContentContentWorkflow(BaseModel):
|
|
554
618
|
id: str
|
|
555
619
|
name: str
|
|
@@ -610,4 +674,8 @@ GetContentContentPost.model_rebuild()
|
|
|
610
674
|
GetContentContentMeeting.model_rebuild()
|
|
611
675
|
GetContentContentObservations.model_rebuild()
|
|
612
676
|
GetContentContentObservationsOccurrences.model_rebuild()
|
|
677
|
+
GetContentContentFacts.model_rebuild()
|
|
678
|
+
GetContentContentFactsMentions.model_rebuild()
|
|
679
|
+
GetContentContentFactsAssertions.model_rebuild()
|
|
680
|
+
GetContentContentFactsAssertionsMentions.model_rebuild()
|
|
613
681
|
GetContentContentPages.model_rebuild()
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/get_fact.py
RENAMED
|
@@ -6,7 +6,7 @@ from typing import Any, Optional
|
|
|
6
6
|
from pydantic import Field
|
|
7
7
|
|
|
8
8
|
from .base_model import BaseModel
|
|
9
|
-
from .enums import FactCategory, ObservableTypes
|
|
9
|
+
from .enums import FactCategory, ObservableTypes, SourceTypes
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class GetFact(BaseModel):
|
|
@@ -25,6 +25,8 @@ class GetFactFact(BaseModel):
|
|
|
25
25
|
assertions: Optional[list[Optional["GetFactFactAssertions"]]]
|
|
26
26
|
feeds: Optional[list[Optional["GetFactFactFeeds"]]]
|
|
27
27
|
content: Optional["GetFactFactContent"]
|
|
28
|
+
conversation: Optional["GetFactFactConversation"]
|
|
29
|
+
source_type: Optional[SourceTypes] = Field(alias="sourceType")
|
|
28
30
|
category: Optional[FactCategory]
|
|
29
31
|
confidence: Optional[float]
|
|
30
32
|
|
|
@@ -72,6 +74,11 @@ class GetFactFactContent(BaseModel):
|
|
|
72
74
|
name: str
|
|
73
75
|
|
|
74
76
|
|
|
77
|
+
class GetFactFactConversation(BaseModel):
|
|
78
|
+
id: str
|
|
79
|
+
name: str
|
|
80
|
+
|
|
81
|
+
|
|
75
82
|
GetFact.model_rebuild()
|
|
76
83
|
GetFactFact.model_rebuild()
|
|
77
84
|
GetFactFactMentions.model_rebuild()
|
|
@@ -103,6 +103,9 @@ class GetSpecificationSpecificationStrategy(BaseModel):
|
|
|
103
103
|
embed_citations: Optional[bool] = Field(alias="embedCitations")
|
|
104
104
|
flatten_citations: Optional[bool] = Field(alias="flattenCitations")
|
|
105
105
|
enable_facets: Optional[bool] = Field(alias="enableFacets")
|
|
106
|
+
enable_summarization: Optional[bool] = Field(alias="enableSummarization")
|
|
107
|
+
enable_entity_extraction: Optional[bool] = Field(alias="enableEntityExtraction")
|
|
108
|
+
enable_fact_extraction: Optional[bool] = Field(alias="enableFactExtraction")
|
|
106
109
|
messages_weight: Optional[float] = Field(alias="messagesWeight")
|
|
107
110
|
contents_weight: Optional[float] = Field(alias="contentsWeight")
|
|
108
111
|
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_batch.py
RENAMED
|
@@ -68,6 +68,7 @@ class IngestBatchIngestBatchObservationsOccurrences(BaseModel):
|
|
|
68
68
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
69
69
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
70
70
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
71
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
71
72
|
bounding_box: Optional[
|
|
72
73
|
"IngestBatchIngestBatchObservationsOccurrencesBoundingBox"
|
|
73
74
|
] = Field(alias="boundingBox")
|
|
@@ -72,6 +72,7 @@ class IngestEncodedFileIngestEncodedFileObservationsOccurrences(BaseModel):
|
|
|
72
72
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
73
73
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
74
74
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
75
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
75
76
|
bounding_box: Optional[
|
|
76
77
|
"IngestEncodedFileIngestEncodedFileObservationsOccurrencesBoundingBox"
|
|
77
78
|
] = Field(alias="boundingBox")
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_event.py
RENAMED
|
@@ -66,6 +66,7 @@ class IngestEventIngestEventObservationsOccurrences(BaseModel):
|
|
|
66
66
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
67
67
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
68
68
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
69
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
69
70
|
bounding_box: Optional[
|
|
70
71
|
"IngestEventIngestEventObservationsOccurrencesBoundingBox"
|
|
71
72
|
] = Field(alias="boundingBox")
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_memory.py
RENAMED
|
@@ -66,6 +66,7 @@ class IngestMemoryIngestMemoryObservationsOccurrences(BaseModel):
|
|
|
66
66
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
67
67
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
68
68
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
69
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
69
70
|
bounding_box: Optional[
|
|
70
71
|
"IngestMemoryIngestMemoryObservationsOccurrencesBoundingBox"
|
|
71
72
|
] = Field(alias="boundingBox")
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_text.py
RENAMED
|
@@ -64,6 +64,7 @@ class IngestTextIngestTextObservationsOccurrences(BaseModel):
|
|
|
64
64
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
65
65
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
66
66
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
67
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
67
68
|
bounding_box: Optional["IngestTextIngestTextObservationsOccurrencesBoundingBox"] = (
|
|
68
69
|
Field(alias="boundingBox")
|
|
69
70
|
)
|
|
@@ -68,6 +68,7 @@ class IngestTextBatchIngestTextBatchObservationsOccurrences(BaseModel):
|
|
|
68
68
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
69
69
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
70
70
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
71
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
71
72
|
bounding_box: Optional[
|
|
72
73
|
"IngestTextBatchIngestTextBatchObservationsOccurrencesBoundingBox"
|
|
73
74
|
] = Field(alias="boundingBox")
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/ingest_uri.py
RENAMED
|
@@ -64,6 +64,7 @@ class IngestUriIngestUriObservationsOccurrences(BaseModel):
|
|
|
64
64
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
65
65
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
66
66
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
67
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
67
68
|
bounding_box: Optional["IngestUriIngestUriObservationsOccurrencesBoundingBox"] = (
|
|
68
69
|
Field(alias="boundingBox")
|
|
69
70
|
)
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/input_types.py
RENAMED
|
@@ -3817,6 +3817,10 @@ class FHIREnrichmentPropertiesInput(BaseModel):
|
|
|
3817
3817
|
endpoint: Optional[Any] = None
|
|
3818
3818
|
|
|
3819
3819
|
|
|
3820
|
+
class ConversationGraphInput(BaseModel):
|
|
3821
|
+
types: Optional[list[ObservableTypes]] = None
|
|
3822
|
+
|
|
3823
|
+
|
|
3820
3824
|
class ContentCriteriaLevelInput(BaseModel):
|
|
3821
3825
|
feeds: Optional[list["EntityReferenceInput"]] = None
|
|
3822
3826
|
workflows: Optional[list["EntityReferenceInput"]] = None
|
|
@@ -4954,6 +4958,15 @@ class ConversationStrategyUpdateInput(BaseModel):
|
|
|
4954
4958
|
embed_citations: Optional[bool] = Field(alias="embedCitations", default=None)
|
|
4955
4959
|
flatten_citations: Optional[bool] = Field(alias="flattenCitations", default=None)
|
|
4956
4960
|
enable_facets: Optional[bool] = Field(alias="enableFacets", default=None)
|
|
4961
|
+
enable_summarization: Optional[bool] = Field(
|
|
4962
|
+
alias="enableSummarization", default=None
|
|
4963
|
+
)
|
|
4964
|
+
enable_entity_extraction: Optional[bool] = Field(
|
|
4965
|
+
alias="enableEntityExtraction", default=None
|
|
4966
|
+
)
|
|
4967
|
+
enable_fact_extraction: Optional[bool] = Field(
|
|
4968
|
+
alias="enableFactExtraction", default=None
|
|
4969
|
+
)
|
|
4957
4970
|
messages_weight: Optional[float] = Field(alias="messagesWeight", default=None)
|
|
4958
4971
|
contents_weight: Optional[float] = Field(alias="contentsWeight", default=None)
|
|
4959
4972
|
|
|
@@ -5350,6 +5363,15 @@ class ConversationStrategyInput(BaseModel):
|
|
|
5350
5363
|
embed_citations: Optional[bool] = Field(alias="embedCitations", default=None)
|
|
5351
5364
|
flatten_citations: Optional[bool] = Field(alias="flattenCitations", default=None)
|
|
5352
5365
|
enable_facets: Optional[bool] = Field(alias="enableFacets", default=None)
|
|
5366
|
+
enable_summarization: Optional[bool] = Field(
|
|
5367
|
+
alias="enableSummarization", default=None
|
|
5368
|
+
)
|
|
5369
|
+
enable_entity_extraction: Optional[bool] = Field(
|
|
5370
|
+
alias="enableEntityExtraction", default=None
|
|
5371
|
+
)
|
|
5372
|
+
enable_fact_extraction: Optional[bool] = Field(
|
|
5373
|
+
alias="enableFactExtraction", default=None
|
|
5374
|
+
)
|
|
5353
5375
|
messages_weight: Optional[float] = Field(alias="messagesWeight", default=None)
|
|
5354
5376
|
contents_weight: Optional[float] = Field(alias="contentsWeight", default=None)
|
|
5355
5377
|
|
|
@@ -5749,6 +5771,11 @@ class ConversationFilter(BaseModel):
|
|
|
5749
5771
|
alias="similarConversations", default=None
|
|
5750
5772
|
)
|
|
5751
5773
|
conversations: Optional[list["EntityReferenceFilter"]] = None
|
|
5774
|
+
observations: Optional[list["ObservationReferenceFilter"]] = None
|
|
5775
|
+
has_observations: Optional[bool] = Field(alias="hasObservations", default=None)
|
|
5776
|
+
observation_mode: Optional[FilterMode] = Field(
|
|
5777
|
+
alias="observationMode", default=None
|
|
5778
|
+
)
|
|
5752
5779
|
|
|
5753
5780
|
|
|
5754
5781
|
class EntityResolutionStrategyInput(BaseModel):
|
{graphlit_client-1.0.20260129002 → graphlit_client-1.0.20260130001}/graphlit_api/lookup_contents.py
RENAMED
|
@@ -14,6 +14,7 @@ from .enums import (
|
|
|
14
14
|
CalendarReminderMethod,
|
|
15
15
|
ContentTypes,
|
|
16
16
|
EntityState,
|
|
17
|
+
FactCategory,
|
|
17
18
|
FileTypes,
|
|
18
19
|
ImageProjectionTypes,
|
|
19
20
|
LinkTypes,
|
|
@@ -23,6 +24,7 @@ from .enums import (
|
|
|
23
24
|
ObservableTypes,
|
|
24
25
|
OccurrenceTypes,
|
|
25
26
|
OrientationTypes,
|
|
27
|
+
SourceTypes,
|
|
26
28
|
TextRoles,
|
|
27
29
|
)
|
|
28
30
|
|
|
@@ -113,6 +115,7 @@ class LookupContentsLookupContentsResults(BaseModel):
|
|
|
113
115
|
observations: Optional[
|
|
114
116
|
list[Optional["LookupContentsLookupContentsResultsObservations"]]
|
|
115
117
|
]
|
|
118
|
+
facts: Optional[list[Optional["LookupContentsLookupContentsResultsFacts"]]]
|
|
116
119
|
workflow: Optional["LookupContentsLookupContentsResultsWorkflow"]
|
|
117
120
|
pages: Optional[list["LookupContentsLookupContentsResultsPages"]]
|
|
118
121
|
segments: Optional[list["LookupContentsLookupContentsResultsSegments"]]
|
|
@@ -560,6 +563,7 @@ class LookupContentsLookupContentsResultsObservationsOccurrences(BaseModel):
|
|
|
560
563
|
start_time: Optional[Any] = Field(alias="startTime")
|
|
561
564
|
end_time: Optional[Any] = Field(alias="endTime")
|
|
562
565
|
page_index: Optional[int] = Field(alias="pageIndex")
|
|
566
|
+
turn_index: Optional[int] = Field(alias="turnIndex")
|
|
563
567
|
bounding_box: Optional[
|
|
564
568
|
"LookupContentsLookupContentsResultsObservationsOccurrencesBoundingBox"
|
|
565
569
|
] = Field(alias="boundingBox")
|
|
@@ -572,6 +576,74 @@ class LookupContentsLookupContentsResultsObservationsOccurrencesBoundingBox(Base
|
|
|
572
576
|
height: Optional[float]
|
|
573
577
|
|
|
574
578
|
|
|
579
|
+
class LookupContentsLookupContentsResultsFacts(BaseModel):
|
|
580
|
+
id: str
|
|
581
|
+
text: str
|
|
582
|
+
valid_at: Optional[Any] = Field(alias="validAt")
|
|
583
|
+
invalid_at: Optional[Any] = Field(alias="invalidAt")
|
|
584
|
+
state: EntityState
|
|
585
|
+
mentions: Optional[
|
|
586
|
+
list[Optional["LookupContentsLookupContentsResultsFactsMentions"]]
|
|
587
|
+
]
|
|
588
|
+
assertions: Optional[
|
|
589
|
+
list[Optional["LookupContentsLookupContentsResultsFactsAssertions"]]
|
|
590
|
+
]
|
|
591
|
+
feeds: Optional[list[Optional["LookupContentsLookupContentsResultsFactsFeeds"]]]
|
|
592
|
+
content: Optional["LookupContentsLookupContentsResultsFactsContent"]
|
|
593
|
+
conversation: Optional["LookupContentsLookupContentsResultsFactsConversation"]
|
|
594
|
+
source_type: Optional[SourceTypes] = Field(alias="sourceType")
|
|
595
|
+
category: Optional[FactCategory]
|
|
596
|
+
confidence: Optional[float]
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
class LookupContentsLookupContentsResultsFactsMentions(BaseModel):
|
|
600
|
+
type: Optional[ObservableTypes]
|
|
601
|
+
observable: Optional["LookupContentsLookupContentsResultsFactsMentionsObservable"]
|
|
602
|
+
start: Optional[int]
|
|
603
|
+
end: Optional[int]
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
class LookupContentsLookupContentsResultsFactsMentionsObservable(BaseModel):
|
|
607
|
+
id: str
|
|
608
|
+
name: Optional[str]
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
class LookupContentsLookupContentsResultsFactsAssertions(BaseModel):
|
|
612
|
+
text: str
|
|
613
|
+
mentions: Optional[
|
|
614
|
+
list[Optional["LookupContentsLookupContentsResultsFactsAssertionsMentions"]]
|
|
615
|
+
]
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
class LookupContentsLookupContentsResultsFactsAssertionsMentions(BaseModel):
|
|
619
|
+
type: Optional[ObservableTypes]
|
|
620
|
+
observable: Optional[
|
|
621
|
+
"LookupContentsLookupContentsResultsFactsAssertionsMentionsObservable"
|
|
622
|
+
]
|
|
623
|
+
start: Optional[int]
|
|
624
|
+
end: Optional[int]
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
class LookupContentsLookupContentsResultsFactsAssertionsMentionsObservable(BaseModel):
|
|
628
|
+
id: str
|
|
629
|
+
name: Optional[str]
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
class LookupContentsLookupContentsResultsFactsFeeds(BaseModel):
|
|
633
|
+
id: str
|
|
634
|
+
name: str
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
class LookupContentsLookupContentsResultsFactsContent(BaseModel):
|
|
638
|
+
id: str
|
|
639
|
+
name: str
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
class LookupContentsLookupContentsResultsFactsConversation(BaseModel):
|
|
643
|
+
id: str
|
|
644
|
+
name: str
|
|
645
|
+
|
|
646
|
+
|
|
575
647
|
class LookupContentsLookupContentsResultsWorkflow(BaseModel):
|
|
576
648
|
id: str
|
|
577
649
|
name: str
|
|
@@ -633,4 +705,8 @@ LookupContentsLookupContentsResultsPost.model_rebuild()
|
|
|
633
705
|
LookupContentsLookupContentsResultsMeeting.model_rebuild()
|
|
634
706
|
LookupContentsLookupContentsResultsObservations.model_rebuild()
|
|
635
707
|
LookupContentsLookupContentsResultsObservationsOccurrences.model_rebuild()
|
|
708
|
+
LookupContentsLookupContentsResultsFacts.model_rebuild()
|
|
709
|
+
LookupContentsLookupContentsResultsFactsMentions.model_rebuild()
|
|
710
|
+
LookupContentsLookupContentsResultsFactsAssertions.model_rebuild()
|
|
711
|
+
LookupContentsLookupContentsResultsFactsAssertionsMentions.model_rebuild()
|
|
636
712
|
LookupContentsLookupContentsResultsPages.model_rebuild()
|