langwatch 0.5.0__tar.gz → 0.6.0__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.5.0 → langwatch-0.6.0}/CHANGELOG.md +20 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/Makefile +2 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/PKG-INFO +2 -2
- langwatch-0.6.0/examples/dataset_kitchen_sink.py +179 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langchain_rag_bot_with_threads.py +3 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langgraph_rag_bot_with_threads.py +3 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openinference_dspy_bot.py +5 -10
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/strands_bot.py +0 -3
- {langwatch-0.5.0 → langwatch-0.6.0}/pyproject.toml +5 -5
- langwatch-0.6.0/src/langwatch/__version__.py +3 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/dspy/__init__.py +3 -7
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +15 -4
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/__init__.py +16 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/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 +20 -2
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/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 +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/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 +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/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 +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/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 +20 -2
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py +70 -0
- langwatch-0.6.0/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py +70 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +19 -37
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/test_examples.py +1 -3
- {langwatch-0.5.0 → langwatch-0.6.0}/uv.lock +708 -186
- langwatch-0.5.0/src/langwatch/__version__.py +0 -3
- langwatch-0.5.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +0 -67
- langwatch-0.5.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +0 -67
- langwatch-0.5.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +0 -67
- langwatch-0.5.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +0 -67
- langwatch-0.5.0/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +0 -67
- {langwatch-0.5.0 → langwatch-0.6.0}/.editorconfig +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/.env.example +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/.gitignore +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/README.md +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/azure_openai_stream_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/cli/README.md +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/cli/guaranteed_availability_with_cli.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/custom_evaluation_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/data/rag_dspy_bot.json +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/distributed_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/documentation/openai_langwatch.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/documentation/openai_openinference.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/dspy_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/dspy_visualization.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/evaluation_manual_call.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/fastapi_app.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_async_streaming.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_exception.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_rag.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_rag_expected_output.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_rag_multithreaded.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_span_context_manager.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_span_low_level.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_streaming.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_sync_function.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/generic_bot_update_metadata_later.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/guardrails.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/guardrails_parallel.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/guardrails_without_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/haystack_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langchain_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langchain_bot_with_memory.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langchain_rag_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langchain_rag_bot_vertex_ai.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/langwatch_docs_rag_evaluation.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/litellm_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/offline_evaluation.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_disable_trace.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_function_call.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_max_string_length.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_max_string_length_none.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_otel_metrics.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_rag.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openai_bot_sampling_rate.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/openinference/google_adk.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openinference_haystack.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openinference_langchain_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openinference_openai_assistants_api_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openinference_openai_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openllmetry_anthropic_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openllmetry_crewai_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openllmetry_langchain_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/openllmetry_openai_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/opentelemetry/traditional_instrumentation_fastapi_app.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/pdf_parsing_evaluation.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/prompt_management_fastapi.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/sanity/setup_example.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/span_evaluation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/streamlit_openai_assistants_api_bot.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_dspy_visualization.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_setup/.gitignore +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_setup/Weaviate-Import.ipynb +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_setup/docker-compose.yml +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_setup/optimization_screenshot.png +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/examples/weaviate_setup/tracing_screenshot.png +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/attributes.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/batch_evaluation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/client.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/dataset/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/domain/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/evaluation/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/evaluation/evaluation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/evaluations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/exporters/filterable_batch_span_exporter.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/get_index.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/post_index.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/client.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/errors.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/annotation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_annotations_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/error.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_error.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_evaluations_item_timestamps.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_input.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metadata.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_metrics.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_output.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_error_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_input_value_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_metrics.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_output_value_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_params.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_spans_item_timestamps.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_timestamps.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_response_format_type_0_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_200_item_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/get_index_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/input_.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/metadata.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/metrics.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/output.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/pagination.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_body.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/patch_api_annotations_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_annotations_trace_id_body.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_schema_version.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_body_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_action.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_json_schema_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_results_type_0_verdict.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_1_status.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_2_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_body_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_json_schema_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_response_format_type_0_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_schema_version.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_messages_item_role.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_json_schema.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_outputs_item_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/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.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format_type.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_scope.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_400.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_401.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_404.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_409.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_422.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_500.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_request.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_request_filters.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/search_response.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/timestamps.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/models/trace.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/py.typed +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/generated/langwatch_rest_api_client/types.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/guardrails.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/langchain.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/litellm.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/login.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/openai.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/decorators/prompt_service_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/decorators/prompt_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/errors.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/local_loader.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/prompt.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/prompt_api_service.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/prompt_facade.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/types/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/types/prompt_data.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/types/structures.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/prompts/types.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/py.typed +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/state.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/__tests__/test_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/context.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/sampling.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/span.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/telemetry/types.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/tracer.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/types.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/capture.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/exceptions.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/initialization.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/module.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/transformation.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/src/langwatch/utils/utils.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/conftest.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/exporters/test_filterable_batch_span_exporter.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/README.md +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/__init__.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/get_response_factories.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/prompts/cli.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/prompts/general.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/prompts/prompt_fixtures.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/fixtures/span_exporter.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/prompts/test_guaranteed_availability.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/prompts/test_local_loader.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/prompts/test_prompt.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/prompts/test_prompt_service_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/prompts/test_prompt_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/telemetry/test_context.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/telemetry/test_tracing.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/test_cli_runner.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/test_client.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/test_login.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/test_version.py +0 -0
- {langwatch-0.5.0 → langwatch-0.6.0}/tests/utils/test_transformation.py +0 -0
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.6.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.5.1...python-sdk@v0.6.0) (2025-10-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* upgrade to dspy v3 ([9833bbb](https://github.com/langwatch/langwatch/commit/9833bbb2b1e1c210350dbea6c502a8f0e624badc))
|
|
9
|
+
* upgrade to DSPy v3 🎉 ([#752](https://github.com/langwatch/langwatch/issues/752)) ([9833bbb](https://github.com/langwatch/langwatch/commit/9833bbb2b1e1c210350dbea6c502a8f0e624badc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* dataset routes ([#756](https://github.com/langwatch/langwatch/issues/756)) ([da736e0](https://github.com/langwatch/langwatch/commit/da736e025280208ceed620cd1bb8c43366120f0e))
|
|
15
|
+
|
|
16
|
+
## [0.5.1](https://github.com/langwatch/langwatch/compare/python-sdk@v0.5.0...python-sdk@v0.5.1) (2025-10-24)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
* add span count and weight details for better debugging of immense traces ([2be915e](https://github.com/langwatch/langwatch/commit/2be915e1735c0632caac8d8082f632d461643967))
|
|
22
|
+
|
|
3
23
|
## [0.5.0](https://github.com/langwatch/langwatch/compare/python-sdk@v0.4.2...python-sdk@v0.5.0) (2025-10-13)
|
|
4
24
|
|
|
5
25
|
|
|
@@ -58,6 +58,8 @@ ensure-openapi-python-client:
|
|
|
58
58
|
fi
|
|
59
59
|
|
|
60
60
|
generate/api-client: ensure-openapi-python-client
|
|
61
|
+
@echo "Generating OpenAPI spec..."
|
|
62
|
+
@cd ../langwatch && npm run task generateOpenAPISpec
|
|
61
63
|
@echo "Deleting old API client..."
|
|
62
64
|
@rm -rf src/langwatch/generated/langwatch_rest_api_client
|
|
63
65
|
@echo "Building API client..."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langwatch
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.6.0
|
|
4
4
|
Summary: LangWatch Python SDK, for monitoring your LLMs
|
|
5
5
|
Author-email: Langwatch Engineers <engineering@langwatch.ai>
|
|
6
6
|
License: MIT
|
|
@@ -37,7 +37,7 @@ Requires-Dist: termcolor>=3.0.1
|
|
|
37
37
|
Provides-Extra: dev
|
|
38
38
|
Requires-Dist: ruff>=0.11.1; extra == 'dev'
|
|
39
39
|
Provides-Extra: dspy
|
|
40
|
-
Requires-Dist: dspy-ai<3.0.
|
|
40
|
+
Requires-Dist: dspy-ai<4,>=3.0.3; extra == 'dspy'
|
|
41
41
|
Provides-Extra: litellm
|
|
42
42
|
Requires-Dist: litellm>=1.52.1; extra == 'litellm'
|
|
43
43
|
Provides-Extra: tests
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Dataset SDK Kitchen Sink Example
|
|
3
|
+
|
|
4
|
+
Demonstrates all dataset-related functionality available in the LangWatch Python SDK.
|
|
5
|
+
"""
|
|
6
|
+
|
|
7
|
+
import os
|
|
8
|
+
from dotenv import load_dotenv
|
|
9
|
+
|
|
10
|
+
load_dotenv()
|
|
11
|
+
|
|
12
|
+
try:
|
|
13
|
+
import pandas as pd
|
|
14
|
+
except ImportError:
|
|
15
|
+
print("Warning: pandas not available. Some features will be skipped.")
|
|
16
|
+
pd = None
|
|
17
|
+
|
|
18
|
+
import langwatch
|
|
19
|
+
import traceback
|
|
20
|
+
from langwatch.dataset import get_dataset, Dataset, DatasetEntry, GetDatasetOptions
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def main(messages=None):
|
|
24
|
+
"""Demonstrate all dataset SDK capabilities."""
|
|
25
|
+
|
|
26
|
+
# Initialize LangWatch
|
|
27
|
+
langwatch.setup()
|
|
28
|
+
|
|
29
|
+
# Example dataset slug or ID (replace with your actual dataset)
|
|
30
|
+
dataset_slug_or_id = os.getenv("LANGWATCH_DATASET_ID") or "test-dataset-35"
|
|
31
|
+
print(f"Dataset slug or ID: {dataset_slug_or_id}")
|
|
32
|
+
print(
|
|
33
|
+
f"LangWatch endpoint: {os.getenv('LANGWATCH_ENDPOINT') or langwatch._endpoint}"
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
if not dataset_slug_or_id:
|
|
37
|
+
print("=" * 60)
|
|
38
|
+
print("Dataset SDK Kitchen Sink Example")
|
|
39
|
+
print("=" * 60)
|
|
40
|
+
print(
|
|
41
|
+
"\n⚠️ No dataset ID provided. Set LANGWATCH_DATASET_ID environment variable."
|
|
42
|
+
)
|
|
43
|
+
print(" Example: export LANGWATCH_DATASET_ID='your-dataset-slug-or-id'")
|
|
44
|
+
print("\n Continuing with mock examples...")
|
|
45
|
+
print("=" * 60)
|
|
46
|
+
|
|
47
|
+
# Demonstrate API without actual dataset
|
|
48
|
+
demonstrate_api_structure()
|
|
49
|
+
return
|
|
50
|
+
|
|
51
|
+
print("=" * 60)
|
|
52
|
+
print("Dataset SDK Kitchen Sink Example")
|
|
53
|
+
print("=" * 60)
|
|
54
|
+
|
|
55
|
+
try:
|
|
56
|
+
# 1. Basic dataset retrieval
|
|
57
|
+
print("\n1. Basic dataset retrieval:")
|
|
58
|
+
print("-" * 60)
|
|
59
|
+
dataset = get_dataset(dataset_slug_or_id)
|
|
60
|
+
print(f"Retrieved dataset with {len(dataset.entries)} entries")
|
|
61
|
+
except Exception as e:
|
|
62
|
+
|
|
63
|
+
traceback.print_exc()
|
|
64
|
+
print(f"Error retrieving dataset {dataset_slug_or_id}: {e}")
|
|
65
|
+
print("\n Continuing with API structure demonstration...")
|
|
66
|
+
demonstrate_api_structure()
|
|
67
|
+
return
|
|
68
|
+
|
|
69
|
+
# 2. Access dataset entries
|
|
70
|
+
print("\n2. Access dataset entries:")
|
|
71
|
+
print("-" * 60)
|
|
72
|
+
if dataset.entries:
|
|
73
|
+
first_entry = dataset.entries[0]
|
|
74
|
+
print(f"First entry ID: {first_entry.id}")
|
|
75
|
+
print(f"First entry data: {first_entry.entry}")
|
|
76
|
+
else:
|
|
77
|
+
print("No entries found in dataset")
|
|
78
|
+
|
|
79
|
+
# 3. Iterate over entries
|
|
80
|
+
print("\n3. Iterate over entries:")
|
|
81
|
+
print("-" * 60)
|
|
82
|
+
print("First 3 entries:")
|
|
83
|
+
for i, entry in enumerate(dataset.entries[:3]):
|
|
84
|
+
print(f" Entry {i+1}:")
|
|
85
|
+
print(f" ID: {entry.id}")
|
|
86
|
+
print(f" Data keys: {list(entry.entry.keys())}")
|
|
87
|
+
|
|
88
|
+
# 4. Convert to pandas DataFrame
|
|
89
|
+
print("\n4. Convert to pandas DataFrame:")
|
|
90
|
+
print("-" * 60)
|
|
91
|
+
if pd is not None:
|
|
92
|
+
df = dataset.to_pandas()
|
|
93
|
+
print(f"DataFrame shape: {df.shape}")
|
|
94
|
+
print(f"DataFrame columns: {list(df.columns)}")
|
|
95
|
+
print("\nFirst few rows:")
|
|
96
|
+
print(df.head())
|
|
97
|
+
else:
|
|
98
|
+
print("pandas not available, skipping DataFrame conversion")
|
|
99
|
+
|
|
100
|
+
# 5. Using GetDatasetOptions with ignore_tracing
|
|
101
|
+
print("\n5. Retrieve dataset with ignore_tracing option:")
|
|
102
|
+
print("-" * 60)
|
|
103
|
+
options = GetDatasetOptions(ignore_tracing=True)
|
|
104
|
+
dataset_no_trace = get_dataset(dataset_slug_or_id, options=options)
|
|
105
|
+
print(f"Retrieved dataset (no tracing): {len(dataset_no_trace.entries)} entries")
|
|
106
|
+
|
|
107
|
+
# 6. Access entry properties
|
|
108
|
+
print("\n6. Access entry properties:")
|
|
109
|
+
print("-" * 60)
|
|
110
|
+
if dataset.entries:
|
|
111
|
+
entry = dataset.entries[0]
|
|
112
|
+
print(f"Entry ID: {entry.id}")
|
|
113
|
+
print(f"Entry data type: {type(entry.entry)}")
|
|
114
|
+
print(f"Entry data: {entry.entry}")
|
|
115
|
+
|
|
116
|
+
# 7. Filter entries programmatically
|
|
117
|
+
print("\n7. Filter entries programmatically:")
|
|
118
|
+
print("-" * 60)
|
|
119
|
+
if dataset.entries:
|
|
120
|
+
# Example: find entries with a specific key
|
|
121
|
+
entries_with_input = [e for e in dataset.entries if "input" in e.entry]
|
|
122
|
+
print(f"Entries with 'input' key: {len(entries_with_input)}")
|
|
123
|
+
|
|
124
|
+
# Example: get first entry's input if available
|
|
125
|
+
if entries_with_input:
|
|
126
|
+
first_input = entries_with_input[0].entry.get("input", "N/A")
|
|
127
|
+
print(f"First entry input: {first_input[:50]}...")
|
|
128
|
+
|
|
129
|
+
# 8. Convert specific entries to DataFrame
|
|
130
|
+
print("\n8. Convert specific entries to DataFrame:")
|
|
131
|
+
print("-" * 60)
|
|
132
|
+
if dataset.entries and pd is not None:
|
|
133
|
+
selected_entries = dataset.entries[:3]
|
|
134
|
+
selected_df = pd.DataFrame([entry.entry for entry in selected_entries])
|
|
135
|
+
print(f"Selected DataFrame shape: {selected_df.shape}")
|
|
136
|
+
print(selected_df)
|
|
137
|
+
elif pd is None:
|
|
138
|
+
print("pandas not available, skipping DataFrame conversion")
|
|
139
|
+
|
|
140
|
+
# 9. Handle empty dataset
|
|
141
|
+
print("\n9. Handle empty dataset:")
|
|
142
|
+
print("-" * 60)
|
|
143
|
+
empty_dataset = Dataset(
|
|
144
|
+
type("GetApiDatasetBySlugOrIdResponse200", (), {"data": []})()
|
|
145
|
+
)
|
|
146
|
+
print(f"Empty dataset entries: {len(empty_dataset.entries)}")
|
|
147
|
+
if pd is not None:
|
|
148
|
+
empty_df = empty_dataset.to_pandas()
|
|
149
|
+
print(f"Empty DataFrame shape: {empty_df.shape}")
|
|
150
|
+
else:
|
|
151
|
+
print("pandas not available, skipping DataFrame conversion")
|
|
152
|
+
|
|
153
|
+
print("\n" + "=" * 60)
|
|
154
|
+
print("Dataset SDK examples completed!")
|
|
155
|
+
print("=" * 60)
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
def demonstrate_api_structure():
|
|
159
|
+
"""Demonstrate API structure without actual dataset."""
|
|
160
|
+
print("\nDataset SDK API Structure:")
|
|
161
|
+
print("-" * 60)
|
|
162
|
+
print("Available functions:")
|
|
163
|
+
print(" - langwatch.dataset.get_dataset(slug_or_id, options=None)")
|
|
164
|
+
print(" - langwatch.dataset.GetDatasetOptions(ignore_tracing=False)")
|
|
165
|
+
print("\nDataset class methods:")
|
|
166
|
+
print(" - dataset.entries: List[DatasetEntry]")
|
|
167
|
+
print(" - dataset.to_pandas() -> pd.DataFrame")
|
|
168
|
+
print("\nDatasetEntry properties:")
|
|
169
|
+
print(" - entry.id: str")
|
|
170
|
+
print(" - entry.entry: Dict[str, Any]")
|
|
171
|
+
print("\nExample usage:")
|
|
172
|
+
print(" dataset = langwatch.dataset.get_dataset('my-dataset-slug')")
|
|
173
|
+
print(" df = dataset.to_pandas()")
|
|
174
|
+
print(" for entry in dataset.entries:")
|
|
175
|
+
print(" print(entry.id, entry.entry)")
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
if __name__ == "__main__":
|
|
179
|
+
main()
|
|
@@ -14,18 +14,12 @@ langwatch.setup(
|
|
|
14
14
|
instrumentors=[DSPyInstrumentor()],
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
llm = dspy.
|
|
18
|
-
model="gpt-4o-mini", # gpt-5 is not supported: his is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?
|
|
19
|
-
max_tokens=2048,
|
|
20
|
-
api_key=os.environ["OPENAI_API_KEY"],
|
|
21
|
-
)
|
|
17
|
+
llm = dspy.LM("openai/gpt-4o-mini", api_key=os.environ["OPENAI_API_KEY"])
|
|
22
18
|
|
|
23
19
|
colbertv2_wiki17_abstracts = dspy.ColBERTv2(
|
|
24
20
|
url="http://20.102.90.50:2017/wiki17_abstracts"
|
|
25
21
|
)
|
|
26
22
|
|
|
27
|
-
dspy.settings.configure(lm=llm, rm=colbertv2_wiki17_abstracts)
|
|
28
|
-
|
|
29
23
|
|
|
30
24
|
class GenerateAnswer(dspy.Signature):
|
|
31
25
|
"""Answer questions with short factoid answers."""
|
|
@@ -54,9 +48,10 @@ async def main(message: cl.Message):
|
|
|
54
48
|
content="",
|
|
55
49
|
)
|
|
56
50
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
51
|
+
with dspy.context(lm=llm, rm=colbertv2_wiki17_abstracts):
|
|
52
|
+
program = RAG()
|
|
53
|
+
program = program.reset_copy()
|
|
54
|
+
prediction = program(question=message.content)
|
|
60
55
|
|
|
61
56
|
await msg.stream_token(prediction.answer)
|
|
62
57
|
await msg.update()
|
|
@@ -10,11 +10,8 @@ load_dotenv()
|
|
|
10
10
|
import chainlit.config as cl_config
|
|
11
11
|
import chainlit as cl
|
|
12
12
|
|
|
13
|
-
cl_config.config.project.enable_telemetry = False
|
|
14
|
-
|
|
15
13
|
# OpenTelemetry Setup Options:
|
|
16
14
|
|
|
17
|
-
|
|
18
15
|
# Option 1: Use only the LangWatch SDK. This is the simplest option.
|
|
19
16
|
langwatch.setup() # The api key is set from the environment variable automatically
|
|
20
17
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "langwatch"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.6.0" # 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"
|
|
@@ -43,7 +43,7 @@ dependencies = [
|
|
|
43
43
|
]
|
|
44
44
|
|
|
45
45
|
[project.optional-dependencies]
|
|
46
|
-
dspy = ["dspy-ai>=
|
|
46
|
+
dspy = ["dspy-ai>=3.0.3,<4"]
|
|
47
47
|
litellm = ["litellm>=1.52.1"]
|
|
48
48
|
dev = ["ruff>=0.11.1"]
|
|
49
49
|
tests = [
|
|
@@ -68,9 +68,9 @@ python_functions = "test_*"
|
|
|
68
68
|
dev = ["black>=25.1.0"]
|
|
69
69
|
examples = [
|
|
70
70
|
"anthropic>=0.36.0,<0.37.0",
|
|
71
|
-
"chainlit>=
|
|
71
|
+
"chainlit>=2.8.3,<3",
|
|
72
72
|
"cloudpickle>=3.1.1",
|
|
73
|
-
"dspy-ai>=
|
|
73
|
+
"dspy-ai>=3.0.3,<4",
|
|
74
74
|
"faiss-cpu>=1.8.0,<2.0.0",
|
|
75
75
|
"fastapi>=0.115.12",
|
|
76
76
|
"haystack-ai>=2.13.2,<3.0.0",
|
|
@@ -89,7 +89,7 @@ examples = [
|
|
|
89
89
|
"pytest>=7.4.2,<8.0.0",
|
|
90
90
|
"python-dotenv==1.0.1",
|
|
91
91
|
"streamlit>=1.37.1,<2.0.0",
|
|
92
|
-
"uvicorn>=0.
|
|
92
|
+
"uvicorn>=0.38.0,<0.40.0",
|
|
93
93
|
"json-repair>=0.42.0",
|
|
94
94
|
"openinference-instrumentation-openai>=0.1.30",
|
|
95
95
|
"opentelemetry-instrumentation-langchain>=0.40.4",
|
|
@@ -492,11 +492,7 @@ class LangWatchTrackedBootstrapFewShotWithRandomSearch(
|
|
|
492
492
|
def patched_evaluate_call(self, program: dspy.Module, *args, **kwargs):
|
|
493
493
|
nonlocal step
|
|
494
494
|
|
|
495
|
-
|
|
496
|
-
raise ValueError(
|
|
497
|
-
"return_all_scores is not True for some reason, please report it at https://github.com/langwatch/langwatch/issues"
|
|
498
|
-
)
|
|
499
|
-
score, subscores = original_evaluate_call(self, program, *args, **kwargs) # type: ignore
|
|
495
|
+
result = original_evaluate_call(self, program, *args, **kwargs)
|
|
500
496
|
|
|
501
497
|
langwatch_dspy.log_step(
|
|
502
498
|
optimizer=DSPyOptimizer(
|
|
@@ -513,7 +509,7 @@ class LangWatchTrackedBootstrapFewShotWithRandomSearch(
|
|
|
513
509
|
},
|
|
514
510
|
),
|
|
515
511
|
index=str(step),
|
|
516
|
-
score=score,
|
|
512
|
+
score=result.score,
|
|
517
513
|
label="score",
|
|
518
514
|
predictors=[
|
|
519
515
|
DSPyPredictor(name=name, predictor=predictor)
|
|
@@ -523,7 +519,7 @@ class LangWatchTrackedBootstrapFewShotWithRandomSearch(
|
|
|
523
519
|
|
|
524
520
|
step += 1
|
|
525
521
|
|
|
526
|
-
return
|
|
522
|
+
return result
|
|
527
523
|
|
|
528
524
|
Evaluate.__call__ = patched_evaluate_call
|
|
529
525
|
|
|
@@ -9,6 +9,7 @@ from ...models.delete_api_prompts_by_id_response_200 import DeleteApiPromptsById
|
|
|
9
9
|
from ...models.delete_api_prompts_by_id_response_400 import DeleteApiPromptsByIdResponse400
|
|
10
10
|
from ...models.delete_api_prompts_by_id_response_401 import DeleteApiPromptsByIdResponse401
|
|
11
11
|
from ...models.delete_api_prompts_by_id_response_404 import DeleteApiPromptsByIdResponse404
|
|
12
|
+
from ...models.delete_api_prompts_by_id_response_422 import DeleteApiPromptsByIdResponse422
|
|
12
13
|
from ...models.delete_api_prompts_by_id_response_500 import DeleteApiPromptsByIdResponse500
|
|
13
14
|
from ...types import Response
|
|
14
15
|
|
|
@@ -32,6 +33,7 @@ def _parse_response(
|
|
|
32
33
|
DeleteApiPromptsByIdResponse400,
|
|
33
34
|
DeleteApiPromptsByIdResponse401,
|
|
34
35
|
DeleteApiPromptsByIdResponse404,
|
|
36
|
+
DeleteApiPromptsByIdResponse422,
|
|
35
37
|
DeleteApiPromptsByIdResponse500,
|
|
36
38
|
]
|
|
37
39
|
]:
|
|
@@ -51,6 +53,10 @@ def _parse_response(
|
|
|
51
53
|
response_404 = DeleteApiPromptsByIdResponse404.from_dict(response.json())
|
|
52
54
|
|
|
53
55
|
return response_404
|
|
56
|
+
if response.status_code == 422:
|
|
57
|
+
response_422 = DeleteApiPromptsByIdResponse422.from_dict(response.json())
|
|
58
|
+
|
|
59
|
+
return response_422
|
|
54
60
|
if response.status_code == 500:
|
|
55
61
|
response_500 = DeleteApiPromptsByIdResponse500.from_dict(response.json())
|
|
56
62
|
|
|
@@ -69,6 +75,7 @@ def _build_response(
|
|
|
69
75
|
DeleteApiPromptsByIdResponse400,
|
|
70
76
|
DeleteApiPromptsByIdResponse401,
|
|
71
77
|
DeleteApiPromptsByIdResponse404,
|
|
78
|
+
DeleteApiPromptsByIdResponse422,
|
|
72
79
|
DeleteApiPromptsByIdResponse500,
|
|
73
80
|
]
|
|
74
81
|
]:
|
|
@@ -90,6 +97,7 @@ def sync_detailed(
|
|
|
90
97
|
DeleteApiPromptsByIdResponse400,
|
|
91
98
|
DeleteApiPromptsByIdResponse401,
|
|
92
99
|
DeleteApiPromptsByIdResponse404,
|
|
100
|
+
DeleteApiPromptsByIdResponse422,
|
|
93
101
|
DeleteApiPromptsByIdResponse500,
|
|
94
102
|
]
|
|
95
103
|
]:
|
|
@@ -103,7 +111,7 @@ def sync_detailed(
|
|
|
103
111
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
104
112
|
|
|
105
113
|
Returns:
|
|
106
|
-
Response[Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse500]]
|
|
114
|
+
Response[Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse422, DeleteApiPromptsByIdResponse500]]
|
|
107
115
|
"""
|
|
108
116
|
|
|
109
117
|
kwargs = _get_kwargs(
|
|
@@ -127,6 +135,7 @@ def sync(
|
|
|
127
135
|
DeleteApiPromptsByIdResponse400,
|
|
128
136
|
DeleteApiPromptsByIdResponse401,
|
|
129
137
|
DeleteApiPromptsByIdResponse404,
|
|
138
|
+
DeleteApiPromptsByIdResponse422,
|
|
130
139
|
DeleteApiPromptsByIdResponse500,
|
|
131
140
|
]
|
|
132
141
|
]:
|
|
@@ -140,7 +149,7 @@ def sync(
|
|
|
140
149
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
141
150
|
|
|
142
151
|
Returns:
|
|
143
|
-
Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse500]
|
|
152
|
+
Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse422, DeleteApiPromptsByIdResponse500]
|
|
144
153
|
"""
|
|
145
154
|
|
|
146
155
|
return sync_detailed(
|
|
@@ -159,6 +168,7 @@ async def asyncio_detailed(
|
|
|
159
168
|
DeleteApiPromptsByIdResponse400,
|
|
160
169
|
DeleteApiPromptsByIdResponse401,
|
|
161
170
|
DeleteApiPromptsByIdResponse404,
|
|
171
|
+
DeleteApiPromptsByIdResponse422,
|
|
162
172
|
DeleteApiPromptsByIdResponse500,
|
|
163
173
|
]
|
|
164
174
|
]:
|
|
@@ -172,7 +182,7 @@ async def asyncio_detailed(
|
|
|
172
182
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
173
183
|
|
|
174
184
|
Returns:
|
|
175
|
-
Response[Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse500]]
|
|
185
|
+
Response[Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse422, DeleteApiPromptsByIdResponse500]]
|
|
176
186
|
"""
|
|
177
187
|
|
|
178
188
|
kwargs = _get_kwargs(
|
|
@@ -194,6 +204,7 @@ async def asyncio(
|
|
|
194
204
|
DeleteApiPromptsByIdResponse400,
|
|
195
205
|
DeleteApiPromptsByIdResponse401,
|
|
196
206
|
DeleteApiPromptsByIdResponse404,
|
|
207
|
+
DeleteApiPromptsByIdResponse422,
|
|
197
208
|
DeleteApiPromptsByIdResponse500,
|
|
198
209
|
]
|
|
199
210
|
]:
|
|
@@ -207,7 +218,7 @@ async def asyncio(
|
|
|
207
218
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
208
219
|
|
|
209
220
|
Returns:
|
|
210
|
-
Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse500]
|
|
221
|
+
Union[DeleteApiPromptsByIdResponse200, DeleteApiPromptsByIdResponse400, DeleteApiPromptsByIdResponse401, DeleteApiPromptsByIdResponse404, DeleteApiPromptsByIdResponse422, DeleteApiPromptsByIdResponse500]
|
|
211
222
|
"""
|
|
212
223
|
|
|
213
224
|
return (
|
|
@@ -8,6 +8,7 @@ from ...client import AuthenticatedClient, Client
|
|
|
8
8
|
from ...models.delete_api_scenario_events_response_200 import DeleteApiScenarioEventsResponse200
|
|
9
9
|
from ...models.delete_api_scenario_events_response_400 import DeleteApiScenarioEventsResponse400
|
|
10
10
|
from ...models.delete_api_scenario_events_response_401 import DeleteApiScenarioEventsResponse401
|
|
11
|
+
from ...models.delete_api_scenario_events_response_422 import DeleteApiScenarioEventsResponse422
|
|
11
12
|
from ...models.delete_api_scenario_events_response_500 import DeleteApiScenarioEventsResponse500
|
|
12
13
|
from ...types import Response
|
|
13
14
|
|
|
@@ -28,6 +29,7 @@ def _parse_response(
|
|
|
28
29
|
DeleteApiScenarioEventsResponse200,
|
|
29
30
|
DeleteApiScenarioEventsResponse400,
|
|
30
31
|
DeleteApiScenarioEventsResponse401,
|
|
32
|
+
DeleteApiScenarioEventsResponse422,
|
|
31
33
|
DeleteApiScenarioEventsResponse500,
|
|
32
34
|
]
|
|
33
35
|
]:
|
|
@@ -43,6 +45,10 @@ def _parse_response(
|
|
|
43
45
|
response_401 = DeleteApiScenarioEventsResponse401.from_dict(response.json())
|
|
44
46
|
|
|
45
47
|
return response_401
|
|
48
|
+
if response.status_code == 422:
|
|
49
|
+
response_422 = DeleteApiScenarioEventsResponse422.from_dict(response.json())
|
|
50
|
+
|
|
51
|
+
return response_422
|
|
46
52
|
if response.status_code == 500:
|
|
47
53
|
response_500 = DeleteApiScenarioEventsResponse500.from_dict(response.json())
|
|
48
54
|
|
|
@@ -60,6 +66,7 @@ def _build_response(
|
|
|
60
66
|
DeleteApiScenarioEventsResponse200,
|
|
61
67
|
DeleteApiScenarioEventsResponse400,
|
|
62
68
|
DeleteApiScenarioEventsResponse401,
|
|
69
|
+
DeleteApiScenarioEventsResponse422,
|
|
63
70
|
DeleteApiScenarioEventsResponse500,
|
|
64
71
|
]
|
|
65
72
|
]:
|
|
@@ -79,6 +86,7 @@ def sync_detailed(
|
|
|
79
86
|
DeleteApiScenarioEventsResponse200,
|
|
80
87
|
DeleteApiScenarioEventsResponse400,
|
|
81
88
|
DeleteApiScenarioEventsResponse401,
|
|
89
|
+
DeleteApiScenarioEventsResponse422,
|
|
82
90
|
DeleteApiScenarioEventsResponse500,
|
|
83
91
|
]
|
|
84
92
|
]:
|
|
@@ -89,7 +97,7 @@ def sync_detailed(
|
|
|
89
97
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
90
98
|
|
|
91
99
|
Returns:
|
|
92
|
-
Response[Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse500]]
|
|
100
|
+
Response[Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse422, DeleteApiScenarioEventsResponse500]]
|
|
93
101
|
"""
|
|
94
102
|
|
|
95
103
|
kwargs = _get_kwargs()
|
|
@@ -109,6 +117,7 @@ def sync(
|
|
|
109
117
|
DeleteApiScenarioEventsResponse200,
|
|
110
118
|
DeleteApiScenarioEventsResponse400,
|
|
111
119
|
DeleteApiScenarioEventsResponse401,
|
|
120
|
+
DeleteApiScenarioEventsResponse422,
|
|
112
121
|
DeleteApiScenarioEventsResponse500,
|
|
113
122
|
]
|
|
114
123
|
]:
|
|
@@ -119,7 +128,7 @@ def sync(
|
|
|
119
128
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
120
129
|
|
|
121
130
|
Returns:
|
|
122
|
-
Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse500]
|
|
131
|
+
Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse422, DeleteApiScenarioEventsResponse500]
|
|
123
132
|
"""
|
|
124
133
|
|
|
125
134
|
return sync_detailed(
|
|
@@ -135,6 +144,7 @@ async def asyncio_detailed(
|
|
|
135
144
|
DeleteApiScenarioEventsResponse200,
|
|
136
145
|
DeleteApiScenarioEventsResponse400,
|
|
137
146
|
DeleteApiScenarioEventsResponse401,
|
|
147
|
+
DeleteApiScenarioEventsResponse422,
|
|
138
148
|
DeleteApiScenarioEventsResponse500,
|
|
139
149
|
]
|
|
140
150
|
]:
|
|
@@ -145,7 +155,7 @@ async def asyncio_detailed(
|
|
|
145
155
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
146
156
|
|
|
147
157
|
Returns:
|
|
148
|
-
Response[Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse500]]
|
|
158
|
+
Response[Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse422, DeleteApiScenarioEventsResponse500]]
|
|
149
159
|
"""
|
|
150
160
|
|
|
151
161
|
kwargs = _get_kwargs()
|
|
@@ -163,6 +173,7 @@ async def asyncio(
|
|
|
163
173
|
DeleteApiScenarioEventsResponse200,
|
|
164
174
|
DeleteApiScenarioEventsResponse400,
|
|
165
175
|
DeleteApiScenarioEventsResponse401,
|
|
176
|
+
DeleteApiScenarioEventsResponse422,
|
|
166
177
|
DeleteApiScenarioEventsResponse500,
|
|
167
178
|
]
|
|
168
179
|
]:
|
|
@@ -173,7 +184,7 @@ async def asyncio(
|
|
|
173
184
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
174
185
|
|
|
175
186
|
Returns:
|
|
176
|
-
Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse500]
|
|
187
|
+
Union[DeleteApiScenarioEventsResponse200, DeleteApiScenarioEventsResponse400, DeleteApiScenarioEventsResponse401, DeleteApiScenarioEventsResponse422, DeleteApiScenarioEventsResponse500]
|
|
177
188
|
"""
|
|
178
189
|
|
|
179
190
|
return (
|
|
@@ -8,6 +8,7 @@ from ...client import AuthenticatedClient, Client
|
|
|
8
8
|
from ...models.get_api_prompts_response_200_item import GetApiPromptsResponse200Item
|
|
9
9
|
from ...models.get_api_prompts_response_400 import GetApiPromptsResponse400
|
|
10
10
|
from ...models.get_api_prompts_response_401 import GetApiPromptsResponse401
|
|
11
|
+
from ...models.get_api_prompts_response_422 import GetApiPromptsResponse422
|
|
11
12
|
from ...models.get_api_prompts_response_500 import GetApiPromptsResponse500
|
|
12
13
|
from ...types import Response
|
|
13
14
|
|
|
@@ -27,6 +28,7 @@ def _parse_response(
|
|
|
27
28
|
Union[
|
|
28
29
|
GetApiPromptsResponse400,
|
|
29
30
|
GetApiPromptsResponse401,
|
|
31
|
+
GetApiPromptsResponse422,
|
|
30
32
|
GetApiPromptsResponse500,
|
|
31
33
|
list["GetApiPromptsResponse200Item"],
|
|
32
34
|
]
|
|
@@ -48,6 +50,10 @@ def _parse_response(
|
|
|
48
50
|
response_401 = GetApiPromptsResponse401.from_dict(response.json())
|
|
49
51
|
|
|
50
52
|
return response_401
|
|
53
|
+
if response.status_code == 422:
|
|
54
|
+
response_422 = GetApiPromptsResponse422.from_dict(response.json())
|
|
55
|
+
|
|
56
|
+
return response_422
|
|
51
57
|
if response.status_code == 500:
|
|
52
58
|
response_500 = GetApiPromptsResponse500.from_dict(response.json())
|
|
53
59
|
|
|
@@ -64,6 +70,7 @@ def _build_response(
|
|
|
64
70
|
Union[
|
|
65
71
|
GetApiPromptsResponse400,
|
|
66
72
|
GetApiPromptsResponse401,
|
|
73
|
+
GetApiPromptsResponse422,
|
|
67
74
|
GetApiPromptsResponse500,
|
|
68
75
|
list["GetApiPromptsResponse200Item"],
|
|
69
76
|
]
|
|
@@ -83,6 +90,7 @@ def sync_detailed(
|
|
|
83
90
|
Union[
|
|
84
91
|
GetApiPromptsResponse400,
|
|
85
92
|
GetApiPromptsResponse401,
|
|
93
|
+
GetApiPromptsResponse422,
|
|
86
94
|
GetApiPromptsResponse500,
|
|
87
95
|
list["GetApiPromptsResponse200Item"],
|
|
88
96
|
]
|
|
@@ -94,7 +102,7 @@ def sync_detailed(
|
|
|
94
102
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
95
103
|
|
|
96
104
|
Returns:
|
|
97
|
-
Response[Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]]
|
|
105
|
+
Response[Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse422, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]]
|
|
98
106
|
"""
|
|
99
107
|
|
|
100
108
|
kwargs = _get_kwargs()
|
|
@@ -113,6 +121,7 @@ def sync(
|
|
|
113
121
|
Union[
|
|
114
122
|
GetApiPromptsResponse400,
|
|
115
123
|
GetApiPromptsResponse401,
|
|
124
|
+
GetApiPromptsResponse422,
|
|
116
125
|
GetApiPromptsResponse500,
|
|
117
126
|
list["GetApiPromptsResponse200Item"],
|
|
118
127
|
]
|
|
@@ -124,7 +133,7 @@ def sync(
|
|
|
124
133
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
125
134
|
|
|
126
135
|
Returns:
|
|
127
|
-
Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]
|
|
136
|
+
Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse422, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]
|
|
128
137
|
"""
|
|
129
138
|
|
|
130
139
|
return sync_detailed(
|
|
@@ -139,6 +148,7 @@ async def asyncio_detailed(
|
|
|
139
148
|
Union[
|
|
140
149
|
GetApiPromptsResponse400,
|
|
141
150
|
GetApiPromptsResponse401,
|
|
151
|
+
GetApiPromptsResponse422,
|
|
142
152
|
GetApiPromptsResponse500,
|
|
143
153
|
list["GetApiPromptsResponse200Item"],
|
|
144
154
|
]
|
|
@@ -150,7 +160,7 @@ async def asyncio_detailed(
|
|
|
150
160
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
151
161
|
|
|
152
162
|
Returns:
|
|
153
|
-
Response[Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]]
|
|
163
|
+
Response[Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse422, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]]
|
|
154
164
|
"""
|
|
155
165
|
|
|
156
166
|
kwargs = _get_kwargs()
|
|
@@ -167,6 +177,7 @@ async def asyncio(
|
|
|
167
177
|
Union[
|
|
168
178
|
GetApiPromptsResponse400,
|
|
169
179
|
GetApiPromptsResponse401,
|
|
180
|
+
GetApiPromptsResponse422,
|
|
170
181
|
GetApiPromptsResponse500,
|
|
171
182
|
list["GetApiPromptsResponse200Item"],
|
|
172
183
|
]
|
|
@@ -178,7 +189,7 @@ async def asyncio(
|
|
|
178
189
|
httpx.TimeoutException: If the request takes longer than Client.timeout.
|
|
179
190
|
|
|
180
191
|
Returns:
|
|
181
|
-
Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]
|
|
192
|
+
Union[GetApiPromptsResponse400, GetApiPromptsResponse401, GetApiPromptsResponse422, GetApiPromptsResponse500, list['GetApiPromptsResponse200Item']]
|
|
182
193
|
"""
|
|
183
194
|
|
|
184
195
|
return (
|