langwatch 0.2.13__tar.gz → 0.2.15__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.
- {langwatch-0.2.13 → langwatch-0.2.15}/PKG-INFO +1 -1
- langwatch-0.2.15/examples/openinference/google_adk.py +117 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/pyproject.toml +1 -1
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/__version__.py +1 -1
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/client.py +26 -6
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/dataset/__init__.py +15 -3
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/telemetry/span.py +2 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/telemetry/tracing.py +2 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/test_client.py +39 -2
- {langwatch-0.2.13 → langwatch-0.2.15}/uv.lock +1 -1
- {langwatch-0.2.13 → langwatch-0.2.15}/.editorconfig +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/.env.example +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/.gitignore +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/Makefile +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/README.md +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/distributed_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/dspy_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/fastapi_app.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/guardrails.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/haystack_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langchain_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langchain_rag_bot_with_threads.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langgraph_rag_bot_with_threads.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/litellm_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/span_evaluation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/strands_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/attributes.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/batch_evaluation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/dspy/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/evaluation/evaluation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/evaluations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item_entry.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_1.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_2_tool_calls_item_function.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_3.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item_type_4.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_json_schema_type_0_schema.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/langchain.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/litellm.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/login.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/openai.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/formatter.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/service.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/prompts/types.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/py.typed +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/state.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/tracer.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/types.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/exceptions.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/prompts/test_prompt_formatter.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/test_examples.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/test_login.py +0 -0
- {langwatch-0.2.13 → langwatch-0.2.15}/tests/test_version.py +0 -0
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Google ADK Agent with LangWatch Observability
|
|
3
|
+
|
|
4
|
+
This example demonstrates how to use Google ADK (Agent Development Kit) with LangWatch
|
|
5
|
+
for comprehensive observability, monitoring, and evaluation of your AI agents.
|
|
6
|
+
|
|
7
|
+
Features demonstrated:
|
|
8
|
+
- Automatic tracing of all agent interactions
|
|
9
|
+
- Tool usage with weather information
|
|
10
|
+
- Custom metadata and context
|
|
11
|
+
- Error handling and debugging
|
|
12
|
+
- Session management
|
|
13
|
+
- Streaming responses
|
|
14
|
+
|
|
15
|
+
Requirements:
|
|
16
|
+
- pip install langwatch google-adk openinference-instrumentation-google-adk
|
|
17
|
+
- Set LANGWATCH_API_KEY and GOOGLE_API_KEY environment variables
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
from dotenv import load_dotenv
|
|
21
|
+
|
|
22
|
+
load_dotenv()
|
|
23
|
+
|
|
24
|
+
import chainlit as cl
|
|
25
|
+
import langwatch
|
|
26
|
+
from openinference.instrumentation.google_adk import GoogleADKInstrumentor
|
|
27
|
+
from google.adk.agents import Agent
|
|
28
|
+
from google.adk.runners import InMemoryRunner
|
|
29
|
+
from google.genai import types
|
|
30
|
+
import nest_asyncio
|
|
31
|
+
|
|
32
|
+
nest_asyncio.apply()
|
|
33
|
+
|
|
34
|
+
# Initialize LangWatch once at module level
|
|
35
|
+
langwatch.setup(instrumentors=[GoogleADKInstrumentor()])
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
def get_weather(city: str):
|
|
39
|
+
"""Get weather for a city."""
|
|
40
|
+
weather_data = {
|
|
41
|
+
"new york": "Sunny, 25°C (77°F), Humidity: 65%",
|
|
42
|
+
"london": "Cloudy, 18°C (64°F), Humidity: 80%",
|
|
43
|
+
"tokyo": "Rainy, 22°C (72°F), Humidity: 85%",
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
city_lower = city.lower()
|
|
47
|
+
if city_lower in weather_data:
|
|
48
|
+
return {"status": "success", "report": weather_data[city_lower]}
|
|
49
|
+
else:
|
|
50
|
+
return {"status": "error", "message": f"Weather for '{city}' not available."}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def get_stock_price(symbol: str):
|
|
54
|
+
"""Get stock price for a symbol."""
|
|
55
|
+
stock_data = {
|
|
56
|
+
"AAPL": {"price": 175.50, "change": 2.30},
|
|
57
|
+
"GOOGL": {"price": 142.80, "change": -1.20},
|
|
58
|
+
"MSFT": {"price": 380.25, "change": 5.75},
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
symbol_upper = symbol.upper()
|
|
62
|
+
if symbol_upper in stock_data:
|
|
63
|
+
data = stock_data[symbol_upper]
|
|
64
|
+
return {
|
|
65
|
+
"status": "success",
|
|
66
|
+
"price": f"${data['price']:.2f}",
|
|
67
|
+
"change": f"${data['change']:+.2f}",
|
|
68
|
+
}
|
|
69
|
+
else:
|
|
70
|
+
return {"status": "error", "message": f"Stock '{symbol}' not available."}
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
@cl.on_chat_start
|
|
74
|
+
async def on_chat_start():
|
|
75
|
+
agent = Agent(
|
|
76
|
+
name="multi_tool_agent",
|
|
77
|
+
model="gemini-2.0-flash-exp",
|
|
78
|
+
description="Agent with weather and stock tools.",
|
|
79
|
+
instruction="Use available tools to answer questions.",
|
|
80
|
+
tools=[get_weather, get_stock_price],
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
cl.user_session.set("agent", agent)
|
|
84
|
+
cl.user_session.set("runner", InMemoryRunner(agent=agent, app_name="demo"))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
@cl.on_message
|
|
88
|
+
@langwatch.trace()
|
|
89
|
+
async def main(message: cl.Message):
|
|
90
|
+
agent = cl.user_session.get("agent")
|
|
91
|
+
runner = cl.user_session.get("runner")
|
|
92
|
+
|
|
93
|
+
msg = cl.Message(content="")
|
|
94
|
+
|
|
95
|
+
langwatch.get_current_trace().update(
|
|
96
|
+
metadata={"labels": ["google_adk"], "agent_name": agent.name}
|
|
97
|
+
)
|
|
98
|
+
|
|
99
|
+
# Create session for this interaction
|
|
100
|
+
session_service = runner.session_service
|
|
101
|
+
await session_service.create_session(
|
|
102
|
+
app_name="demo", user_id="user", session_id="session"
|
|
103
|
+
)
|
|
104
|
+
|
|
105
|
+
async for event in runner.run_async(
|
|
106
|
+
user_id="user",
|
|
107
|
+
session_id="session",
|
|
108
|
+
new_message=types.Content(
|
|
109
|
+
role="user", parts=[types.Part(text=message.content)]
|
|
110
|
+
),
|
|
111
|
+
):
|
|
112
|
+
if event.is_final_response():
|
|
113
|
+
response = event.content.parts[0].text.strip()
|
|
114
|
+
await msg.stream_token(response)
|
|
115
|
+
break
|
|
116
|
+
|
|
117
|
+
await msg.update()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.15" # remember to also update it in src/langwatch/__version__.py
|
|
4
4
|
description = "LangWatch Python SDK, for monitoring your LLMs"
|
|
5
5
|
authors = [{ name = "Langwatch Engineers", email = "engineering@langwatch.ai" }]
|
|
6
6
|
requires-python = ">=3.10,<3.14"
|
|
@@ -42,6 +42,7 @@ class Client(LangWatchClientProtocol):
|
|
|
42
42
|
_flush_on_exit: bool = True
|
|
43
43
|
_span_exclude_rules: List[SpanProcessingExcludeRule] = []
|
|
44
44
|
_ignore_global_tracer_provider_override_warning: bool = False
|
|
45
|
+
_skip_open_telemetry_setup: bool = False
|
|
45
46
|
_rest_api_client: LangWatchApiClient
|
|
46
47
|
|
|
47
48
|
def __init__(
|
|
@@ -56,6 +57,7 @@ class Client(LangWatchClientProtocol):
|
|
|
56
57
|
flush_on_exit: bool = True,
|
|
57
58
|
span_exclude_rules: Optional[List[SpanProcessingExcludeRule]] = None,
|
|
58
59
|
ignore_global_tracer_provider_override_warning: bool = False,
|
|
60
|
+
skip_open_telemetry_setup: bool = False,
|
|
59
61
|
):
|
|
60
62
|
"""
|
|
61
63
|
Initialize the LangWatch tracing client.
|
|
@@ -70,6 +72,7 @@ class Client(LangWatchClientProtocol):
|
|
|
70
72
|
flush_on_exit: Optional. If True, the tracer provider will flush all spans when the program exits.
|
|
71
73
|
span_exclude_rules: Optional. The rules to exclude from the span exporter.
|
|
72
74
|
ignore_global_tracer_provider_override_warning: Optional. If True, the warning about the global tracer provider being overridden will be ignored.
|
|
75
|
+
skip_open_telemetry_setup: Optional. If True, OpenTelemetry setup will be skipped entirely. This is useful when you want to handle OpenTelemetry setup yourself.
|
|
73
76
|
"""
|
|
74
77
|
|
|
75
78
|
self._api_key = api_key or os.getenv("LANGWATCH_API_KEY", "")
|
|
@@ -85,6 +88,7 @@ class Client(LangWatchClientProtocol):
|
|
|
85
88
|
self._ignore_global_tracer_provider_override_warning = (
|
|
86
89
|
ignore_global_tracer_provider_override_warning
|
|
87
90
|
)
|
|
91
|
+
self._skip_open_telemetry_setup = skip_open_telemetry_setup
|
|
88
92
|
self.base_attributes = base_attributes or {}
|
|
89
93
|
self.base_attributes[AttributeKey.LangWatchSDKName] = (
|
|
90
94
|
"langwatch-observability-sdk"
|
|
@@ -92,11 +96,17 @@ class Client(LangWatchClientProtocol):
|
|
|
92
96
|
self.base_attributes[AttributeKey.LangWatchSDKVersion] = str(__version__)
|
|
93
97
|
self.base_attributes[AttributeKey.LangWatchSDKLanguage] = "python"
|
|
94
98
|
|
|
95
|
-
|
|
99
|
+
if not self._skip_open_telemetry_setup:
|
|
100
|
+
self.tracer_provider = self.__ensure_otel_setup(tracer_provider)
|
|
96
101
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
102
|
+
self.instrumentors = instrumentors or []
|
|
103
|
+
for instrumentor in self.instrumentors:
|
|
104
|
+
instrumentor.instrument(tracer_provider=self.tracer_provider)
|
|
105
|
+
else:
|
|
106
|
+
self.tracer_provider = tracer_provider
|
|
107
|
+
self.instrumentors = instrumentors or []
|
|
108
|
+
if self._debug:
|
|
109
|
+
logger.debug("Skipping OpenTelemetry setup as requested")
|
|
100
110
|
|
|
101
111
|
self._setup_rest_api_client()
|
|
102
112
|
|
|
@@ -135,7 +145,7 @@ class Client(LangWatchClientProtocol):
|
|
|
135
145
|
|
|
136
146
|
self._api_key = value
|
|
137
147
|
|
|
138
|
-
if api_key_has_changed:
|
|
148
|
+
if api_key_has_changed and not self._skip_open_telemetry_setup:
|
|
139
149
|
# Shut down any existing tracer provider, as API key change requires re-initialization.
|
|
140
150
|
self.__shutdown_tracer_provider()
|
|
141
151
|
|
|
@@ -160,6 +170,11 @@ class Client(LangWatchClientProtocol):
|
|
|
160
170
|
"""Get the REST API client for the client."""
|
|
161
171
|
return self._rest_api_client
|
|
162
172
|
|
|
173
|
+
@property
|
|
174
|
+
def skip_open_telemetry_setup(self) -> bool:
|
|
175
|
+
"""Get whether OpenTelemetry setup is skipped."""
|
|
176
|
+
return self._skip_open_telemetry_setup
|
|
177
|
+
|
|
163
178
|
@disable_sending.setter
|
|
164
179
|
def disable_sending(self, value: bool) -> None:
|
|
165
180
|
"""Set whether sending is disabled. If enabling, this will create a new global tracer provider."""
|
|
@@ -167,7 +182,7 @@ class Client(LangWatchClientProtocol):
|
|
|
167
182
|
return
|
|
168
183
|
|
|
169
184
|
# force flush the tracer provider before changing the disable_sending flag
|
|
170
|
-
if self.tracer_provider:
|
|
185
|
+
if self.tracer_provider and not self._skip_open_telemetry_setup:
|
|
171
186
|
self.tracer_provider.force_flush()
|
|
172
187
|
|
|
173
188
|
self._disable_sending = value
|
|
@@ -196,6 +211,11 @@ class Client(LangWatchClientProtocol):
|
|
|
196
211
|
|
|
197
212
|
def __setup_tracer_provider(self) -> None:
|
|
198
213
|
"""Sets up the tracer provider if not already active."""
|
|
214
|
+
if self._skip_open_telemetry_setup:
|
|
215
|
+
if self._debug:
|
|
216
|
+
logger.debug("Skipping tracer provider setup as requested.")
|
|
217
|
+
return
|
|
218
|
+
|
|
199
219
|
if not self.tracer_provider:
|
|
200
220
|
if self._debug:
|
|
201
221
|
logger.debug("Setting up new tracer provider.")
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
from typing import Any, Dict, List
|
|
1
|
+
from typing import Any, Dict, List, Optional
|
|
2
2
|
from opentelemetry import trace
|
|
3
|
+
from opentelemetry.trace import NoOpTracer
|
|
3
4
|
from langwatch.generated.langwatch_rest_api_client.api.default import (
|
|
4
5
|
get_api_dataset_by_slug_or_id,
|
|
5
6
|
)
|
|
@@ -14,6 +15,7 @@ from langwatch.generated.langwatch_rest_api_client.models import (
|
|
|
14
15
|
)
|
|
15
16
|
from langwatch.state import get_instance
|
|
16
17
|
import pandas as pd
|
|
18
|
+
from pydantic import BaseModel
|
|
17
19
|
|
|
18
20
|
from langwatch.utils.initialization import ensure_setup
|
|
19
21
|
|
|
@@ -37,10 +39,20 @@ class Dataset:
|
|
|
37
39
|
return pd.DataFrame([entry.entry for entry in self.entries])
|
|
38
40
|
|
|
39
41
|
|
|
40
|
-
|
|
42
|
+
class GetDatasetOptions(BaseModel):
|
|
43
|
+
ignore_tracing: Optional[bool] = False
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
def get_dataset(
|
|
47
|
+
slug_or_id: str, options: Optional[GetDatasetOptions] = None
|
|
48
|
+
) -> Dataset:
|
|
41
49
|
ensure_setup()
|
|
42
50
|
|
|
43
|
-
|
|
51
|
+
tracer = NoOpTracer() if options and options.ignore_tracing is True else _tracer
|
|
52
|
+
|
|
53
|
+
with tracer.start_as_current_span(
|
|
54
|
+
"get_dataset",
|
|
55
|
+
) as span:
|
|
44
56
|
span.set_attribute("inputs.slug_or_id", slug_or_id)
|
|
45
57
|
|
|
46
58
|
try:
|
|
@@ -79,6 +79,7 @@ class LangWatchSpan:
|
|
|
79
79
|
|
|
80
80
|
def __init__(
|
|
81
81
|
self,
|
|
82
|
+
*,
|
|
82
83
|
trace: Optional["LangWatchTrace"] = None,
|
|
83
84
|
span_id: Optional[Union[str, UUID]] = None,
|
|
84
85
|
parent: Optional[Union[OtelSpan, "LangWatchSpan"]] = None,
|
|
@@ -339,6 +340,7 @@ class LangWatchSpan:
|
|
|
339
340
|
|
|
340
341
|
def update(
|
|
341
342
|
self,
|
|
343
|
+
*,
|
|
342
344
|
span_id: Optional[Union[str, UUID]] = None,
|
|
343
345
|
name: Optional[str] = None,
|
|
344
346
|
type: Optional[SpanTypes] = None,
|
|
@@ -71,6 +71,7 @@ class LangWatchTrace:
|
|
|
71
71
|
|
|
72
72
|
def __init__(
|
|
73
73
|
self,
|
|
74
|
+
*,
|
|
74
75
|
trace_id: Optional[Union[str, UUID]] = None,
|
|
75
76
|
metadata: Optional[TraceMetadata] = None,
|
|
76
77
|
expected_output: Optional[str] = None,
|
|
@@ -306,6 +307,7 @@ class LangWatchTrace:
|
|
|
306
307
|
|
|
307
308
|
def update(
|
|
308
309
|
self,
|
|
310
|
+
*,
|
|
309
311
|
trace_id: Optional[Union[str, UUID]] = None,
|
|
310
312
|
metadata: Optional[TraceMetadata] = None,
|
|
311
313
|
expected_output: Optional[str] = None,
|
|
@@ -4,8 +4,16 @@ from typing import Optional
|
|
|
4
4
|
import pytest
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
def make_client(
|
|
8
|
-
|
|
7
|
+
def make_client(
|
|
8
|
+
api_key: Optional[str] = None,
|
|
9
|
+
disable_sending: bool = False,
|
|
10
|
+
skip_open_telemetry_setup: bool = False,
|
|
11
|
+
) -> Client:
|
|
12
|
+
return Client(
|
|
13
|
+
api_key=api_key,
|
|
14
|
+
disable_sending=disable_sending,
|
|
15
|
+
skip_open_telemetry_setup=skip_open_telemetry_setup,
|
|
16
|
+
)
|
|
9
17
|
|
|
10
18
|
|
|
11
19
|
def test_api_key_setter_same_key():
|
|
@@ -144,3 +152,32 @@ def test_tracer_provider_reinitialized_on_api_key_change():
|
|
|
144
152
|
client.api_key = "second-key"
|
|
145
153
|
shutdown2.assert_not_called()
|
|
146
154
|
setup_tracer2.assert_not_called()
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
def test_skip_open_telemetry_setup_property():
|
|
158
|
+
"""Test that skip_open_telemetry_setup property returns the correct value."""
|
|
159
|
+
client = make_client(api_key="test-key", skip_open_telemetry_setup=True)
|
|
160
|
+
assert client.skip_open_telemetry_setup is True
|
|
161
|
+
|
|
162
|
+
client2 = make_client(api_key="test-key", skip_open_telemetry_setup=False)
|
|
163
|
+
assert client2.skip_open_telemetry_setup is False
|
|
164
|
+
|
|
165
|
+
client3 = make_client(api_key="test-key") # Default should be False
|
|
166
|
+
assert client3.skip_open_telemetry_setup is False
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
def test_skip_open_telemetry_setup_api_key_setter():
|
|
170
|
+
"""Test that skip_open_telemetry_setup prevents OpenTelemetry reinitialization when API key changes."""
|
|
171
|
+
client = make_client(api_key="first-key", skip_open_telemetry_setup=True)
|
|
172
|
+
|
|
173
|
+
with (
|
|
174
|
+
patch.object(client, "_Client__shutdown_tracer_provider") as shutdown,
|
|
175
|
+
patch.object(client, "_Client__setup_tracer_provider") as setup_tracer,
|
|
176
|
+
patch.object(client, "_setup_rest_api_client") as setup_rest,
|
|
177
|
+
):
|
|
178
|
+
client.api_key = "second-key"
|
|
179
|
+
# Should not call shutdown or setup_tracer when skip_open_telemetry_setup is True
|
|
180
|
+
shutdown.assert_not_called()
|
|
181
|
+
setup_tracer.assert_not_called()
|
|
182
|
+
# Should still call setup_rest for the API client
|
|
183
|
+
setup_rest.assert_called_once()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/exporters/filterable_batch_span_exporter.py
RENAMED
|
File without changes
|
{langwatch-0.2.13 → langwatch-0.2.15}/src/langwatch/generated/langwatch_rest_api_client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|