langwatch 0.10.1__tar.gz → 0.10.2__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.10.1 → langwatch-0.10.2}/CHANGELOG.md +7 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/PKG-INFO +1 -1
- {langwatch-0.10.1 → langwatch-0.10.2}/pyproject.toml +1 -1
- langwatch-0.10.2/src/langwatch/__version__.py +3 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/experiment/experiment.py +122 -14
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/experiment/test_with_target.py +136 -4
- {langwatch-0.10.1 → langwatch-0.10.2}/uv.lock +1 -1
- langwatch-0.10.1/src/langwatch/__version__.py +0 -3
- {langwatch-0.10.1 → langwatch-0.10.2}/.editorconfig +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/.env.example +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/.gitignore +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/AGENTS.md +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/Makefile +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/README.md +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/README.md +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/cli/README.md +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/cli/guaranteed_availability_with_cli.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/dataset_kitchen_sink.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/distributed_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/dspy_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/fastapi_app.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_image.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/guardrails.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/haystack_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langchain_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langchain_rag_bot_with_threads.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langgraph_rag_bot_with_threads.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/litellm_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_otel_metrics.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/openinference/google_adk.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openinference_dspy_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/prompt_cli/.gitignore +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/prompt_cli/main.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/prompt_cli/prompts/agent/performance.prompt.yaml +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/span_evaluation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/strands_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/test_utils/run_cli.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/specs/evaluation/with_target.feature +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/specs/prompts/fetch-policy.feature +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/attributes.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/batch_evaluation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/client.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/dataset/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/dspy/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/evaluations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/experiment/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/experiment/platform_run.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/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.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/langchain.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/litellm.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/login.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/openai.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/local_loader.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/prompt_api_service.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/prompt_facade.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/types/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/types/fetch_policy.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/types/prompt_data.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/prompts/types/structures.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/py.typed +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/state.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/__tests__/test_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/span.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/tracer.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/types.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/exceptions.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/conftest.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/e2e/test_fetch_policies_e2e.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/e2e/test_platform_experiment_e2e.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/evaluation/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/evaluation/test_evaluate.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/experiment/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/experiment/test_target_registration.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/experiment/test_target_trace_isolation.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/experiment/test_with_target_integration.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/README.md +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/prompts/cli.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/prompts/general.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/prompts/prompt_fixtures.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_fetch_policies.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_guaranteed_availability.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_local_loader.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/prompts/test_prompts_path_config.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/test_cli_runner.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/test_client.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/test_examples.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/test_login.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/test_version.py +0 -0
- {langwatch-0.10.1 → langwatch-0.10.2}/tests/utils/test_transformation.py +0 -0
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.10.2](https://github.com/langwatch/langwatch/compare/python-sdk@v0.10.1...python-sdk@v0.10.2) (2026-02-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* tests, handle wildcard (*) in spans and metadata trace mappings and allow log_response() without explicit target context ([#1291](https://github.com/langwatch/langwatch/issues/1291)) ([af5d77f](https://github.com/langwatch/langwatch/commit/af5d77fade37ea9ca157965e7d1ac8e4e73f2dcf))
|
|
9
|
+
|
|
3
10
|
## [1.0.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.10.0...python-sdk@v1.0.0) (2026-02-01)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.2" # 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"
|
|
@@ -302,6 +302,10 @@ class Experiment:
|
|
|
302
302
|
iter_ctx = IterationContext(index=index, item=item)
|
|
303
303
|
iter_token = _iteration_context.set(iter_ctx)
|
|
304
304
|
|
|
305
|
+
# Reset target context at the start of each iteration to prevent pollution
|
|
306
|
+
# from previous iterations (especially important for implicit Output targets)
|
|
307
|
+
_target_context.set(None)
|
|
308
|
+
|
|
305
309
|
# Determine if we should create an iteration trace:
|
|
306
310
|
# - Don't create if evaluation uses targets (each target creates its own trace)
|
|
307
311
|
# - Don't create if we're collecting submit() calls (not in_thread yet)
|
|
@@ -340,6 +344,8 @@ class Experiment:
|
|
|
340
344
|
finally:
|
|
341
345
|
# Reset iteration context
|
|
342
346
|
_iteration_context.reset(iter_token)
|
|
347
|
+
# Reset target context to prevent pollution to next iteration
|
|
348
|
+
_target_context.set(None)
|
|
343
349
|
|
|
344
350
|
# Handle iteration trace cleanup
|
|
345
351
|
# Note: If target() was used, it may have already closed the trace
|
|
@@ -715,9 +721,10 @@ class Experiment:
|
|
|
715
721
|
"""
|
|
716
722
|
Log the model's response/output for the current target.
|
|
717
723
|
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
724
|
+
Can be called inside a `target()` context, or outside of one. When called
|
|
725
|
+
outside a target context, an implicit "Output" target is created automatically.
|
|
726
|
+
The response will be stored in the dataset entry's `predicted` field, which
|
|
727
|
+
is displayed in the results table.
|
|
721
728
|
|
|
722
729
|
Args:
|
|
723
730
|
response: The model's output. Can be a string (will be wrapped as
|
|
@@ -725,30 +732,131 @@ class Experiment:
|
|
|
725
732
|
|
|
726
733
|
Example:
|
|
727
734
|
```python
|
|
735
|
+
# With explicit target
|
|
728
736
|
with evaluation.target("gpt-4", {"model": "openai/gpt-4"}):
|
|
729
737
|
response = call_gpt4(row["question"])
|
|
730
738
|
evaluation.log_response(response) # Store the output
|
|
731
739
|
evaluation.log("quality", index=index, score=0.95) # Log metrics
|
|
732
|
-
```
|
|
733
740
|
|
|
734
|
-
|
|
735
|
-
|
|
741
|
+
# Without explicit target (creates implicit "Output" target)
|
|
742
|
+
for index, row in evaluation.loop(df.iterrows()):
|
|
743
|
+
response = my_model(row["question"])
|
|
744
|
+
evaluation.log_response(response) # Creates "Output" target
|
|
745
|
+
evaluation.log("quality", index=index, score=0.95)
|
|
746
|
+
```
|
|
736
747
|
"""
|
|
737
748
|
ctx = _target_context.get()
|
|
738
|
-
if ctx is None:
|
|
739
|
-
raise RuntimeError(
|
|
740
|
-
"log_response() must be called inside a target() context. "
|
|
741
|
-
"Example: with evaluation.target('my-target'): evaluation.log_response(response)"
|
|
742
|
-
)
|
|
743
749
|
|
|
744
750
|
# Normalize response to dict format
|
|
745
751
|
if isinstance(response, str):
|
|
746
|
-
|
|
752
|
+
predicted = {"output": response}
|
|
747
753
|
elif isinstance(response, dict):
|
|
748
|
-
|
|
754
|
+
predicted = response
|
|
749
755
|
else:
|
|
750
756
|
# Try to convert to string for other types
|
|
751
|
-
|
|
757
|
+
predicted = {"output": str(response)}
|
|
758
|
+
|
|
759
|
+
if ctx is None:
|
|
760
|
+
# Create implicit "Output" target and dataset entry immediately
|
|
761
|
+
self._create_implicit_output_target(predicted)
|
|
762
|
+
else:
|
|
763
|
+
# Inside explicit target context - just set predicted
|
|
764
|
+
ctx.predicted = predicted
|
|
765
|
+
|
|
766
|
+
def _create_implicit_output_target(self, predicted: Dict[str, Any]) -> None:
|
|
767
|
+
"""
|
|
768
|
+
Create an implicit "Output" target when log_response() is called outside
|
|
769
|
+
a target() context. This enables a simpler API for single-target evaluations.
|
|
770
|
+
|
|
771
|
+
Creates the dataset entry immediately with the predicted response.
|
|
772
|
+
"""
|
|
773
|
+
target_name = "Output"
|
|
774
|
+
|
|
775
|
+
# Mark that targets are being used
|
|
776
|
+
if not self._evaluation_uses_targets:
|
|
777
|
+
self._evaluation_uses_targets = True
|
|
778
|
+
# Close the active iteration trace if any
|
|
779
|
+
if self._active_iteration_trace is not None:
|
|
780
|
+
self._active_iteration_trace.__exit__(None, None, None)
|
|
781
|
+
self._active_iteration_trace = None
|
|
782
|
+
|
|
783
|
+
self._current_iteration_used_with_target = True
|
|
784
|
+
|
|
785
|
+
# Register the target
|
|
786
|
+
self._register_target(target_name, None)
|
|
787
|
+
|
|
788
|
+
# Get index and item from iteration context
|
|
789
|
+
iter_ctx = _iteration_context.get()
|
|
790
|
+
if iter_ctx is not None:
|
|
791
|
+
index = iter_ctx.index
|
|
792
|
+
current_item = iter_ctx.item
|
|
793
|
+
else:
|
|
794
|
+
index = self._current_index
|
|
795
|
+
current_item = self._current_item
|
|
796
|
+
|
|
797
|
+
# Create a trace for this implicit target
|
|
798
|
+
tracer = trace.get_tracer("langwatch-evaluation")
|
|
799
|
+
root_context = otel_context.Context()
|
|
800
|
+
|
|
801
|
+
# Start span and get trace_id
|
|
802
|
+
with tracer.start_span(
|
|
803
|
+
f"evaluation.target.{target_name}",
|
|
804
|
+
context=root_context,
|
|
805
|
+
attributes={
|
|
806
|
+
"evaluation.run_id": self.run_id,
|
|
807
|
+
"evaluation.index": index,
|
|
808
|
+
"evaluation.target": target_name,
|
|
809
|
+
},
|
|
810
|
+
) as span:
|
|
811
|
+
span_context = span.get_span_context()
|
|
812
|
+
trace_id = format(span_context.trace_id, "032x")
|
|
813
|
+
|
|
814
|
+
# Create and set target context (for subsequent log() calls)
|
|
815
|
+
ctx = TargetContext(
|
|
816
|
+
target_id=target_name,
|
|
817
|
+
index=index,
|
|
818
|
+
trace_id=trace_id,
|
|
819
|
+
predicted=predicted,
|
|
820
|
+
)
|
|
821
|
+
_target_context.set(ctx)
|
|
822
|
+
|
|
823
|
+
# Create dataset entry immediately
|
|
824
|
+
entry_data: Any = (
|
|
825
|
+
current_item.to_dict()
|
|
826
|
+
if hasattr(current_item, "to_dict")
|
|
827
|
+
else (
|
|
828
|
+
current_item.__dict__
|
|
829
|
+
if hasattr(current_item, "__dict__")
|
|
830
|
+
else (
|
|
831
|
+
current_item[1].to_dict()
|
|
832
|
+
if type(current_item) == tuple
|
|
833
|
+
and hasattr(current_item[1], "to_dict")
|
|
834
|
+
else (
|
|
835
|
+
current_item[1].__dict__
|
|
836
|
+
if type(current_item) == tuple
|
|
837
|
+
and hasattr(current_item[1], "__dict__")
|
|
838
|
+
else {
|
|
839
|
+
"entry": json.dumps(
|
|
840
|
+
current_item, cls=SerializableWithStringFallback
|
|
841
|
+
)
|
|
842
|
+
}
|
|
843
|
+
)
|
|
844
|
+
)
|
|
845
|
+
)
|
|
846
|
+
)
|
|
847
|
+
|
|
848
|
+
batch_entry = BatchEntry(
|
|
849
|
+
index=index,
|
|
850
|
+
entry=entry_data,
|
|
851
|
+
duration=0, # Duration not tracked for implicit targets
|
|
852
|
+
error=None,
|
|
853
|
+
trace_id=trace_id,
|
|
854
|
+
target_id=target_name,
|
|
855
|
+
predicted=predicted,
|
|
856
|
+
)
|
|
857
|
+
|
|
858
|
+
with self.lock:
|
|
859
|
+
self.batch["dataset"].append(batch_entry)
|
|
752
860
|
|
|
753
861
|
def log(
|
|
754
862
|
self,
|
|
@@ -250,10 +250,47 @@ class TestLogResponse:
|
|
|
250
250
|
|
|
251
251
|
assert evaluation.batch["dataset"][0].predicted == {"answer": "42", "confidence": 0.95}
|
|
252
252
|
|
|
253
|
-
def
|
|
254
|
-
"""log_response() outside target()
|
|
255
|
-
|
|
256
|
-
|
|
253
|
+
def test_log_response_outside_target_creates_implicit_output_target(self, evaluation):
|
|
254
|
+
"""log_response() outside target() creates an implicit 'Output' target."""
|
|
255
|
+
# Set up iteration context (normally done by loop())
|
|
256
|
+
from langwatch.experiment.experiment import _iteration_context, _target_context, IterationContext
|
|
257
|
+
iter_ctx = IterationContext(index=0, item={"question": "test"})
|
|
258
|
+
iter_token = _iteration_context.set(iter_ctx)
|
|
259
|
+
|
|
260
|
+
try:
|
|
261
|
+
evaluation.log_response("Hello, world!")
|
|
262
|
+
|
|
263
|
+
# Should create a dataset entry with target_id "Output"
|
|
264
|
+
assert len(evaluation.batch["dataset"]) == 1
|
|
265
|
+
entry = evaluation.batch["dataset"][0]
|
|
266
|
+
assert entry.target_id == "Output"
|
|
267
|
+
assert entry.predicted == {"output": "Hello, world!"}
|
|
268
|
+
assert entry.index == 0
|
|
269
|
+
|
|
270
|
+
# Should register the "Output" target
|
|
271
|
+
assert "Output" in evaluation._targets
|
|
272
|
+
finally:
|
|
273
|
+
_iteration_context.reset(iter_token)
|
|
274
|
+
# Reset target context to avoid polluting other tests
|
|
275
|
+
_target_context.set(None)
|
|
276
|
+
|
|
277
|
+
def test_log_response_outside_target_associates_log_with_output_target(self, evaluation):
|
|
278
|
+
"""log() after log_response() outside target uses the implicit 'Output' target."""
|
|
279
|
+
from langwatch.experiment.experiment import _iteration_context, _target_context, IterationContext
|
|
280
|
+
iter_ctx = IterationContext(index=0, item={"question": "test"})
|
|
281
|
+
iter_token = _iteration_context.set(iter_ctx)
|
|
282
|
+
|
|
283
|
+
try:
|
|
284
|
+
evaluation.log_response("Hello, world!")
|
|
285
|
+
evaluation.log("quality", index=0, score=0.95)
|
|
286
|
+
|
|
287
|
+
# log() should use the implicit "Output" target
|
|
288
|
+
assert len(evaluation.batch["evaluations"]) == 1
|
|
289
|
+
assert evaluation.batch["evaluations"][0].target_id == "Output"
|
|
290
|
+
finally:
|
|
291
|
+
_iteration_context.reset(iter_token)
|
|
292
|
+
# Reset target context to avoid polluting other tests
|
|
293
|
+
_target_context.set(None)
|
|
257
294
|
|
|
258
295
|
def test_log_response_with_multiple_metrics(self, evaluation):
|
|
259
296
|
"""log_response() works alongside multiple log() calls."""
|
|
@@ -269,3 +306,98 @@ class TestLogResponse:
|
|
|
269
306
|
|
|
270
307
|
# Three evaluations
|
|
271
308
|
assert len(evaluation.batch["evaluations"]) == 3
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
class TestImplicitTargetContextReset:
|
|
312
|
+
"""Tests to ensure implicit target context is properly reset between iterations."""
|
|
313
|
+
|
|
314
|
+
def test_implicit_target_context_reset_between_iterations(self):
|
|
315
|
+
"""Context from log_response() in one iteration doesn't pollute the next."""
|
|
316
|
+
from langwatch.experiment.experiment import (
|
|
317
|
+
Experiment,
|
|
318
|
+
_iteration_context,
|
|
319
|
+
_target_context,
|
|
320
|
+
IterationContext,
|
|
321
|
+
)
|
|
322
|
+
|
|
323
|
+
ev = Experiment("test-context-reset")
|
|
324
|
+
ev.initialized = True
|
|
325
|
+
ev.last_sent = 9999999999 # Prevent sending
|
|
326
|
+
|
|
327
|
+
# First iteration with log_response (creates implicit Output target)
|
|
328
|
+
iter_ctx1 = IterationContext(index=0, item={"question": "q1"})
|
|
329
|
+
with ev._execute_item_iteration(0, {"question": "q1"}, in_thread=False):
|
|
330
|
+
ev.log_response("response 1")
|
|
331
|
+
ev.log("metric", index=0, score=0.5)
|
|
332
|
+
|
|
333
|
+
# Context should be reset after iteration
|
|
334
|
+
assert _target_context.get() is None, "Target context should be reset after iteration"
|
|
335
|
+
|
|
336
|
+
# Second iteration WITHOUT log_response - should not inherit Output target
|
|
337
|
+
with ev._execute_item_iteration(1, {"question": "q2"}, in_thread=False):
|
|
338
|
+
# log() without log_response should NOT have a target
|
|
339
|
+
ev.log("metric", index=1, score=0.6)
|
|
340
|
+
|
|
341
|
+
# Check the evaluations
|
|
342
|
+
evals = ev.batch["evaluations"]
|
|
343
|
+
assert len(evals) == 2
|
|
344
|
+
assert evals[0].target_id == "Output" # First iteration used implicit target
|
|
345
|
+
assert evals[1].target_id is None # Second iteration should have no target
|
|
346
|
+
|
|
347
|
+
def test_multiple_iterations_with_log_response_each_get_own_entry(self):
|
|
348
|
+
"""Each iteration with log_response creates its own dataset entry."""
|
|
349
|
+
from langwatch.experiment.experiment import Experiment, _target_context
|
|
350
|
+
|
|
351
|
+
ev = Experiment("test-multi-iterations")
|
|
352
|
+
ev.initialized = True
|
|
353
|
+
ev.last_sent = 9999999999
|
|
354
|
+
|
|
355
|
+
# Run 3 iterations, each with log_response
|
|
356
|
+
for i in range(3):
|
|
357
|
+
with ev._execute_item_iteration(i, {"question": f"q{i}"}, in_thread=False):
|
|
358
|
+
ev.log_response(f"response {i}")
|
|
359
|
+
ev.log("metric", index=i, score=0.5 + i * 0.1)
|
|
360
|
+
|
|
361
|
+
# Should have 3 dataset entries
|
|
362
|
+
assert len(ev.batch["dataset"]) == 3
|
|
363
|
+
for i, entry in enumerate(ev.batch["dataset"]):
|
|
364
|
+
assert entry.target_id == "Output"
|
|
365
|
+
assert entry.predicted == {"output": f"response {i}"}
|
|
366
|
+
assert entry.index == i
|
|
367
|
+
|
|
368
|
+
# Should have 3 evaluations, all with Output target
|
|
369
|
+
assert len(ev.batch["evaluations"]) == 3
|
|
370
|
+
for i, eval_result in enumerate(ev.batch["evaluations"]):
|
|
371
|
+
assert eval_result.target_id == "Output"
|
|
372
|
+
assert eval_result.index == i
|
|
373
|
+
|
|
374
|
+
def test_run_without_log_response_after_run_with_log_response(self):
|
|
375
|
+
"""A run without log_response after a run with log_response should work correctly."""
|
|
376
|
+
from langwatch.experiment.experiment import Experiment, _target_context
|
|
377
|
+
|
|
378
|
+
# Simulate first run with log_response
|
|
379
|
+
ev1 = Experiment("test-first-run")
|
|
380
|
+
ev1.initialized = True
|
|
381
|
+
ev1.last_sent = 9999999999
|
|
382
|
+
|
|
383
|
+
for i in range(2):
|
|
384
|
+
with ev1._execute_item_iteration(i, {"q": f"q{i}"}, in_thread=False):
|
|
385
|
+
ev1.log_response(f"response {i}")
|
|
386
|
+
ev1.log("metric", index=i, score=0.5)
|
|
387
|
+
|
|
388
|
+
# Context should be clean after first experiment
|
|
389
|
+
assert _target_context.get() is None
|
|
390
|
+
|
|
391
|
+
# Simulate second run WITHOUT log_response (like the user's second scenario)
|
|
392
|
+
ev2 = Experiment("test-second-run")
|
|
393
|
+
ev2.initialized = True
|
|
394
|
+
ev2.last_sent = 9999999999
|
|
395
|
+
|
|
396
|
+
for i in range(2):
|
|
397
|
+
with ev2._execute_item_iteration(i, {"q": f"q{i}"}, in_thread=False):
|
|
398
|
+
# Just log, no log_response
|
|
399
|
+
ev2.log("metric", index=i, score=0.6)
|
|
400
|
+
|
|
401
|
+
# Second run evaluations should NOT have Output target
|
|
402
|
+
for eval_result in ev2.batch["evaluations"]:
|
|
403
|
+
assert eval_result.target_id is None, "Second run should not inherit Output target"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langwatch-0.10.1 → langwatch-0.10.2}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/exporters/filterable_batch_span_exporter.py
RENAMED
|
File without changes
|
{langwatch-0.10.1 → langwatch-0.10.2}/src/langwatch/generated/langwatch_rest_api_client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|