langwatch 0.8.0__tar.gz → 0.8.1__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.8.0 → langwatch-0.8.1}/CHANGELOG.md +13 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/PKG-INFO +1 -1
- {langwatch-0.8.0 → langwatch-0.8.1}/pyproject.toml +1 -1
- langwatch-0.8.1/src/langwatch/__version__.py +3 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/batch_evaluation.py +5 -4
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/dspy/__init__.py +3 -2
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/evaluation/evaluation.py +3 -2
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/evaluations.py +3 -2
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/login.py +2 -1
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/tracing.py +3 -2
- langwatch-0.8.1/src/langwatch/utils/exceptions.py +35 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/uv.lock +1 -5
- langwatch-0.8.0/src/langwatch/__version__.py +0 -3
- langwatch-0.8.0/src/langwatch/utils/exceptions.py +0 -14
- {langwatch-0.8.0 → langwatch-0.8.1}/.editorconfig +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/.env.example +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/.gitignore +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/AGENTS.md +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/Makefile +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/README.md +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/README.md +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/cli/README.md +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/cli/guaranteed_availability_with_cli.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/dataset_kitchen_sink.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/distributed_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/dspy_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/fastapi_app.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/guardrails.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/haystack_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langchain_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langchain_rag_bot_with_threads.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langgraph_rag_bot_with_threads.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/litellm_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_otel_metrics.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/openinference/google_adk.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/prompt_cli/.gitignore +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/prompt_cli/main.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/prompt_cli/prompts/agent/performance.prompt.yaml +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/span_evaluation.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/strands_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/test_utils/run_cli.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/specs/prompts/fetch-policy.feature +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/attributes.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/client.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/dataset/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/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.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/langchain.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/litellm.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/openai.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/local_loader.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/prompt_api_service.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/prompt_facade.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/types/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/types/fetch_policy.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/types/prompt_data.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/prompts/types/structures.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/py.typed +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/state.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/__tests__/test_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/span.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/tracer.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/types.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/conftest.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/e2e/test_fetch_policies_e2e.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/README.md +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/prompts/cli.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/prompts/general.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/prompts/prompt_fixtures.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_fetch_policies.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_guaranteed_availability.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_local_loader.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/test_cli_runner.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/test_client.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/test_examples.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/test_login.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/test_version.py +0 -0
- {langwatch-0.8.0 → langwatch-0.8.1}/tests/utils/test_transformation.py +0 -0
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.8.0...python-sdk@v0.8.1) (2026-01-06)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* improve backend error capturing of whole python-sdk to forward the human readable error message, and improve auto parsing of contexts for evaluation ([7ed0623](https://github.com/langwatch/langwatch/commit/7ed06235ecf14091c4cad33a5331a4d0819e9a27))
|
|
9
|
+
* reraise when 'error' is not available ([40530a2](https://github.com/langwatch/langwatch/commit/40530a2de08ce796dcc4ad9a0a97cd661044dbf1))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
* trigger release ([#1011](https://github.com/langwatch/langwatch/issues/1011)) ([6173f53](https://github.com/langwatch/langwatch/commit/6173f53b041d9ee7e6b930270224954ba3c6621e))
|
|
15
|
+
|
|
3
16
|
## [0.8.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.7.2...python-sdk@v0.8.0) (2025-12-16)
|
|
4
17
|
|
|
5
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.8.
|
|
3
|
+
version = "0.8.1" # 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"
|
|
@@ -24,6 +24,7 @@ from tqdm import tqdm
|
|
|
24
24
|
import pandas as pd
|
|
25
25
|
|
|
26
26
|
from langwatch.types import Money
|
|
27
|
+
from langwatch.utils.exceptions import better_raise_for_status
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
class EvaluationResult(BaseModel):
|
|
@@ -150,7 +151,7 @@ class BatchEvaluation:
|
|
|
150
151
|
raise ValueError(
|
|
151
152
|
"API key is not valid, please try to login again with langwatch.login()"
|
|
152
153
|
)
|
|
153
|
-
response
|
|
154
|
+
better_raise_for_status(response)
|
|
154
155
|
experiment_path = response.json()["path"]
|
|
155
156
|
self.experiment_slug = response.json()["slug"]
|
|
156
157
|
|
|
@@ -368,7 +369,7 @@ class BatchEvaluation:
|
|
|
368
369
|
json=body,
|
|
369
370
|
timeout=60,
|
|
370
371
|
)
|
|
371
|
-
response
|
|
372
|
+
better_raise_for_status(response)
|
|
372
373
|
|
|
373
374
|
def wait_for_completion(self):
|
|
374
375
|
async def wait_for_completion(self):
|
|
@@ -414,7 +415,7 @@ async def run_evaluation(
|
|
|
414
415
|
|
|
415
416
|
async with httpx.AsyncClient(timeout=900) as client:
|
|
416
417
|
response = await client.post(**request_params)
|
|
417
|
-
response
|
|
418
|
+
better_raise_for_status(response)
|
|
418
419
|
|
|
419
420
|
result = response.json()
|
|
420
421
|
|
|
@@ -462,7 +463,7 @@ def get_dataset(
|
|
|
462
463
|
|
|
463
464
|
with httpx.Client(timeout=300) as client:
|
|
464
465
|
response = client.get(**request_params)
|
|
465
|
-
response
|
|
466
|
+
better_raise_for_status(response)
|
|
466
467
|
|
|
467
468
|
result = response.json()
|
|
468
469
|
|
|
@@ -5,6 +5,7 @@ import time
|
|
|
5
5
|
import warnings
|
|
6
6
|
import dspy
|
|
7
7
|
from typing import Callable, List, Optional, Any, Type, Union
|
|
8
|
+
from langwatch.utils.exceptions import better_raise_for_status
|
|
8
9
|
from langwatch.utils.transformation import truncate_object_recursively
|
|
9
10
|
from langwatch.telemetry.tracing import LangWatchTrace
|
|
10
11
|
from typing_extensions import TypedDict
|
|
@@ -193,7 +194,7 @@ class LangWatchDSPy:
|
|
|
193
194
|
raise ValueError(
|
|
194
195
|
"API key is not valid, please try to login again with langwatch.login()"
|
|
195
196
|
)
|
|
196
|
-
response
|
|
197
|
+
better_raise_for_status(response)
|
|
197
198
|
|
|
198
199
|
if optimizer and evaluator:
|
|
199
200
|
raise ValueError("You can only provide an optimizer or an evaluator, not both.")
|
|
@@ -386,7 +387,7 @@ class LangWatchDSPy:
|
|
|
386
387
|
data=json.dumps(data), # type: ignore
|
|
387
388
|
timeout=60,
|
|
388
389
|
)
|
|
389
|
-
response
|
|
390
|
+
better_raise_for_status(response)
|
|
390
391
|
self.steps_buffer = []
|
|
391
392
|
|
|
392
393
|
def tracer(self, trace: LangWatchTrace):
|
|
@@ -34,6 +34,7 @@ import langwatch
|
|
|
34
34
|
from langwatch.attributes import AttributeKey
|
|
35
35
|
from langwatch.domain import Money, TypedValueJson
|
|
36
36
|
from langwatch.telemetry.tracing import LangWatchTrace
|
|
37
|
+
from langwatch.utils.exceptions import better_raise_for_status
|
|
37
38
|
from langwatch.utils.transformation import SerializableWithStringFallback
|
|
38
39
|
|
|
39
40
|
from coolname import generate_slug # type: ignore
|
|
@@ -132,7 +133,7 @@ class Evaluation:
|
|
|
132
133
|
raise ValueError(
|
|
133
134
|
"API key is not valid, please try to login again with langwatch.login()"
|
|
134
135
|
)
|
|
135
|
-
response
|
|
136
|
+
better_raise_for_status(response)
|
|
136
137
|
response_json = response.json()
|
|
137
138
|
experiment_path = response_json["path"]
|
|
138
139
|
self.experiment_slug = response_json["slug"]
|
|
@@ -388,7 +389,7 @@ class Evaluation:
|
|
|
388
389
|
data=json.dumps(body, cls=SerializableWithStringFallback), # type: ignore
|
|
389
390
|
timeout=60,
|
|
390
391
|
)
|
|
391
|
-
response
|
|
392
|
+
better_raise_for_status(response)
|
|
392
393
|
|
|
393
394
|
def _wait_for_completion(self):
|
|
394
395
|
async def wait_for_completion(self: Evaluation):
|
|
@@ -12,6 +12,7 @@ from langwatch.telemetry.span import LangWatchSpan
|
|
|
12
12
|
from langwatch.telemetry.context import get_current_span
|
|
13
13
|
from langwatch.state import get_api_key, get_endpoint, get_instance
|
|
14
14
|
from langwatch.attributes import AttributeKey
|
|
15
|
+
from langwatch.utils.exceptions import EvaluatorException, better_raise_for_status
|
|
15
16
|
from pydantic import BaseModel
|
|
16
17
|
|
|
17
18
|
from langwatch.types import (
|
|
@@ -101,7 +102,7 @@ def evaluate(
|
|
|
101
102
|
try:
|
|
102
103
|
with httpx.Client(timeout=900) as client:
|
|
103
104
|
response = client.post(**request_params)
|
|
104
|
-
response
|
|
105
|
+
better_raise_for_status(response, cls=EvaluatorException)
|
|
105
106
|
except Exception as e:
|
|
106
107
|
return _handle_exception(e, span, as_guardrail)
|
|
107
108
|
|
|
@@ -156,7 +157,7 @@ async def async_evaluate(
|
|
|
156
157
|
try:
|
|
157
158
|
async with httpx.AsyncClient(timeout=900) as client:
|
|
158
159
|
response = await client.post(**request_params)
|
|
159
|
-
response
|
|
160
|
+
better_raise_for_status(response)
|
|
160
161
|
except Exception as e:
|
|
161
162
|
return _handle_exception(e, span, as_guardrail)
|
|
162
163
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import httpx
|
|
2
2
|
|
|
3
3
|
import langwatch
|
|
4
|
+
from langwatch.utils.exceptions import better_raise_for_status
|
|
4
5
|
from .state import get_api_key, get_endpoint
|
|
5
6
|
from getpass import getpass
|
|
6
7
|
|
|
@@ -25,7 +26,7 @@ def login(relogin=False):
|
|
|
25
26
|
)
|
|
26
27
|
if response.status_code == 401:
|
|
27
28
|
raise ValueError("API key is not valid, please try to login again")
|
|
28
|
-
response
|
|
29
|
+
better_raise_for_status(response)
|
|
29
30
|
|
|
30
31
|
langwatch.setup(api_key=api_key)
|
|
31
32
|
print("LangWatch API key set")
|
|
@@ -6,6 +6,7 @@ import httpx
|
|
|
6
6
|
import threading
|
|
7
7
|
from deprecated import deprecated
|
|
8
8
|
from langwatch.attributes import AttributeKey
|
|
9
|
+
from langwatch.utils.exceptions import better_raise_for_status
|
|
9
10
|
from langwatch.utils.transformation import (
|
|
10
11
|
SerializableWithStringFallback,
|
|
11
12
|
convert_typed_values,
|
|
@@ -300,7 +301,7 @@ class LangWatchTrace:
|
|
|
300
301
|
headers={"X-Auth-Token": get_api_key()},
|
|
301
302
|
timeout=15,
|
|
302
303
|
)
|
|
303
|
-
response
|
|
304
|
+
better_raise_for_status(response)
|
|
304
305
|
path = response.json()["path"]
|
|
305
306
|
return f"{endpoint}{path}"
|
|
306
307
|
|
|
@@ -317,7 +318,7 @@ class LangWatchTrace:
|
|
|
317
318
|
headers={"X-Auth-Token": get_api_key()},
|
|
318
319
|
timeout=15,
|
|
319
320
|
)
|
|
320
|
-
response
|
|
321
|
+
better_raise_for_status(response)
|
|
321
322
|
|
|
322
323
|
def update(
|
|
323
324
|
self,
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import traceback
|
|
2
|
+
from typing import List, cast, Type
|
|
3
|
+
|
|
4
|
+
from langwatch.domain import ErrorCapture
|
|
5
|
+
import httpx
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def capture_exception(err: BaseException):
|
|
9
|
+
try: # python < 3.10
|
|
10
|
+
string_stacktrace = cast(List[str], traceback.format_exception(
|
|
11
|
+
etype=type(err), value=err, tb=err.__traceback__
|
|
12
|
+
)) # type: ignore
|
|
13
|
+
except: # python 3.10+
|
|
14
|
+
string_stacktrace = traceback.format_exception(err) # type: ignore
|
|
15
|
+
return ErrorCapture(message=repr(err), stacktrace=string_stacktrace)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class EvaluatorException(Exception):
|
|
19
|
+
pass
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
def better_raise_for_status(response: httpx.Response, cls: Type[BaseException] = httpx.HTTPStatusError) -> None:
|
|
23
|
+
try:
|
|
24
|
+
response.raise_for_status()
|
|
25
|
+
except httpx.HTTPStatusError as http_err:
|
|
26
|
+
try:
|
|
27
|
+
json = response.json()
|
|
28
|
+
except Exception:
|
|
29
|
+
raise http_err
|
|
30
|
+
|
|
31
|
+
if "error" in json:
|
|
32
|
+
error = json["error"]
|
|
33
|
+
raise cls(f"{response.status_code} {error}") from http_err
|
|
34
|
+
else:
|
|
35
|
+
raise http_err
|
|
@@ -1751,7 +1751,6 @@ wheels = [
|
|
|
1751
1751
|
{ url = "https://files.pythonhosted.org/packages/7d/ed/6bfa4109fcb23a58819600392564fea69cdc6551ffd5e69ccf1d52a40cbc/greenlet-3.2.4-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:8c68325b0d0acf8d91dde4e6f930967dd52a5302cd4062932a6b2e7c2969f47c", size = 271061, upload-time = "2025-08-07T13:17:15.373Z" },
|
|
1752
1752
|
{ url = "https://files.pythonhosted.org/packages/2a/fc/102ec1a2fc015b3a7652abab7acf3541d58c04d3d17a8d3d6a44adae1eb1/greenlet-3.2.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:94385f101946790ae13da500603491f04a76b6e4c059dab271b3ce2e283b2590", size = 629475, upload-time = "2025-08-07T13:42:54.009Z" },
|
|
1753
1753
|
{ url = "https://files.pythonhosted.org/packages/c5/26/80383131d55a4ac0fb08d71660fd77e7660b9db6bdb4e8884f46d9f2cc04/greenlet-3.2.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f10fd42b5ee276335863712fa3da6608e93f70629c631bf77145021600abc23c", size = 640802, upload-time = "2025-08-07T13:45:25.52Z" },
|
|
1754
|
-
{ url = "https://files.pythonhosted.org/packages/9f/7c/e7833dbcd8f376f3326bd728c845d31dcde4c84268d3921afcae77d90d08/greenlet-3.2.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:c8c9e331e58180d0d83c5b7999255721b725913ff6bc6cf39fa2a45841a4fd4b", size = 636703, upload-time = "2025-08-07T13:53:12.622Z" },
|
|
1755
1754
|
{ url = "https://files.pythonhosted.org/packages/e9/49/547b93b7c0428ede7b3f309bc965986874759f7d89e4e04aeddbc9699acb/greenlet-3.2.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:58b97143c9cc7b86fc458f215bd0932f1757ce649e05b640fea2e79b54cedb31", size = 635417, upload-time = "2025-08-07T13:18:25.189Z" },
|
|
1756
1755
|
{ url = "https://files.pythonhosted.org/packages/7f/91/ae2eb6b7979e2f9b035a9f612cf70f1bf54aad4e1d125129bef1eae96f19/greenlet-3.2.4-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c2ca18a03a8cfb5b25bc1cbe20f3d9a4c80d8c3b13ba3df49ac3961af0b1018d", size = 584358, upload-time = "2025-08-07T13:18:23.708Z" },
|
|
1757
1756
|
{ url = "https://files.pythonhosted.org/packages/f7/85/433de0c9c0252b22b16d413c9407e6cb3b41df7389afc366ca204dbc1393/greenlet-3.2.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:9fe0a28a7b952a21e2c062cd5756d34354117796c6d9215a87f55e38d15402c5", size = 1113550, upload-time = "2025-08-07T13:42:37.467Z" },
|
|
@@ -1762,7 +1761,6 @@ wheels = [
|
|
|
1762
1761
|
{ url = "https://files.pythonhosted.org/packages/a4/de/f28ced0a67749cac23fecb02b694f6473f47686dff6afaa211d186e2ef9c/greenlet-3.2.4-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:96378df1de302bc38e99c3a9aa311967b7dc80ced1dcc6f171e99842987882a2", size = 272305, upload-time = "2025-08-07T13:15:41.288Z" },
|
|
1763
1762
|
{ url = "https://files.pythonhosted.org/packages/09/16/2c3792cba130000bf2a31c5272999113f4764fd9d874fb257ff588ac779a/greenlet-3.2.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:1ee8fae0519a337f2329cb78bd7a8e128ec0f881073d43f023c7b8d4831d5246", size = 632472, upload-time = "2025-08-07T13:42:55.044Z" },
|
|
1764
1763
|
{ url = "https://files.pythonhosted.org/packages/ae/8f/95d48d7e3d433e6dae5b1682e4292242a53f22df82e6d3dda81b1701a960/greenlet-3.2.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:94abf90142c2a18151632371140b3dba4dee031633fe614cb592dbb6c9e17bc3", size = 644646, upload-time = "2025-08-07T13:45:26.523Z" },
|
|
1765
|
-
{ url = "https://files.pythonhosted.org/packages/d5/5e/405965351aef8c76b8ef7ad370e5da58d57ef6068df197548b015464001a/greenlet-3.2.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:4d1378601b85e2e5171b99be8d2dc85f594c79967599328f95c1dc1a40f1c633", size = 640519, upload-time = "2025-08-07T13:53:13.928Z" },
|
|
1766
1764
|
{ url = "https://files.pythonhosted.org/packages/25/5d/382753b52006ce0218297ec1b628e048c4e64b155379331f25a7316eb749/greenlet-3.2.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0db5594dce18db94f7d1650d7489909b57afde4c580806b8d9203b6e79cdc079", size = 639707, upload-time = "2025-08-07T13:18:27.146Z" },
|
|
1767
1765
|
{ url = "https://files.pythonhosted.org/packages/1f/8e/abdd3f14d735b2929290a018ecf133c901be4874b858dd1c604b9319f064/greenlet-3.2.4-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2523e5246274f54fdadbce8494458a2ebdcdbc7b802318466ac5606d3cded1f8", size = 587684, upload-time = "2025-08-07T13:18:25.164Z" },
|
|
1768
1766
|
{ url = "https://files.pythonhosted.org/packages/5d/65/deb2a69c3e5996439b0176f6651e0052542bb6c8f8ec2e3fba97c9768805/greenlet-3.2.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1987de92fec508535687fb807a5cea1560f6196285a4cde35c100b8cd632cc52", size = 1116647, upload-time = "2025-08-07T13:42:38.655Z" },
|
|
@@ -1773,7 +1771,6 @@ wheels = [
|
|
|
1773
1771
|
{ url = "https://files.pythonhosted.org/packages/44/69/9b804adb5fd0671f367781560eb5eb586c4d495277c93bde4307b9e28068/greenlet-3.2.4-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:3b67ca49f54cede0186854a008109d6ee71f66bd57bb36abd6d0a0267b540cdd", size = 274079, upload-time = "2025-08-07T13:15:45.033Z" },
|
|
1774
1772
|
{ url = "https://files.pythonhosted.org/packages/46/e9/d2a80c99f19a153eff70bc451ab78615583b8dac0754cfb942223d2c1a0d/greenlet-3.2.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ddf9164e7a5b08e9d22511526865780a576f19ddd00d62f8a665949327fde8bb", size = 640997, upload-time = "2025-08-07T13:42:56.234Z" },
|
|
1775
1773
|
{ url = "https://files.pythonhosted.org/packages/3b/16/035dcfcc48715ccd345f3a93183267167cdd162ad123cd93067d86f27ce4/greenlet-3.2.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:f28588772bb5fb869a8eb331374ec06f24a83a9c25bfa1f38b6993afe9c1e968", size = 655185, upload-time = "2025-08-07T13:45:27.624Z" },
|
|
1776
|
-
{ url = "https://files.pythonhosted.org/packages/31/da/0386695eef69ffae1ad726881571dfe28b41970173947e7c558d9998de0f/greenlet-3.2.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:5c9320971821a7cb77cfab8d956fa8e39cd07ca44b6070db358ceb7f8797c8c9", size = 649926, upload-time = "2025-08-07T13:53:15.251Z" },
|
|
1777
1774
|
{ url = "https://files.pythonhosted.org/packages/68/88/69bf19fd4dc19981928ceacbc5fd4bb6bc2215d53199e367832e98d1d8fe/greenlet-3.2.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c60a6d84229b271d44b70fb6e5fa23781abb5d742af7b808ae3f6efd7c9c60f6", size = 651839, upload-time = "2025-08-07T13:18:30.281Z" },
|
|
1778
1775
|
{ url = "https://files.pythonhosted.org/packages/19/0d/6660d55f7373b2ff8152401a83e02084956da23ae58cddbfb0b330978fe9/greenlet-3.2.4-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3b3812d8d0c9579967815af437d96623f45c0f2ae5f04e366de62a12d83a8fb0", size = 607586, upload-time = "2025-08-07T13:18:28.544Z" },
|
|
1779
1776
|
{ url = "https://files.pythonhosted.org/packages/8e/1a/c953fdedd22d81ee4629afbb38d2f9d71e37d23caace44775a3a969147d4/greenlet-3.2.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:abbf57b5a870d30c4675928c37278493044d7c14378350b3aa5d484fa65575f0", size = 1123281, upload-time = "2025-08-07T13:42:39.858Z" },
|
|
@@ -1784,7 +1781,6 @@ wheels = [
|
|
|
1784
1781
|
{ url = "https://files.pythonhosted.org/packages/49/e8/58c7f85958bda41dafea50497cbd59738c5c43dbbea5ee83d651234398f4/greenlet-3.2.4-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:1a921e542453fe531144e91e1feedf12e07351b1cf6c9e8a3325ea600a715a31", size = 272814, upload-time = "2025-08-07T13:15:50.011Z" },
|
|
1785
1782
|
{ url = "https://files.pythonhosted.org/packages/62/dd/b9f59862e9e257a16e4e610480cfffd29e3fae018a68c2332090b53aac3d/greenlet-3.2.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cd3c8e693bff0fff6ba55f140bf390fa92c994083f838fece0f63be121334945", size = 641073, upload-time = "2025-08-07T13:42:57.23Z" },
|
|
1786
1783
|
{ url = "https://files.pythonhosted.org/packages/f7/0b/bc13f787394920b23073ca3b6c4a7a21396301ed75a655bcb47196b50e6e/greenlet-3.2.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:710638eb93b1fa52823aa91bf75326f9ecdfd5e0466f00789246a5280f4ba0fc", size = 655191, upload-time = "2025-08-07T13:45:29.752Z" },
|
|
1787
|
-
{ url = "https://files.pythonhosted.org/packages/f2/d6/6adde57d1345a8d0f14d31e4ab9c23cfe8e2cd39c3baf7674b4b0338d266/greenlet-3.2.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:c5111ccdc9c88f423426df3fd1811bfc40ed66264d35aa373420a34377efc98a", size = 649516, upload-time = "2025-08-07T13:53:16.314Z" },
|
|
1788
1784
|
{ url = "https://files.pythonhosted.org/packages/7f/3b/3a3328a788d4a473889a2d403199932be55b1b0060f4ddd96ee7cdfcad10/greenlet-3.2.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d76383238584e9711e20ebe14db6c88ddcedc1829a9ad31a584389463b5aa504", size = 652169, upload-time = "2025-08-07T13:18:32.861Z" },
|
|
1789
1785
|
{ url = "https://files.pythonhosted.org/packages/ee/43/3cecdc0349359e1a527cbf2e3e28e5f8f06d3343aaf82ca13437a9aa290f/greenlet-3.2.4-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:23768528f2911bcd7e475210822ffb5254ed10d71f4028387e5a99b4c6699671", size = 610497, upload-time = "2025-08-07T13:18:31.636Z" },
|
|
1790
1786
|
{ url = "https://files.pythonhosted.org/packages/b8/19/06b6cf5d604e2c382a6f31cafafd6f33d5dea706f4db7bdab184bad2b21d/greenlet-3.2.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:00fadb3fedccc447f517ee0d3fd8fe49eae949e1cd0f6a611818f4f6fb7dc83b", size = 1121662, upload-time = "2025-08-07T13:42:41.117Z" },
|
|
@@ -2882,7 +2878,7 @@ wheels = [
|
|
|
2882
2878
|
|
|
2883
2879
|
[[package]]
|
|
2884
2880
|
name = "langwatch"
|
|
2885
|
-
version = "0.8.
|
|
2881
|
+
version = "0.8.1"
|
|
2886
2882
|
source = { editable = "." }
|
|
2887
2883
|
dependencies = [
|
|
2888
2884
|
{ name = "attrs" },
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import traceback
|
|
2
|
-
from typing import List, cast
|
|
3
|
-
|
|
4
|
-
from langwatch.domain import ErrorCapture
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
def capture_exception(err: BaseException):
|
|
8
|
-
try: # python < 3.10
|
|
9
|
-
string_stacktrace = cast(List[str], traceback.format_exception(
|
|
10
|
-
etype=type(err), value=err, tb=err.__traceback__
|
|
11
|
-
)) # type: ignore
|
|
12
|
-
except: # python 3.10+
|
|
13
|
-
string_stacktrace = traceback.format_exception(err) # type: ignore
|
|
14
|
-
return ErrorCapture(message=repr(err), stacktrace=string_stacktrace)
|
|
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.8.0 → langwatch-0.8.1}/examples/prompt_cli/prompts/agent/performance.prompt.yaml
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
|
{langwatch-0.8.0 → langwatch-0.8.1}/src/langwatch/exporters/filterable_batch_span_exporter.py
RENAMED
|
File without changes
|
{langwatch-0.8.0 → langwatch-0.8.1}/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
|