graphlit-client 1.0.20250614001__tar.gz → 1.0.20250621001__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.20250614001/graphlit_client.egg-info → graphlit_client-1.0.20250621001}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/__init__.py +8 -13
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ask_graphlit.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/client.py +10 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/complete_conversation.py +2 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/continue_conversation.py +2 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/describe_encoded_image.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/describe_image.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/format_conversation.py +2 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_collection.py +0 -1
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_content.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_conversation.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/input_types.py +5 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/lookup_contents.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/operations.py +38 -38
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/prompt.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/prompt_conversation.py +2 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/prompt_specifications.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_collections.py +0 -6
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_contents.py +0 -46
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_conversations.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_models.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_notion_databases.py +7 -1
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_notion_pages.py +7 -1
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/revise_content.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/revise_encoded_image.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/revise_image.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/revise_text.py +1 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001/graphlit_client.egg-info}/PKG-INFO +1 -1
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/LICENSE +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/README.md +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit/__init__.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit/graphlit.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/add_contents_to_collections.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/async_base_client.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/base_model.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/branch_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/clear_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/close_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_alerts.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_categories.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_collections.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_conversations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_events.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_feeds.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_labels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_devices.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_indications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_studies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_tests.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_organizations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_persons.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_places.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_products.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_repos.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_softwares.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_specifications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_users.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/count_workflows.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_category.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_collection.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_event.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_label.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_condition.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_device.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_drug.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_indication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_study.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_test.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_observation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_organization.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_person.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_place.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_product.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_repo.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_software.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_specification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/create_workflow.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_alerts.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_alerts.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_categories.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_collections.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_conversations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_events.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_feeds.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_labels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_devices.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_indications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_studies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_tests.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_organizations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_persons.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_places.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_products.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_repos.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_softwares.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_specifications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_all_workflows.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_categories.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_category.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_collection.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_collections.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_content.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_conversations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_event.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_events.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_feeds.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_label.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_labels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_condition.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_device.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_devices.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_drug.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_indication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_indications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_studies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_study.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_test.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_tests.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_observation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_organization.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_organizations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_person.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_persons.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_place.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_places.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_product.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_products.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_repo.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_repos.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_software.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_softwares.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_specification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_specifications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_workflow.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/delete_workflows.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/disable_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/disable_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/disable_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/enable_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/enable_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/enable_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/enums.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/exceptions.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/extract_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/extract_text.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/feed_exists.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_category.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_event.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_label.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_condition.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_device.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_drug.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_indication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_study.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_test.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_organization.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_person.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_place.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_product.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_project.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_repo.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_share_point_consent_uri.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_software.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_specification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_user_by_identifier.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_workflow.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_batch.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_encoded_file.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_event.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_memory.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_text.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_text_batch.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ingest_uri.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/is_content_done.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/is_feed_done.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/lookup_credits.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/lookup_usage.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/map_web.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/publish_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/publish_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/publish_text.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_alerts.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_categories.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_contents_facets.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_contents_graph.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_credits.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_events.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_feeds.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_labels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_linear_projects.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_conditions.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_contraindications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_devices.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_drug_classes.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_drugs.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_guidelines.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_indications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_procedures.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_studies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_tests.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_medical_therapies.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_microsoft_teams_channels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_microsoft_teams_teams.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_one_drive_folders.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_organizations.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_persons.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_places.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_products.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_repos.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_share_point_folders.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_share_point_libraries.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_slack_channels.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_softwares.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_specifications.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_tokens.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_usage.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_users.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_workflows.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/remove_contents_from_collection.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/retrieve_sources.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/screenshot_page.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/search_web.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/send_notification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/specification_exists.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/suggest_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/summarize_contents.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/summarize_text.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_alert.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_category.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_collection.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_content.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_conversation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_event.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_feed.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_label.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_condition.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_contraindication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_device.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_drug.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_drug_class.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_guideline.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_indication.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_procedure.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_study.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_test.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_medical_therapy.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_observation.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_organization.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_person.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_place.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_product.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_project.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_repo.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_software.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_specification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_user.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/update_workflow.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/upsert_category.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/upsert_label.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/upsert_specification.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/upsert_workflow.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/workflow_exists.py +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_client.egg-info/SOURCES.txt +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_client.egg-info/dependency_links.txt +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_client.egg-info/requires.txt +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_client.egg-info/top_level.txt +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/pyproject.toml +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/setup.cfg +0 -0
- {graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/setup.py +0 -0
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/__init__.py
RENAMED
@@ -1919,7 +1919,6 @@ from .query_collections import (
|
|
1919
1919
|
QueryCollections,
|
1920
1920
|
QueryCollectionsCollections,
|
1921
1921
|
QueryCollectionsCollectionsResults,
|
1922
|
-
QueryCollectionsCollectionsResultsContents,
|
1923
1922
|
QueryCollectionsCollectionsResultsOwner,
|
1924
1923
|
)
|
1925
1924
|
from .query_contents import (
|
@@ -1942,11 +1941,6 @@ from .query_contents import (
|
|
1942
1941
|
QueryContentsContentsResultsLanguage,
|
1943
1942
|
QueryContentsContentsResultsLinks,
|
1944
1943
|
QueryContentsContentsResultsLocation,
|
1945
|
-
QueryContentsContentsResultsObservations,
|
1946
|
-
QueryContentsContentsResultsObservationsObservable,
|
1947
|
-
QueryContentsContentsResultsObservationsOccurrences,
|
1948
|
-
QueryContentsContentsResultsObservationsOccurrencesBoundingBox,
|
1949
|
-
QueryContentsContentsResultsObservationsRelated,
|
1950
1944
|
QueryContentsContentsResultsOwner,
|
1951
1945
|
QueryContentsContentsResultsPackage,
|
1952
1946
|
QueryContentsContentsResultsPages,
|
@@ -2166,8 +2160,13 @@ from .query_models import (
|
|
2166
2160
|
from .query_notion_databases import (
|
2167
2161
|
QueryNotionDatabases,
|
2168
2162
|
QueryNotionDatabasesNotionDatabases,
|
2163
|
+
QueryNotionDatabasesNotionDatabasesResults,
|
2164
|
+
)
|
2165
|
+
from .query_notion_pages import (
|
2166
|
+
QueryNotionPages,
|
2167
|
+
QueryNotionPagesNotionPages,
|
2168
|
+
QueryNotionPagesNotionPagesResults,
|
2169
2169
|
)
|
2170
|
-
from .query_notion_pages import QueryNotionPages, QueryNotionPagesNotionPages
|
2171
2170
|
from .query_one_drive_folders import (
|
2172
2171
|
QueryOneDriveFolders,
|
2173
2172
|
QueryOneDriveFoldersOneDriveFolders,
|
@@ -4244,7 +4243,6 @@ __all__ = [
|
|
4244
4243
|
"QueryCollections",
|
4245
4244
|
"QueryCollectionsCollections",
|
4246
4245
|
"QueryCollectionsCollectionsResults",
|
4247
|
-
"QueryCollectionsCollectionsResultsContents",
|
4248
4246
|
"QueryCollectionsCollectionsResultsOwner",
|
4249
4247
|
"QueryContents",
|
4250
4248
|
"QueryContentsContents",
|
@@ -4265,11 +4263,6 @@ __all__ = [
|
|
4265
4263
|
"QueryContentsContentsResultsLanguage",
|
4266
4264
|
"QueryContentsContentsResultsLinks",
|
4267
4265
|
"QueryContentsContentsResultsLocation",
|
4268
|
-
"QueryContentsContentsResultsObservations",
|
4269
|
-
"QueryContentsContentsResultsObservationsObservable",
|
4270
|
-
"QueryContentsContentsResultsObservationsOccurrences",
|
4271
|
-
"QueryContentsContentsResultsObservationsOccurrencesBoundingBox",
|
4272
|
-
"QueryContentsContentsResultsObservationsRelated",
|
4273
4266
|
"QueryContentsContentsResultsOwner",
|
4274
4267
|
"QueryContentsContentsResultsPackage",
|
4275
4268
|
"QueryContentsContentsResultsPages",
|
@@ -4450,8 +4443,10 @@ __all__ = [
|
|
4450
4443
|
"QueryModelsModelsResultsMetadata",
|
4451
4444
|
"QueryNotionDatabases",
|
4452
4445
|
"QueryNotionDatabasesNotionDatabases",
|
4446
|
+
"QueryNotionDatabasesNotionDatabasesResults",
|
4453
4447
|
"QueryNotionPages",
|
4454
4448
|
"QueryNotionPagesNotionPages",
|
4449
|
+
"QueryNotionPagesNotionPagesResults",
|
4455
4450
|
"QueryOneDriveFolders",
|
4456
4451
|
"QueryOneDriveFoldersOneDriveFolders",
|
4457
4452
|
"QueryOneDriveFoldersOneDriveFoldersResults",
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/ask_graphlit.py
RENAMED
@@ -41,6 +41,7 @@ class AskGraphlitAskGraphlitMessage(BaseModel):
|
|
41
41
|
)
|
42
42
|
tokens: Optional[int]
|
43
43
|
throughput: Optional[float]
|
44
|
+
ttft: Optional[Any]
|
44
45
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
45
46
|
timestamp: Optional[Any]
|
46
47
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -1885,12 +1885,18 @@ class Client(AsyncBaseClient):
|
|
1885
1885
|
self,
|
1886
1886
|
completion: str,
|
1887
1887
|
id: str,
|
1888
|
+
completion_time: Union[Optional[Any], UnsetType] = UNSET,
|
1889
|
+
ttft: Union[Optional[Any], UnsetType] = UNSET,
|
1890
|
+
throughput: Union[Optional[float], UnsetType] = UNSET,
|
1888
1891
|
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
1889
1892
|
**kwargs: Any
|
1890
1893
|
) -> CompleteConversation:
|
1891
1894
|
variables: Dict[str, object] = {
|
1892
1895
|
"completion": completion,
|
1893
1896
|
"id": id,
|
1897
|
+
"completionTime": completion_time,
|
1898
|
+
"ttft": ttft,
|
1899
|
+
"throughput": throughput,
|
1894
1900
|
"correlationId": correlation_id,
|
1895
1901
|
}
|
1896
1902
|
response = await self.execute(
|
@@ -2015,6 +2021,7 @@ class Client(AsyncBaseClient):
|
|
2015
2021
|
id: Union[Optional[str], UnsetType] = UNSET,
|
2016
2022
|
specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
|
2017
2023
|
tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
|
2024
|
+
system_prompt: Union[Optional[str], UnsetType] = UNSET,
|
2018
2025
|
include_details: Union[Optional[bool], UnsetType] = UNSET,
|
2019
2026
|
correlation_id: Union[Optional[str], UnsetType] = UNSET,
|
2020
2027
|
**kwargs: Any
|
@@ -2024,6 +2031,7 @@ class Client(AsyncBaseClient):
|
|
2024
2031
|
"id": id,
|
2025
2032
|
"specification": specification,
|
2026
2033
|
"tools": tools,
|
2034
|
+
"systemPrompt": system_prompt,
|
2027
2035
|
"includeDetails": include_details,
|
2028
2036
|
"correlationId": correlation_id,
|
2029
2037
|
}
|
@@ -2083,6 +2091,7 @@ class Client(AsyncBaseClient):
|
|
2083
2091
|
data: Union[Optional[str], UnsetType] = UNSET,
|
2084
2092
|
id: Union[Optional[str], UnsetType] = UNSET,
|
2085
2093
|
specification: Union[Optional[EntityReferenceInput], UnsetType] = UNSET,
|
2094
|
+
system_prompt: Union[Optional[str], UnsetType] = UNSET,
|
2086
2095
|
tools: Union[Optional[List[ToolDefinitionInput]], UnsetType] = UNSET,
|
2087
2096
|
require_tool: Union[Optional[bool], UnsetType] = UNSET,
|
2088
2097
|
include_details: Union[Optional[bool], UnsetType] = UNSET,
|
@@ -2095,6 +2104,7 @@ class Client(AsyncBaseClient):
|
|
2095
2104
|
"data": data,
|
2096
2105
|
"id": id,
|
2097
2106
|
"specification": specification,
|
2107
|
+
"systemPrompt": system_prompt,
|
2098
2108
|
"tools": tools,
|
2099
2109
|
"requireTool": require_tool,
|
2100
2110
|
"includeDetails": include_details,
|
@@ -52,6 +52,7 @@ class CompleteConversationCompleteConversationMessage(BaseModel):
|
|
52
52
|
] = Field(alias="toolCalls")
|
53
53
|
tokens: Optional[int]
|
54
54
|
throughput: Optional[float]
|
55
|
+
ttft: Optional[Any]
|
55
56
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
56
57
|
timestamp: Optional[Any]
|
57
58
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -285,6 +286,7 @@ class CompleteConversationCompleteConversationDetailsMessages(BaseModel):
|
|
285
286
|
] = Field(alias="toolCalls")
|
286
287
|
tokens: Optional[int]
|
287
288
|
throughput: Optional[float]
|
289
|
+
ttft: Optional[Any]
|
288
290
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
289
291
|
timestamp: Optional[Any]
|
290
292
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -52,6 +52,7 @@ class ContinueConversationContinueConversationMessage(BaseModel):
|
|
52
52
|
] = Field(alias="toolCalls")
|
53
53
|
tokens: Optional[int]
|
54
54
|
throughput: Optional[float]
|
55
|
+
ttft: Optional[Any]
|
55
56
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
56
57
|
timestamp: Optional[Any]
|
57
58
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -285,6 +286,7 @@ class ContinueConversationContinueConversationDetailsMessages(BaseModel):
|
|
285
286
|
] = Field(alias="toolCalls")
|
286
287
|
tokens: Optional[int]
|
287
288
|
throughput: Optional[float]
|
289
|
+
ttft: Optional[Any]
|
288
290
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
289
291
|
timestamp: Optional[Any]
|
290
292
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -35,6 +35,7 @@ class DescribeEncodedImageDescribeEncodedImage(BaseModel):
|
|
35
35
|
] = Field(alias="toolCalls")
|
36
36
|
tokens: Optional[int]
|
37
37
|
throughput: Optional[float]
|
38
|
+
ttft: Optional[Any]
|
38
39
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
39
40
|
timestamp: Optional[Any]
|
40
41
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/describe_image.py
RENAMED
@@ -33,6 +33,7 @@ class DescribeImageDescribeImage(BaseModel):
|
|
33
33
|
)
|
34
34
|
tokens: Optional[int]
|
35
35
|
throughput: Optional[float]
|
36
|
+
ttft: Optional[Any]
|
36
37
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
37
38
|
timestamp: Optional[Any]
|
38
39
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -52,6 +52,7 @@ class FormatConversationFormatConversationMessage(BaseModel):
|
|
52
52
|
] = Field(alias="toolCalls")
|
53
53
|
tokens: Optional[int]
|
54
54
|
throughput: Optional[float]
|
55
|
+
ttft: Optional[Any]
|
55
56
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
56
57
|
timestamp: Optional[Any]
|
57
58
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -269,6 +270,7 @@ class FormatConversationFormatConversationDetailsMessages(BaseModel):
|
|
269
270
|
] = Field(alias="toolCalls")
|
270
271
|
tokens: Optional[int]
|
271
272
|
throughput: Optional[float]
|
273
|
+
ttft: Optional[Any]
|
272
274
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
273
275
|
timestamp: Optional[Any]
|
274
276
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_content.py
RENAMED
@@ -70,6 +70,7 @@ class GetContentContent(BaseModel):
|
|
70
70
|
posts: Optional[List[str]]
|
71
71
|
chapters: Optional[List[str]]
|
72
72
|
questions: Optional[List[str]]
|
73
|
+
quotes: Optional[List[str]]
|
73
74
|
video: Optional["GetContentContentVideo"]
|
74
75
|
audio: Optional["GetContentContentAudio"]
|
75
76
|
image: Optional["GetContentContentImage"]
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/get_conversation.py
RENAMED
@@ -55,6 +55,7 @@ class GetConversationConversationMessages(BaseModel):
|
|
55
55
|
] = Field(alias="toolCalls")
|
56
56
|
tokens: Optional[int]
|
57
57
|
throughput: Optional[float]
|
58
|
+
ttft: Optional[Any]
|
58
59
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
59
60
|
timestamp: Optional[Any]
|
60
61
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/input_types.py
RENAMED
@@ -3359,6 +3359,11 @@ class ConversationMessageInput(BaseModel):
|
|
3359
3359
|
role: ConversationRoleTypes
|
3360
3360
|
author: Optional[str] = None
|
3361
3361
|
message: str
|
3362
|
+
tokens: Optional[int] = None
|
3363
|
+
throughput: Optional[float] = None
|
3364
|
+
ttft: Optional[Any] = None
|
3365
|
+
completion_time: Optional[Any] = Field(alias="completionTime", default=None)
|
3366
|
+
timestamp: Optional[Any] = None
|
3362
3367
|
data: Optional[str] = None
|
3363
3368
|
mime_type: Optional[str] = Field(alias="mimeType", default=None)
|
3364
3369
|
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/lookup_contents.py
RENAMED
@@ -76,6 +76,7 @@ class LookupContentsLookupContentsResults(BaseModel):
|
|
76
76
|
posts: Optional[List[str]]
|
77
77
|
chapters: Optional[List[str]]
|
78
78
|
questions: Optional[List[str]]
|
79
|
+
quotes: Optional[List[str]]
|
79
80
|
video: Optional["LookupContentsLookupContentsResultsVideo"]
|
80
81
|
audio: Optional["LookupContentsLookupContentsResultsAudio"]
|
81
82
|
image: Optional["LookupContentsLookupContentsResultsImage"]
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/operations.py
RENAMED
@@ -831,7 +831,6 @@ query GetCollection($id: ID!, $correlationId: String) {
|
|
831
831
|
id
|
832
832
|
name
|
833
833
|
creationDate
|
834
|
-
relevance
|
835
834
|
owner {
|
836
835
|
id
|
837
836
|
}
|
@@ -858,10 +857,6 @@ query QueryCollections($filter: CollectionFilter, $correlationId: String) {
|
|
858
857
|
}
|
859
858
|
state
|
860
859
|
type
|
861
|
-
contents {
|
862
|
-
id
|
863
|
-
name
|
864
|
-
}
|
865
860
|
}
|
866
861
|
}
|
867
862
|
}
|
@@ -1057,6 +1052,7 @@ mutation DescribeEncodedImage($prompt: String!, $mimeType: String!, $data: Strin
|
|
1057
1052
|
}
|
1058
1053
|
tokens
|
1059
1054
|
throughput
|
1055
|
+
ttft
|
1060
1056
|
completionTime
|
1061
1057
|
timestamp
|
1062
1058
|
modelService
|
@@ -1193,6 +1189,7 @@ mutation DescribeImage($prompt: String!, $uri: URL!, $specification: EntityRefer
|
|
1193
1189
|
}
|
1194
1190
|
tokens
|
1195
1191
|
throughput
|
1192
|
+
ttft
|
1196
1193
|
completionTime
|
1197
1194
|
timestamp
|
1198
1195
|
modelService
|
@@ -1330,6 +1327,7 @@ query GetContent($id: ID!, $correlationId: String) {
|
|
1330
1327
|
posts
|
1331
1328
|
chapters
|
1332
1329
|
questions
|
1330
|
+
quotes
|
1333
1331
|
video {
|
1334
1332
|
width
|
1335
1333
|
height
|
@@ -2009,6 +2007,7 @@ query LookupContents($ids: [ID!]!, $correlationId: String) {
|
|
2009
2007
|
posts
|
2010
2008
|
chapters
|
2011
2009
|
questions
|
2010
|
+
quotes
|
2012
2011
|
video {
|
2013
2012
|
width
|
2014
2013
|
height
|
@@ -2661,34 +2660,6 @@ query QueryContents($filter: ContentFilter, $correlationId: String) {
|
|
2661
2660
|
uri
|
2662
2661
|
linkType
|
2663
2662
|
}
|
2664
|
-
observations {
|
2665
|
-
id
|
2666
|
-
type
|
2667
|
-
observable {
|
2668
|
-
id
|
2669
|
-
name
|
2670
|
-
}
|
2671
|
-
related {
|
2672
|
-
id
|
2673
|
-
name
|
2674
|
-
}
|
2675
|
-
relatedType
|
2676
|
-
relation
|
2677
|
-
occurrences {
|
2678
|
-
type
|
2679
|
-
confidence
|
2680
|
-
startTime
|
2681
|
-
endTime
|
2682
|
-
pageIndex
|
2683
|
-
boundingBox {
|
2684
|
-
left
|
2685
|
-
top
|
2686
|
-
width
|
2687
|
-
height
|
2688
|
-
}
|
2689
|
-
}
|
2690
|
-
state
|
2691
|
-
}
|
2692
2663
|
workflow {
|
2693
2664
|
id
|
2694
2665
|
name
|
@@ -3057,6 +3028,7 @@ mutation AskGraphlit($prompt: String!, $type: SdkTypes, $id: ID, $specification:
|
|
3057
3028
|
}
|
3058
3029
|
tokens
|
3059
3030
|
throughput
|
3031
|
+
ttft
|
3060
3032
|
completionTime
|
3061
3033
|
timestamp
|
3062
3034
|
modelService
|
@@ -3105,10 +3077,13 @@ mutation CloseConversation($id: ID!) {
|
|
3105
3077
|
"""
|
3106
3078
|
|
3107
3079
|
COMPLETE_CONVERSATION_GQL = """
|
3108
|
-
mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: String) {
|
3080
|
+
mutation CompleteConversation($completion: String!, $id: ID!, $completionTime: TimeSpan, $ttft: TimeSpan, $throughput: Float, $correlationId: String) {
|
3109
3081
|
completeConversation(
|
3110
3082
|
completion: $completion
|
3111
3083
|
id: $id
|
3084
|
+
completionTime: $completionTime
|
3085
|
+
ttft: $ttft
|
3086
|
+
throughput: $throughput
|
3112
3087
|
correlationId: $correlationId
|
3113
3088
|
) {
|
3114
3089
|
conversation {
|
@@ -3231,6 +3206,7 @@ mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: St
|
|
3231
3206
|
}
|
3232
3207
|
tokens
|
3233
3208
|
throughput
|
3209
|
+
ttft
|
3234
3210
|
completionTime
|
3235
3211
|
timestamp
|
3236
3212
|
modelService
|
@@ -3409,6 +3385,7 @@ mutation CompleteConversation($completion: String!, $id: ID!, $correlationId: St
|
|
3409
3385
|
}
|
3410
3386
|
tokens
|
3411
3387
|
throughput
|
3388
|
+
ttft
|
3412
3389
|
completionTime
|
3413
3390
|
timestamp
|
3414
3391
|
modelService
|
@@ -3550,6 +3527,7 @@ mutation ContinueConversation($id: ID!, $responses: [ConversationToolResponseInp
|
|
3550
3527
|
}
|
3551
3528
|
tokens
|
3552
3529
|
throughput
|
3530
|
+
ttft
|
3553
3531
|
completionTime
|
3554
3532
|
timestamp
|
3555
3533
|
modelService
|
@@ -3728,6 +3706,7 @@ mutation ContinueConversation($id: ID!, $responses: [ConversationToolResponseInp
|
|
3728
3706
|
}
|
3729
3707
|
tokens
|
3730
3708
|
throughput
|
3709
|
+
ttft
|
3731
3710
|
completionTime
|
3732
3711
|
timestamp
|
3733
3712
|
modelService
|
@@ -3793,12 +3772,13 @@ mutation DeleteConversations($ids: [ID!]!, $isSynchronous: Boolean) {
|
|
3793
3772
|
"""
|
3794
3773
|
|
3795
3774
|
FORMAT_CONVERSATION_GQL = """
|
3796
|
-
mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $includeDetails: Boolean, $correlationId: String) {
|
3775
|
+
mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $systemPrompt: String, $includeDetails: Boolean, $correlationId: String) {
|
3797
3776
|
formatConversation(
|
3798
3777
|
prompt: $prompt
|
3799
3778
|
id: $id
|
3800
3779
|
specification: $specification
|
3801
3780
|
tools: $tools
|
3781
|
+
systemPrompt: $systemPrompt
|
3802
3782
|
includeDetails: $includeDetails
|
3803
3783
|
correlationId: $correlationId
|
3804
3784
|
) {
|
@@ -3922,6 +3902,7 @@ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityRef
|
|
3922
3902
|
}
|
3923
3903
|
tokens
|
3924
3904
|
throughput
|
3905
|
+
ttft
|
3925
3906
|
completionTime
|
3926
3907
|
timestamp
|
3927
3908
|
modelService
|
@@ -4100,6 +4081,7 @@ mutation FormatConversation($prompt: String!, $id: ID, $specification: EntityRef
|
|
4100
4081
|
}
|
4101
4082
|
tokens
|
4102
4083
|
throughput
|
4084
|
+
ttft
|
4103
4085
|
completionTime
|
4104
4086
|
timestamp
|
4105
4087
|
modelService
|
@@ -4244,6 +4226,7 @@ query GetConversation($id: ID!, $correlationId: String) {
|
|
4244
4226
|
}
|
4245
4227
|
tokens
|
4246
4228
|
throughput
|
4229
|
+
ttft
|
4247
4230
|
completionTime
|
4248
4231
|
timestamp
|
4249
4232
|
modelService
|
@@ -4561,6 +4544,7 @@ mutation Prompt($prompt: String, $mimeType: String, $data: String, $specificatio
|
|
4561
4544
|
}
|
4562
4545
|
tokens
|
4563
4546
|
throughput
|
4547
|
+
ttft
|
4564
4548
|
completionTime
|
4565
4549
|
timestamp
|
4566
4550
|
modelService
|
@@ -4576,7 +4560,7 @@ mutation Prompt($prompt: String, $mimeType: String, $data: String, $specificatio
|
|
4576
4560
|
"""
|
4577
4561
|
|
4578
4562
|
PROMPT_CONVERSATION_GQL = """
|
4579
|
-
mutation PromptConversation($prompt: String!, $mimeType: String, $data: String, $id: ID, $specification: EntityReferenceInput, $tools: [ToolDefinitionInput!], $requireTool: Boolean, $includeDetails: Boolean, $correlationId: String) {
|
4563
|
+
mutation PromptConversation($prompt: String!, $mimeType: String, $data: String, $id: ID, $specification: EntityReferenceInput, $systemPrompt: String, $tools: [ToolDefinitionInput!], $requireTool: Boolean, $includeDetails: Boolean, $correlationId: String) {
|
4580
4564
|
promptConversation(
|
4581
4565
|
prompt: $prompt
|
4582
4566
|
id: $id
|
@@ -4584,6 +4568,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
|
|
4584
4568
|
data: $data
|
4585
4569
|
specification: $specification
|
4586
4570
|
tools: $tools
|
4571
|
+
systemPrompt: $systemPrompt
|
4587
4572
|
requireTool: $requireTool
|
4588
4573
|
includeDetails: $includeDetails
|
4589
4574
|
correlationId: $correlationId
|
@@ -4708,6 +4693,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
|
|
4708
4693
|
}
|
4709
4694
|
tokens
|
4710
4695
|
throughput
|
4696
|
+
ttft
|
4711
4697
|
completionTime
|
4712
4698
|
timestamp
|
4713
4699
|
modelService
|
@@ -4886,6 +4872,7 @@ mutation PromptConversation($prompt: String!, $mimeType: String, $data: String,
|
|
4886
4872
|
}
|
4887
4873
|
tokens
|
4888
4874
|
throughput
|
4875
|
+
ttft
|
4889
4876
|
completionTime
|
4890
4877
|
timestamp
|
4891
4878
|
modelService
|
@@ -5156,6 +5143,7 @@ query QueryConversations($filter: ConversationFilter, $correlationId: String) {
|
|
5156
5143
|
}
|
5157
5144
|
tokens
|
5158
5145
|
throughput
|
5146
|
+
ttft
|
5159
5147
|
completionTime
|
5160
5148
|
timestamp
|
5161
5149
|
modelService
|
@@ -5500,6 +5488,7 @@ mutation ReviseContent($prompt: String!, $content: EntityReferenceInput!, $id: I
|
|
5500
5488
|
}
|
5501
5489
|
tokens
|
5502
5490
|
throughput
|
5491
|
+
ttft
|
5503
5492
|
completionTime
|
5504
5493
|
timestamp
|
5505
5494
|
modelService
|
@@ -5644,6 +5633,7 @@ mutation ReviseEncodedImage($prompt: String!, $mimeType: String!, $data: String!
|
|
5644
5633
|
}
|
5645
5634
|
tokens
|
5646
5635
|
throughput
|
5636
|
+
ttft
|
5647
5637
|
completionTime
|
5648
5638
|
timestamp
|
5649
5639
|
modelService
|
@@ -5787,6 +5777,7 @@ mutation ReviseImage($prompt: String!, $uri: URL!, $id: ID, $specification: Enti
|
|
5787
5777
|
}
|
5788
5778
|
tokens
|
5789
5779
|
throughput
|
5780
|
+
ttft
|
5790
5781
|
completionTime
|
5791
5782
|
timestamp
|
5792
5783
|
modelService
|
@@ -5930,6 +5921,7 @@ mutation ReviseText($prompt: String!, $text: String!, $id: ID, $specification: E
|
|
5930
5921
|
}
|
5931
5922
|
tokens
|
5932
5923
|
throughput
|
5924
|
+
ttft
|
5933
5925
|
completionTime
|
5934
5926
|
timestamp
|
5935
5927
|
modelService
|
@@ -6702,7 +6694,10 @@ query QueryMicrosoftTeamsTeams($properties: MicrosoftTeamsTeamsInput!) {
|
|
6702
6694
|
QUERY_NOTION_DATABASES_GQL = """
|
6703
6695
|
query QueryNotionDatabases($properties: NotionDatabasesInput!) {
|
6704
6696
|
notionDatabases(properties: $properties) {
|
6705
|
-
results
|
6697
|
+
results {
|
6698
|
+
name
|
6699
|
+
identifier
|
6700
|
+
}
|
6706
6701
|
}
|
6707
6702
|
}
|
6708
6703
|
"""
|
@@ -6710,7 +6705,10 @@ query QueryNotionDatabases($properties: NotionDatabasesInput!) {
|
|
6710
6705
|
QUERY_NOTION_PAGES_GQL = """
|
6711
6706
|
query QueryNotionPages($properties: NotionPagesInput!, $identifier: String!) {
|
6712
6707
|
notionPages(properties: $properties, identifier: $identifier) {
|
6713
|
-
results
|
6708
|
+
results {
|
6709
|
+
name
|
6710
|
+
identifier
|
6711
|
+
}
|
6714
6712
|
}
|
6715
6713
|
}
|
6716
6714
|
"""
|
@@ -9163,6 +9161,7 @@ mutation PromptSpecifications($prompt: String!, $ids: [ID!]!) {
|
|
9163
9161
|
}
|
9164
9162
|
tokens
|
9165
9163
|
throughput
|
9164
|
+
ttft
|
9166
9165
|
completionTime
|
9167
9166
|
timestamp
|
9168
9167
|
modelService
|
@@ -9195,6 +9194,7 @@ query QueryModels($filter: ModelFilter) {
|
|
9195
9194
|
useCases
|
9196
9195
|
}
|
9197
9196
|
metadata {
|
9197
|
+
reasoning
|
9198
9198
|
multilingual
|
9199
9199
|
multimodal
|
9200
9200
|
knowledgeCutoff
|
@@ -41,6 +41,7 @@ class PromptPromptMessages(BaseModel):
|
|
41
41
|
)
|
42
42
|
tokens: Optional[int]
|
43
43
|
throughput: Optional[float]
|
44
|
+
ttft: Optional[Any]
|
44
45
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
45
46
|
timestamp: Optional[Any]
|
46
47
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -52,6 +52,7 @@ class PromptConversationPromptConversationMessage(BaseModel):
|
|
52
52
|
] = Field(alias="toolCalls")
|
53
53
|
tokens: Optional[int]
|
54
54
|
throughput: Optional[float]
|
55
|
+
ttft: Optional[Any]
|
55
56
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
56
57
|
timestamp: Optional[Any]
|
57
58
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -269,6 +270,7 @@ class PromptConversationPromptConversationDetailsMessages(BaseModel):
|
|
269
270
|
] = Field(alias="toolCalls")
|
270
271
|
tokens: Optional[int]
|
271
272
|
throughput: Optional[float]
|
273
|
+
ttft: Optional[Any]
|
272
274
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
273
275
|
timestamp: Optional[Any]
|
274
276
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -47,6 +47,7 @@ class PromptSpecificationsPromptSpecificationsMessages(BaseModel):
|
|
47
47
|
] = Field(alias="toolCalls")
|
48
48
|
tokens: Optional[int]
|
49
49
|
throughput: Optional[float]
|
50
|
+
ttft: Optional[Any]
|
50
51
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
51
52
|
timestamp: Optional[Any]
|
52
53
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|
@@ -25,18 +25,12 @@ class QueryCollectionsCollectionsResults(BaseModel):
|
|
25
25
|
owner: "QueryCollectionsCollectionsResultsOwner"
|
26
26
|
state: EntityState
|
27
27
|
type: Optional[CollectionTypes]
|
28
|
-
contents: Optional[List[Optional["QueryCollectionsCollectionsResultsContents"]]]
|
29
28
|
|
30
29
|
|
31
30
|
class QueryCollectionsCollectionsResultsOwner(BaseModel):
|
32
31
|
id: str
|
33
32
|
|
34
33
|
|
35
|
-
class QueryCollectionsCollectionsResultsContents(BaseModel):
|
36
|
-
id: str
|
37
|
-
name: str
|
38
|
-
|
39
|
-
|
40
34
|
QueryCollections.model_rebuild()
|
41
35
|
QueryCollectionsCollections.model_rebuild()
|
42
36
|
QueryCollectionsCollectionsResults.model_rebuild()
|
{graphlit_client-1.0.20250614001 → graphlit_client-1.0.20250621001}/graphlit_api/query_contents.py
RENAMED
@@ -15,8 +15,6 @@ from .enums import (
|
|
15
15
|
MailImportance,
|
16
16
|
MailPriority,
|
17
17
|
MailSensitivity,
|
18
|
-
ObservableTypes,
|
19
|
-
OccurrenceTypes,
|
20
18
|
OrientationTypes,
|
21
19
|
TextRoles,
|
22
20
|
)
|
@@ -78,7 +76,6 @@ class QueryContentsContentsResults(BaseModel):
|
|
78
76
|
feed: Optional["QueryContentsContentsResultsFeed"]
|
79
77
|
collections: Optional[List[Optional["QueryContentsContentsResultsCollections"]]]
|
80
78
|
links: Optional[List["QueryContentsContentsResultsLinks"]]
|
81
|
-
observations: Optional[List[Optional["QueryContentsContentsResultsObservations"]]]
|
82
79
|
workflow: Optional["QueryContentsContentsResultsWorkflow"]
|
83
80
|
pages: Optional[List["QueryContentsContentsResultsPages"]]
|
84
81
|
segments: Optional[List["QueryContentsContentsResultsSegments"]]
|
@@ -255,47 +252,6 @@ class QueryContentsContentsResultsLinks(BaseModel):
|
|
255
252
|
link_type: Optional[LinkTypes] = Field(alias="linkType")
|
256
253
|
|
257
254
|
|
258
|
-
class QueryContentsContentsResultsObservations(BaseModel):
|
259
|
-
id: str
|
260
|
-
type: ObservableTypes
|
261
|
-
observable: "QueryContentsContentsResultsObservationsObservable"
|
262
|
-
related: Optional["QueryContentsContentsResultsObservationsRelated"]
|
263
|
-
related_type: Optional[ObservableTypes] = Field(alias="relatedType")
|
264
|
-
relation: Optional[str]
|
265
|
-
occurrences: Optional[
|
266
|
-
List[Optional["QueryContentsContentsResultsObservationsOccurrences"]]
|
267
|
-
]
|
268
|
-
state: EntityState
|
269
|
-
|
270
|
-
|
271
|
-
class QueryContentsContentsResultsObservationsObservable(BaseModel):
|
272
|
-
id: str
|
273
|
-
name: Optional[str]
|
274
|
-
|
275
|
-
|
276
|
-
class QueryContentsContentsResultsObservationsRelated(BaseModel):
|
277
|
-
id: str
|
278
|
-
name: Optional[str]
|
279
|
-
|
280
|
-
|
281
|
-
class QueryContentsContentsResultsObservationsOccurrences(BaseModel):
|
282
|
-
type: Optional[OccurrenceTypes]
|
283
|
-
confidence: Optional[float]
|
284
|
-
start_time: Optional[Any] = Field(alias="startTime")
|
285
|
-
end_time: Optional[Any] = Field(alias="endTime")
|
286
|
-
page_index: Optional[int] = Field(alias="pageIndex")
|
287
|
-
bounding_box: Optional[
|
288
|
-
"QueryContentsContentsResultsObservationsOccurrencesBoundingBox"
|
289
|
-
] = Field(alias="boundingBox")
|
290
|
-
|
291
|
-
|
292
|
-
class QueryContentsContentsResultsObservationsOccurrencesBoundingBox(BaseModel):
|
293
|
-
left: Optional[float]
|
294
|
-
top: Optional[float]
|
295
|
-
width: Optional[float]
|
296
|
-
height: Optional[float]
|
297
|
-
|
298
|
-
|
299
255
|
class QueryContentsContentsResultsWorkflow(BaseModel):
|
300
256
|
id: str
|
301
257
|
name: str
|
@@ -349,6 +305,4 @@ QueryContents.model_rebuild()
|
|
349
305
|
QueryContentsContents.model_rebuild()
|
350
306
|
QueryContentsContentsResults.model_rebuild()
|
351
307
|
QueryContentsContentsResultsEmail.model_rebuild()
|
352
|
-
QueryContentsContentsResultsObservations.model_rebuild()
|
353
|
-
QueryContentsContentsResultsObservationsOccurrences.model_rebuild()
|
354
308
|
QueryContentsContentsResultsPages.model_rebuild()
|
@@ -63,6 +63,7 @@ class QueryConversationsConversationsResultsMessages(BaseModel):
|
|
63
63
|
] = Field(alias="toolCalls")
|
64
64
|
tokens: Optional[int]
|
65
65
|
throughput: Optional[float]
|
66
|
+
ttft: Optional[Any]
|
66
67
|
completion_time: Optional[Any] = Field(alias="completionTime")
|
67
68
|
timestamp: Optional[Any]
|
68
69
|
model_service: Optional[ModelServiceTypes] = Field(alias="modelService")
|