langwatch 0.5.1__py3-none-any.whl → 0.6.0__py3-none-any.whl
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/__version__.py +1 -1
- langwatch/dspy/__init__.py +3 -7
- langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py +15 -4
- langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py +15 -4
- langwatch/generated/langwatch_rest_api_client/models/__init__.py +16 -0
- langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py +14 -11
- langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py +14 -11
- langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py +14 -11
- langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py +14 -11
- langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py +14 -11
- langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +20 -2
- 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/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py +70 -0
- 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/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/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py +20 -2
- langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py +70 -0
- 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/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/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/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/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py +20 -2
- 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/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py +20 -2
- langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py +20 -2
- langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py +70 -0
- langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py +19 -37
- langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py +20 -2
- 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.1.dist-info → langwatch-0.6.0.dist-info}/METADATA +2 -2
- {langwatch-0.5.1.dist-info → langwatch-0.6.0.dist-info}/RECORD +44 -36
- {langwatch-0.5.1.dist-info → langwatch-0.6.0.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
langwatch/__init__.py,sha256=TzPHzqCFGZJByI3sAIKrNB33Qi4PqVmgYDZuBwPnhPc,4222
|
|
2
|
-
langwatch/__version__.py,sha256=
|
|
2
|
+
langwatch/__version__.py,sha256=ihpnyDIihzyfAnbVebv3ibhQgdusfTt0oPRaPkVRGsc,91
|
|
3
3
|
langwatch/attributes.py,sha256=nXdI_G85wQQCAdAcwjCiLYdEYj3wATmfgCmhlf6dVIk,3910
|
|
4
4
|
langwatch/batch_evaluation.py,sha256=piez7TYqUZPb9NlIShTuTPmSzrZqX-vm2Grz_NGXe04,16078
|
|
5
5
|
langwatch/client.py,sha256=WTNcYSik7kZ2kH-qGDnhbMTosc8e_Xhab_lZlfh5TC8,25559
|
|
@@ -15,7 +15,7 @@ langwatch/tracer.py,sha256=t5FOdP1es9H_pPGqGUBLXCyEln0tTi4m4M9b6WxCrPU,975
|
|
|
15
15
|
langwatch/types.py,sha256=h6r3tNTzWqENx-9j_JPmOMZfFoKq9SNpEtxpAACk2G0,3114
|
|
16
16
|
langwatch/dataset/__init__.py,sha256=hZBcbjXuBO2qE5osJtd9wIE9f45F6-jpNTrne5nk4eE,2606
|
|
17
17
|
langwatch/domain/__init__.py,sha256=gSCOV3WkRhp_--9D1vxw7BYpnMRbpGh-2NbsXd4KZC0,6074
|
|
18
|
-
langwatch/dspy/__init__.py,sha256=
|
|
18
|
+
langwatch/dspy/__init__.py,sha256=gv8jOH_oh-dSQlVXCSz90Pa0f2zdk330DEZBCRhYSsw,33979
|
|
19
19
|
langwatch/evaluation/__init__.py,sha256=Jy7PW5VQbMoDGdOLRlQmDEvo_9TDkBLmrLrfocxddLM,281
|
|
20
20
|
langwatch/evaluation/evaluation.py,sha256=AF3VXCcTGB3F8ChsjwBxqjUXkLzvTbkWbiWYxRzVWik,16037
|
|
21
21
|
langwatch/exporters/filterable_batch_span_exporter.py,sha256=MlhZjui56XD6p2sa8kEGyr-Hb3wqudknngmemnB4Twg,2142
|
|
@@ -27,30 +27,30 @@ langwatch/generated/langwatch_rest_api_client/types.py,sha256=E1hhDh_zXfsSQ0NCt9
|
|
|
27
27
|
langwatch/generated/langwatch_rest_api_client/api/__init__.py,sha256=zTSiG_ujSjAqWPyc435YXaX9XTlpMjiJWBbV-f-YtdA,45
|
|
28
28
|
langwatch/generated/langwatch_rest_api_client/api/default/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
29
29
|
langwatch/generated/langwatch_rest_api_client/api/default/delete_api_annotations_id.py,sha256=5ZpmXaj6IoF7ajSiNsfFLVALrnZJJb0YvWWwImwKRf8,4212
|
|
30
|
-
langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py,sha256=
|
|
31
|
-
langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py,sha256=
|
|
30
|
+
langwatch/generated/langwatch_rest_api_client/api/default/delete_api_prompts_by_id.py,sha256=JiS57J4P4weMek69h8SKenlLngnlE5_W2v16PM9R2Cs,7021
|
|
31
|
+
langwatch/generated/langwatch_rest_api_client/api/default/delete_api_scenario_events.py,sha256=QO6uNxFHM4cH7cmY8w55JZ4tJAVfgNoFf6jgWDQizi0,6348
|
|
32
32
|
langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations.py,sha256=MWBVM51cLULibO_lDagm3gfjsNNxkSX8c_qlhnnnP10,3842
|
|
33
33
|
langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_id.py,sha256=I-xGa3ysWmB4KD_zdDd6V8hFxvNfKPtfjeYzitCB_3M,3905
|
|
34
34
|
langwatch/generated/langwatch_rest_api_client/api/default/get_api_annotations_trace_id.py,sha256=qyD2pLMQd0aEMVQ24SOXYN8G_DGko7G_IaW7P6SbvCg,4130
|
|
35
35
|
langwatch/generated/langwatch_rest_api_client/api/default/get_api_dataset_by_slug_or_id.py,sha256=nzp6ehNfBz8HMX0LUJhqyZusrvqn3PXZBWHJPB4b69U,7476
|
|
36
|
-
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py,sha256=
|
|
37
|
-
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py,sha256=
|
|
38
|
-
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py,sha256=
|
|
36
|
+
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts.py,sha256=r6A_EcKfixyMeygu2Y3w_k2wBUmvy4GN6J0yGKlg2a4,6050
|
|
37
|
+
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id.py,sha256=MYDE8nIeinJ6TfQvOJVYSEftnDFaOt3jYkSjD0ZmwNE,7457
|
|
38
|
+
langwatch/generated/langwatch_rest_api_client/api/default/get_api_prompts_by_id_versions.py,sha256=v4lRxmdzy67uedO5zbvGojE8feEIudZ6W8t2LuTVR8M,8027
|
|
39
39
|
langwatch/generated/langwatch_rest_api_client/api/default/get_api_trace_id.py,sha256=tVUjb1wY_6O1yb4mejX7bQxwrbMGfUEmf9DC8oGVybU,4090
|
|
40
40
|
langwatch/generated/langwatch_rest_api_client/api/default/get_index.py,sha256=D8GQnpzXcPLIPWFoGdhE9WdizSZNtY4pmVQQbffViL4,4981
|
|
41
41
|
langwatch/generated/langwatch_rest_api_client/api/default/patch_api_annotations_id.py,sha256=raU6hkJ4M2-4k52JL7XjLj4TIOg5nsU9Iv-tefN-2DE,4889
|
|
42
42
|
langwatch/generated/langwatch_rest_api_client/api/default/post_api_annotations_trace_id.py,sha256=P3k2pBht8CKZIzWC51lHgtqWuLh8XFd1TQf705eW-_0,4596
|
|
43
43
|
langwatch/generated/langwatch_rest_api_client/api/default/post_api_dataset_by_slug_entries.py,sha256=GtOcOhhriaGBIqm2SJzcfQb_iohDrleytk1UspCAAOE,2671
|
|
44
|
-
langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py,sha256=
|
|
45
|
-
langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py,sha256=
|
|
46
|
-
langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py,sha256=
|
|
44
|
+
langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts.py,sha256=Zt_R6TVRqfA0CFuMfHfR1RF0pGxbsXbkvEnHCm_oi7s,7077
|
|
45
|
+
langwatch/generated/langwatch_rest_api_client/api/default/post_api_prompts_by_id_sync.py,sha256=i9H6Kr9CghVmjnUqB5X9u0vDCUiCmp4uqWZTeB2iEMk,7342
|
|
46
|
+
langwatch/generated/langwatch_rest_api_client/api/default/post_api_scenario_events.py,sha256=rBLZqIZQnlsfeeJN2B4Iv7FJdadKr_dO3gNg9OWkwnA,8198
|
|
47
47
|
langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_share.py,sha256=txBdOxauBx5PWTMhrHh-8NRSvTqljHe7GZL6-Yp_kvc,4096
|
|
48
48
|
langwatch/generated/langwatch_rest_api_client/api/default/post_api_trace_id_unshare.py,sha256=z8RHUhrdrRHdpWTMsN8EzT9UqlPlGtOFzhDY5PEfF1c,4124
|
|
49
49
|
langwatch/generated/langwatch_rest_api_client/api/default/post_index.py,sha256=doNUX9m7Tdp0vAYem0Hwq24eRWfr6i_cImMUslKgjXQ,5402
|
|
50
50
|
langwatch/generated/langwatch_rest_api_client/api/default/put_api_prompts_by_id.py,sha256=rNENNcsjKsrlBGB11N7uJg1pRA6mBT88z2lkYCSbWfY,8010
|
|
51
51
|
langwatch/generated/langwatch_rest_api_client/api/traces/__init__.py,sha256=5vd9uJWAjRqa9xzxzYkLD1yoZ12Ld_bAaNB5WX4fbE8,56
|
|
52
52
|
langwatch/generated/langwatch_rest_api_client/api/traces/post_api_trace_search.py,sha256=NWiPvKeRiRKU28nPYEeIMWz3Z_sKomRgbQZxLYMvC00,4050
|
|
53
|
-
langwatch/generated/langwatch_rest_api_client/models/__init__.py,sha256=
|
|
53
|
+
langwatch/generated/langwatch_rest_api_client/models/__init__.py,sha256=P5h0AU0WwIqBwfqQvWHMj5yf687FrXG2KtcKg9qCl9o,57479
|
|
54
54
|
langwatch/generated/langwatch_rest_api_client/models/annotation.py,sha256=PI0ycptiz9YlWz3DPv7SIG1gif9U2gj12h_jenIGG58,3924
|
|
55
55
|
langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries.py,sha256=yrWY00ONDQNwCTSpK8MtqMqqbigtA5iNYgdhTdlmTfY,2204
|
|
56
56
|
langwatch/generated/langwatch_rest_api_client/models/dataset_post_entries_entries_item.py,sha256=vNgto6j1Hywr7httGXNkHZNXKvLraF5mwKd0D1f-uC8,1299
|
|
@@ -59,10 +59,12 @@ langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_re
|
|
|
59
59
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_400.py,sha256=ajD-ImJU8f7r9-DfC7y7-9DqfummvSgMtipWFQZedV8,1860
|
|
60
60
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_401.py,sha256=wxGH9xnYu5RlAlHVJlrSvTkzgF5xlbId-5WL2WNQcR0,1860
|
|
61
61
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_404.py,sha256=Ts7LzWdSoF61BoAIo28lj1jC4FHrnH_lqnsjqSDwc_0,1860
|
|
62
|
+
langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_422.py,sha256=DhIdK2cpHmYBjQYK8IOceqiaPuuC9ClhuU3YOFIL0Ko,1860
|
|
62
63
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_prompts_by_id_response_500.py,sha256=Y7axJV_rXuRgcTXcoKhP5ciXh3z6f16mq5huTzAw7wo,1860
|
|
63
64
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_200.py,sha256=BhId_qVevMmiHCvAJ8xbNQ4vdrJShJJ9BK-MPtUFGFY,2245
|
|
64
65
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_400.py,sha256=SgTw499k3oBOb9cGR6dJakH_cjXj1rSxkg6j0_BcdFE,1872
|
|
65
66
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_401.py,sha256=A_YjzPqZ9AQkT_G2rgZxHXDMVFzMdn3A09vXSqvtIZU,1872
|
|
67
|
+
langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_422.py,sha256=EqnAPsVn9ZlBlScD5LeIAvygH-EntwQ8t4YuxCo0_PI,1872
|
|
66
68
|
langwatch/generated/langwatch_rest_api_client/models/delete_api_scenario_events_response_500.py,sha256=Ua_8dRKmnTjoNYPFX7Ya_vvNaidXwRBbNLnV6AVhbJ4,1872
|
|
67
69
|
langwatch/generated/langwatch_rest_api_client/models/error.py,sha256=CZx2vnqZe27dn4htMwUN-aG1VAR9wINRkfiXMm_7G80,1587
|
|
68
70
|
langwatch/generated/langwatch_rest_api_client/models/evaluation.py,sha256=_HbIpm8OtivlfyXavEdK44Sj83f6MTjPJDobKcG_ySA,4851
|
|
@@ -70,15 +72,15 @@ langwatch/generated/langwatch_rest_api_client/models/evaluation_timestamps.py,sh
|
|
|
70
72
|
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200.py,sha256=82-1BCWmCSYbAq02yx8rS_mlYtSt3AHh7f1XmFse3gQ,2277
|
|
71
73
|
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item.py,sha256=qdNsWTheg_2SImp1twa_F1PuigukRxSpKKc6KsJyJi0,3061
|
|
72
74
|
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_200_data_item_entry.py,sha256=N40l9mjU2LBB_TzopecvN1fmHEB5m-9tj6RuRNJ399I,1410
|
|
73
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py,sha256=
|
|
74
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py,sha256=
|
|
75
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py,sha256
|
|
76
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py,sha256=
|
|
77
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py,sha256=
|
|
75
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_400.py,sha256=lBo1hVw5nOW-TDgdf9APfJ2HWLg1y_6Q-vGzg_9YBkM,1881
|
|
76
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_401.py,sha256=wjwNtE9zaIPF1yWGYSRWBGvUVPX_2QBHFT2MZ5zIXx8,1881
|
|
77
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_404.py,sha256=-03fz7hwpuw47b3YsfBEiRLFgcJOTgrD8bmDoaLqCYM,1881
|
|
78
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_422.py,sha256=a6QnRiasg4WilU2KFfI7maCzRJ3xKZ68U5fy_JajwEM,1881
|
|
79
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_dataset_by_slug_or_id_response_500.py,sha256=eG9OsVXaNPt5Np7iGqRJpYcKdBnGlEajc6p8xEf7-HU,1881
|
|
78
80
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200.py,sha256=ufXZjIaVF9c55GNhhCtpUGaw1orc4LIDxV6UZ44A5W0,12010
|
|
79
81
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations.py,sha256=ZMx7Sz3qnkqwiX-wqVtjcXE9zLAbC0K-6pOZBG2rOYQ,2944
|
|
80
82
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline.py,sha256=j61OyQkSScJ4PuVy9b0hT-bQuQQR_DzMQIfuokgUsq0,3411
|
|
81
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py,sha256=
|
|
83
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py,sha256=554qhxqeivOuT2RM2H3h_Js0NrHRSEq25UBsgV8k-zM,6395
|
|
82
84
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_demonstrations_inline_records.py,sha256=NioSCiv5yyYnwHmaRo9dUY-czJ03L-8n4oI5IpJZT0A,1754
|
|
83
85
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item.py,sha256=WLekaTjg_zLWhhp_JTmsoZl-6Jw9EY3L62nigxuJT-g,2049
|
|
84
86
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_inputs_item_type.py,sha256=tl2y7MUDX956HWJ8zWZZ6k0AMU2M5KWGbQN1pr7C-8Y,349
|
|
@@ -90,7 +92,7 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_respo
|
|
|
90
92
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique.py,sha256=G2SwYYYflc2RS1fUjZIaqXZJ_siDHMG3HJdRX-BkJ04,3262
|
|
91
93
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations.py,sha256=huBfGQC50ZadPiqtnAxCNppG0DXm5bS_857qRYchM7o,3188
|
|
92
94
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py,sha256=WRllSG22EYYYsoQ8Dba8gqZaSWq4mPFyJI92ooxISc8,3807
|
|
93
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
95
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=cqRYze-ilB-KQ6m_e3_qHc2SS9Y--u56sBCVaySd5F4,6491
|
|
94
96
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py,sha256=HLry0To9wyEyOcc0PwyVECxPHL_rUT5eywA8zzSYMiM,1874
|
|
95
97
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_prompting_technique_type.py,sha256=KMc7jTUSal-y9oGEP863v-Cr3011mZazMgKJRsMrMhY,253
|
|
96
98
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_200_response_format.py,sha256=dD8Sk36NLWBFOXTB6EHiVfEOrLorfMM64aQEPf_AVIU,3688
|
|
@@ -101,11 +103,12 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_respo
|
|
|
101
103
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_400.py,sha256=9q4-E6iJ9BM0WObfm-5QzxjMeIOh8S6Frxw8lmV1jFU,1845
|
|
102
104
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_401.py,sha256=lwPQIbRJhiTZ6atueWNi2EDSEE4Apdhkrdn8hVXRFX4,1845
|
|
103
105
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_404.py,sha256=ahJqcTgld1EE1E8SQ3-bM6rWYWM9-fz2Mi96NXDWGEY,1845
|
|
106
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_422.py,sha256=jm1ywcJ7jjvXp5PahRnIG7NqEcVwBmn6V22eFUGE-rI,1845
|
|
104
107
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_response_500.py,sha256=MI13g2pBZ3Y1VBAA5cyNGgjQ6Ud-Vq8IOSoGbVKmaRM,1845
|
|
105
108
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item.py,sha256=cBDvr92Fm1GU4SR8pI-AyJJy3G7MiMZYpGOPt8H5tSE,12901
|
|
106
109
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations.py,sha256=TxtN0y02uAbzNUIq-J9qSaqGthBX-752g5Tk7IUAfMI,3110
|
|
107
110
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline.py,sha256=nppwFyKe1skyZNHI3tEc4m2mP3SyfmWB6jYq79sgT3Q,3653
|
|
108
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py,sha256=
|
|
111
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_column_types_item.py,sha256=hDpcy75fkUzc4wlGiK1a9kJSIW39CYxQhy4wTTeX-zw,6461
|
|
109
112
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_demonstrations_inline_records.py,sha256=Qm1abS9VgdyQRrvBnCAmZibOgMpIgVkpj3KxlQX2GIs,1844
|
|
110
113
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item.py,sha256=wXwKv-2HxICImvvifRpLNncAihhcguvu9is3ltY2W-c,2186
|
|
111
114
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_inputs_item_type.py,sha256=_nTEfBe4m1onE26JAdJ-ZMy2zJM98TKn0eZh4hPzXYU,361
|
|
@@ -117,7 +120,7 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versi
|
|
|
117
120
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique.py,sha256=lIcSFt7ASPD8mg3Bq-iIvELgzQHBztvkbQqti4xXv1k,3520
|
|
118
121
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations.py,sha256=zQ5Ryxj6Lb_VOynej5BH-VoQV4GK1li5GwNX-wMfUrs,3354
|
|
119
122
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline.py,sha256=6ddLhXYDGSTaycC7sJitP603nRwkFYq3Q9JYonEYScE,4083
|
|
120
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
123
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py,sha256=DAypjzsv8-vaMnU6uR2_ePKcWEv5ppEraFQBAw_nAYk,6621
|
|
121
124
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_demonstrations_inline_records.py,sha256=18yPH_RPppvMNo04IPn1CgUzwMK_x-X7NoGUpBOd16c,1916
|
|
122
125
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_prompting_technique_type.py,sha256=MNdF5Epm90e6F59CWW-M12XE_UN3QQsw5oohbYX7EUA,265
|
|
123
126
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_200_item_response_format.py,sha256=Dn5r6GrZtmWDnCjcVinE3MCKXli5eJFxxWZwSEoQBD0,4004
|
|
@@ -128,11 +131,12 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versi
|
|
|
128
131
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_400.py,sha256=Rav_zZqtOW2Jt3qxISL3LH4_gScWtIeoW6GSt_l2Bmk,1888
|
|
129
132
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_401.py,sha256=SNXKGVbe6xHE6J0hjXa4SB5yuPwrdUI8S1B_d110kxY,1888
|
|
130
133
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_404.py,sha256=EsEX4i4VGl6-enwSJRpGFVm6TSfc3qcC3iRVcMKEmsE,1888
|
|
134
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_422.py,sha256=wWaSKdom9sI01LWTpkGQ_QidiGIAyunTRx6r8qwJj-w,1888
|
|
131
135
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_by_id_versions_response_500.py,sha256=oGuxFHNacGXuEo9w0M1Je9UDnS3fK7lFQDG54oKlFHE,1888
|
|
132
136
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item.py,sha256=hfTxPgS-Gi0VeRfTpfLoJDqyEbxeoMXHB-QJ3kp-Xgw,11969
|
|
133
137
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations.py,sha256=Euz6RWhQYJihaXAf73APjib1vtGtrL-FrJqDfpVMJcM,2939
|
|
134
138
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline.py,sha256=BZHe2TjiJuLk3HW99i8Vj8fUJYvjoYJwcHfJZvpasFo,3404
|
|
135
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py,sha256=
|
|
139
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_column_types_item.py,sha256=FljLAXqAxyPpmcR5-7ZPJ5aoM9qcVzA6VmdBf8OYRng,6392
|
|
136
140
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_demonstrations_inline_records.py,sha256=UdzZiUzxdWU18Sj9VeOEcrIS8ktDdGph7LQoRzPn17s,1751
|
|
137
141
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item.py,sha256=h-enWA3vkoxlji_XO9jWNYyVG6eDslQHBI23N4ulmeY,2045
|
|
138
142
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_inputs_item_type.py,sha256=ICIGCXDZsEw2RLBoLoCd7JU3fGmeqL1qfiABgROaMxI,349
|
|
@@ -144,7 +148,7 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_20
|
|
|
144
148
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique.py,sha256=fuorP0eqgtl5tCZGkN5l9G3uHPCn_b5-zzgQHGjl1x0,3256
|
|
145
149
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations.py,sha256=2s7gMZPESGSVEomQCnlaZ8HjjMeZxPaXzuhmklwka80,3183
|
|
146
150
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline.py,sha256=8Kou07z64eaT-0pxrev8y1eLcnAK7iB30uPrVawG7u0,3800
|
|
147
|
-
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
151
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_column_types_item.py,sha256=akGJvaRCrmGreiGJl8d6sOxakh1-qkp-0yBg9f0sQjc,6488
|
|
148
152
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_demonstrations_inline_records.py,sha256=5XtOJnFWNUMTs8pzgD1obwFu41uYT_0YdOWk4_1o77I,1871
|
|
149
153
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_prompting_technique_type.py,sha256=ChIp1S4K-A3o-1IOdjw5Rc9xmQldSbscv8uNawL1hSs,253
|
|
150
154
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_response_format.py,sha256=RQQOwXE8Am_vzx-dctvOigisq-Mr7SoI92CeLAvX9zw,3681
|
|
@@ -154,6 +158,7 @@ langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_20
|
|
|
154
158
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_200_item_scope.py,sha256=1dK2-gbcN7-sjoynTRpr0xxuTG0h-z-jdKi4U4nnQ_E,196
|
|
155
159
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_400.py,sha256=xNP-EUph8qJTRfymWyg5r23G9Te-5p1v5iJA6ZqIItM,1819
|
|
156
160
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_401.py,sha256=FUJmAs-UmIkR5qQka9qzDwh4vTbWvzPRhjC5uQc77MA,1819
|
|
161
|
+
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_422.py,sha256=JUf-pKW3YNCShhTjN7CwZpq4GE38eW4dO33eWOagU_M,1819
|
|
157
162
|
langwatch/generated/langwatch_rest_api_client/models/get_api_prompts_response_500.py,sha256=j-CPy_dDb403RwhTGpQJ1YsJLMFIvkQfyYQex-MENVc,1819
|
|
158
163
|
langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200.py,sha256=hHbYALjUqR5Ucsbk-03msYrO8n-VdtJbZp38NL1q7oE,10400
|
|
159
164
|
langwatch/generated/langwatch_rest_api_client/models/get_api_trace_id_response_200_error_type_0.py,sha256=d_Q_wTd4TRJeeBL7AU6z7Ufuoo_qlfosZvFcJfrHtHY,2406
|
|
@@ -207,7 +212,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
207
212
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data.py,sha256=ECAexxYiNwQkAlB16aMOlyLL5JQludrNkKEUCrsS8ok,9093
|
|
208
213
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations.py,sha256=sZnzu9ZwipFwz8zuQx7zb6wX7xEPhXQ4s70qqdILE-M,3058
|
|
209
214
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline.py,sha256=SWamGezsUxKctK22gfPd_JCKIQDFAJKKWLsvtpRswPQ,3577
|
|
210
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py,sha256=
|
|
215
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_column_types_item.py,sha256=P3K74eezUMd2BTKyerohQZwpvjfJH2bDDaWOyraNUik,6441
|
|
211
216
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_demonstrations_inline_records.py,sha256=-7R_CN5YBCUahR2CRVaGGyD6LkH63yzwEAUgihfX4mI,1824
|
|
212
217
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item.py,sha256=l-3LcuGytyJe5c667dGoQPuH_lQDXbE_vyyjNLonVds,2146
|
|
213
218
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_inputs_item_type.py,sha256=Tcy2L2ZbfRtds2ELML9jzbKchsgQEFiRY_R-MOPyzGo,357
|
|
@@ -219,7 +224,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
219
224
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique.py,sha256=Dafej0DXgmbQRTQpOL31flr6ctmrODUx6BOpD_Bjo9o,3448
|
|
220
225
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations.py,sha256=yz7m2sNRX0Kmum1vBZH_NRNRZWeGou5Xvpz96WmWLJ4,3302
|
|
221
226
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline.py,sha256=Ydq1ghUc-CRqFv4UP85qEh6LsbxugFG3Pb9cRK24ZhA,4007
|
|
222
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
227
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_column_types_item.py,sha256=_8dZj0TngFCMyNlYKWmb13Gmfe-KQbkhxaIp0c68SSM,6537
|
|
223
228
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_demonstrations_inline_records.py,sha256=u8NngnU8RQ8dSEtmOlR3XBqIYca0HOKVFMR-MrLPvcs,1896
|
|
224
229
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_prompting_technique_type.py,sha256=-sR8tHVTM9rqfVdrVtAiR7gSdCX0NpNhNM_oNAQNwEA,261
|
|
225
230
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_body_config_data_response_format.py,sha256=mjiQ_DVKVaeP3NBtQ_QZfLd3yE6WghjJVt74dEwEsOU,3878
|
|
@@ -232,7 +237,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
232
237
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data.py,sha256=eq-aQe9Du0EFb5NWgn2xD93zaOH8v-w7VGsFITZB26A,10454
|
|
233
238
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations.py,sha256=Y1-7qY2Jgk_K-4wHU9qTGISPpbBfuogtJl1-ERT1rrw,3433
|
|
234
239
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline.py,sha256=Qs4bsw6rsnrBUCiiCHHrdqaf40W5FvNTf48Q2MjaAj4,4128
|
|
235
|
-
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,sha256=
|
|
240
|
+
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,sha256=uMaVoLc9g3I_jhKbvfL3Q5CDsBbl05pMp5h2B_gTg1Q,6584
|
|
236
241
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_demonstrations_inline_records.py,sha256=nQNMQ-S3ezLYxhB5K31A2I_FWushXqEvHmz6npen4qQ,1937
|
|
237
242
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item.py,sha256=hqINcBHKkpqximVvXFzIxHMrSREJN9_tK8qdcznUDTs,2412
|
|
238
243
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_inputs_item_type.py,sha256=E7gcCYiiLfD13CNuj4-K-RnslYAEnKOakOJjfsJDX6s,382
|
|
@@ -244,7 +249,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
244
249
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique.py,sha256=Yc2wpfspbyjbmQFelMXtVHifIKYzNMyRABZnLSlklmk,4010
|
|
245
250
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_demonstrations.py,sha256=mebR8g20EtFKzoOHWroF6BnuJZTKNGd6dMG7VCnITc0,3789
|
|
246
251
|
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,sha256=Ro8DXsWea76H5v2o8Z241mAMh5ftENraYx1rNAPdmHs,4519
|
|
247
|
-
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,sha256
|
|
252
|
+
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,sha256=-GjvYEj6VmYOIM-8rq0u-KP43qtLVTX0KJAwD9-K-hc,6685
|
|
248
253
|
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,sha256=hHPjAOQlEt9ky8EADPYgWp2M3U6Z56jtS1COIM800-8,2044
|
|
249
254
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_prompting_technique_type.py,sha256=6DOLpwZgq1uxCBCn_WG3ELDDD5aZpGeZeI7et2AX8Tw,286
|
|
250
255
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_conflict_info_remote_config_data_response_format.py,sha256=7hymjANtcy9GwI338NlOJjFUklMO6382iJFCTcSdiho,4627
|
|
@@ -254,7 +259,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
254
259
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt.py,sha256=ivdq9kGzG5G0Bpcf7oXWRcpZFkSkVw8J7lXfs2QEgyQ,12837
|
|
255
260
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations.py,sha256=xwv1bcz1jXowGN_l5h4MLC9f6jAaet2iCjFtAYBBh-o,3097
|
|
256
261
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline.py,sha256=Rju6TPl-ykXiuK9u7yJD2_62feg2v_F3jvybRdpcwhc,3634
|
|
257
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py,sha256=
|
|
262
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_column_types_item.py,sha256=9m2JS2Ds_kiTHiaoZhtTncwQ9NaB_ibJ6EhW-Mf9jjQ,6456
|
|
258
263
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_demonstrations_inline_records.py,sha256=vxedTk8RAhefDAp_GEZw1CMAv92pqr1zWXOUS2966f0,1839
|
|
259
264
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item.py,sha256=Kd6RAb0NCP_nROzS5QNwC5zv81D2L0nKuLCusGyXi-o,2176
|
|
260
265
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_inputs_item_type.py,sha256=lsRpmaxwxZlJy6R9DRRvLkSubquIFGu1kOyMRJL3WAc,360
|
|
@@ -266,7 +271,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
266
271
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique.py,sha256=qYlBemArv6Xl7lqhwN21izo6pEcZoV6XrmkBlsYw6V8,3502
|
|
267
272
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations.py,sha256=zjOnDtEl6Ai-nq_NMyB2oD3hQwpJIfNZgTKfa1XBlAI,3341
|
|
268
273
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline.py,sha256=tF6vQssYwVVZ2YqS4ygIr8h_0w2rrd7jwDrSIGdv86s,4064
|
|
269
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
274
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_column_types_item.py,sha256=APZ_VpQnsmOUrGIr8KI_XJhWDQKRtBZ1gxQKKRyxfcw,6616
|
|
270
275
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_demonstrations_inline_records.py,sha256=4JtVpA31pchMuN9ZeRVCFnOasZ_4m6WInDnHO2hrRNg,1911
|
|
271
276
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_prompting_technique_type.py,sha256=1jl_REYHd8ZInbDWjXNVjmGU7l21DxNQKvgXt7V_7tE,264
|
|
272
277
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_response_format.py,sha256=OF0Xlew8_yYO6_c17SgqBzoAxWzyxFQtFy7hwmoiFfo,3982
|
|
@@ -276,11 +281,12 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync
|
|
|
276
281
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_200_prompt_scope.py,sha256=pCR4NKX6QDYAFdvHXWNLzYJl9lf5RgcmJHwTc9fNRaw,207
|
|
277
282
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_400.py,sha256=bIqGXJ3OkOCv0RKMRUUMMFdadoirimrJ8RdqbVjZma4,1873
|
|
278
283
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_401.py,sha256=8jpkyKsa_UlPtpmtDKdABY5rKC2SJyAhK-F9U1ITEUw,1873
|
|
284
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_422.py,sha256=S3PJ7si6tUeqLpV66hEWAw-hnfkGrTC3cy-0ogs5f7I,1873
|
|
279
285
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_by_id_sync_response_500.py,sha256=JiCyhwC7wiZ10zL8Mkr3mGzEyzvyjvcuS8RWUO50fhQ,1873
|
|
280
286
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200.py,sha256=YDJHkkuZPH0rjqRWvfRU6xrp_XxGYiti4hy9r8-VbJ0,11746
|
|
281
287
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations.py,sha256=iViAWAKrHArzBy5bawvsLCyaA_GylbCamNGzL_fYyqI,2895
|
|
282
288
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline.py,sha256=e9CjG5nC6KIM-kli4EjgrXHwcON5GIoXBNCkMKK2_h4,3340
|
|
283
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py,sha256=
|
|
289
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_column_types_item.py,sha256=qWBOx3ZOHcE_DdBwduKx-rSPYIcRthGv-J8ixpm0dQY,6374
|
|
284
290
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_demonstrations_inline_records.py,sha256=y2u1S1WJm5gFJEE-lCFK2dyNa7J8KuNSX9buM7xGfJw,1733
|
|
285
291
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item.py,sha256=Co1KB-8u3cxKLsmx6rZJhCcG8ZuTuTXuuVL3wdmcBxc,2011
|
|
286
292
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_inputs_item_type.py,sha256=MpEdDuOZ-e_vLBnwRIMnpL-acAC372nFIv2JY8vbVPg,346
|
|
@@ -292,7 +298,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_2
|
|
|
292
298
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique.py,sha256=Wpwx0Eqpm4cijsNutYSBFtPyYriWJSs4jQTdRES-KsM,3196
|
|
293
299
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations.py,sha256=x4bZosZm8qoUftuzdBTN4jv0s68RtO16qxBvF5DeK0g,3139
|
|
294
300
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline.py,sha256=p9htZPHO_Hsu9yy5ozA6W8YLWqnbKs_leks6w4FrMww,3736
|
|
295
|
-
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
301
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=cAb09ou1_enSPR1bHFJux5JkehI4_Ci2DhGjTvA5deE,6470
|
|
296
302
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_demonstrations_inline_records.py,sha256=ZljobQzuypaeG19EsFsqzfLzAC1aBcz_ZC13grmUJ98,1853
|
|
297
303
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_prompting_technique_type.py,sha256=rJGpGJgUjHw6kr6ZNZs4gstSMmhqCOSeynER8vsEHes,250
|
|
298
304
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_200_response_format.py,sha256=QMwvaJpYVBr2yug_UdJu3GZZVOJks2eSA2VzlnwQQws,3576
|
|
@@ -303,6 +309,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_2
|
|
|
303
309
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_400.py,sha256=9xVS22S_iMtQole2C8xCNMoBWzRtRZwXqHXymNsT8vA,1824
|
|
304
310
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_401.py,sha256=Um0TtPVnFgP31C6WSVsAocQejlNwKrGZSlZk8CewEDU,1824
|
|
305
311
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_409.py,sha256=C_1cV4LHROtvqE5ddK_urfnUQtb38lCgXuzS0yA8nLU,1699
|
|
312
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_422.py,sha256=2r5czZ5T_p_UPYj-kGx9os4O-TWKXDdV_6W-oQNvRYo,1824
|
|
306
313
|
langwatch/generated/langwatch_rest_api_client/models/post_api_prompts_response_500.py,sha256=YF8xVm2K7K8efW2RY-sbRORKOfrSxoe57GN2fqYaZVE,1824
|
|
307
314
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0.py,sha256=tcOIscTvC2H62hnVvxWACmXUZXC68daPKlQEzELe4nw,3937
|
|
308
315
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_body_type_0_metadata.py,sha256=yBwd5V2kqCiFhhetebwgxby2e3PlgdBuqEAXzsqtouc,1978
|
|
@@ -315,6 +322,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_bo
|
|
|
315
322
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_201.py,sha256=Y-4G9omlFVuezMBsUCjVUHz4gkTJhR9UdjoCYs4OXeM,2235
|
|
316
323
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_400.py,sha256=KQH2kjMuNauaKkmFMXduIwMmqOin-467tD6_rBTKjaE,1564
|
|
317
324
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_401.py,sha256=GKaC26oNqfNyWEltpy5BUa8q6pMFM88XgmsfM292fOI,1862
|
|
325
|
+
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_422.py,sha256=xDf7yaHzsq4kMdpSZNOM5g5xbpHqryhWJrCdbcAD02Y,1862
|
|
318
326
|
langwatch/generated/langwatch_rest_api_client/models/post_api_scenario_events_response_500.py,sha256=1rci-uAN9Q526meuGZmtEN4EnIsuEFb58AGY2xRkr34,1862
|
|
319
327
|
langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_share_response_200.py,sha256=aFpc9P8ZrHGucrCmY58cM2DGr7hqD2v5NIYotHr3iUs,1634
|
|
320
328
|
langwatch/generated/langwatch_rest_api_client/models/post_api_trace_id_unshare_response_200.py,sha256=VrmftfI7uoSLCulSs8KgUEH81MpUEEOuUcaGXmSQ2zE,1677
|
|
@@ -338,7 +346,7 @@ langwatch/generated/langwatch_rest_api_client/models/post_index_response_200_sco
|
|
|
338
346
|
langwatch/generated/langwatch_rest_api_client/models/post_index_response_400.py,sha256=F2K6vQq8dnijYghPukOURxhah-jVMesZo89lAHt67_k,1498
|
|
339
347
|
langwatch/generated/langwatch_rest_api_client/models/post_index_response_401.py,sha256=oAypW-HlsFGblLZ6cOdoF8jTSm3ySZNtOlcxVL3X2a0,1498
|
|
340
348
|
langwatch/generated/langwatch_rest_api_client/models/post_index_response_500.py,sha256=T2xE2SxY0CGIN7bae2BG2Sn-CxVQcmeJWAQbyVM_sgE,1498
|
|
341
|
-
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py,sha256=
|
|
349
|
+
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body.py,sha256=5_zyW3_7KtNOP648YSa8BCV2_5FYRzxrDZMgO_hI9vw,7016
|
|
342
350
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item.py,sha256=JKLQTNwLUo7wTPoY82rNAhU_fY6Gv4ul0HyLZGtPaR8,1975
|
|
343
351
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_inputs_item_type.py,sha256=YlWvDmNyp42d85x8N8rstiS-vmkZRnyOquWAkjSlzOM,342
|
|
344
352
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_messages_item.py,sha256=YtGv_H-32WClXixm1UB-YWF15IDCdO-z2URbw8VOqbo,1957
|
|
@@ -351,7 +359,7 @@ langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_body_
|
|
|
351
359
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200.py,sha256=jGdYNsLpVfiIt8nsVIlT-vyxLyZXEF3lGINDbUWqflM,12010
|
|
352
360
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations.py,sha256=TPYARkDMyzeVYIBUTbNQSzGfPoqiWm3YxOszYGlZdgc,2944
|
|
353
361
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline.py,sha256=iEAujLMGoqRAuZY7ekHO2-PFXndtjhdtfh85D7hspTU,3411
|
|
354
|
-
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py,sha256=
|
|
362
|
+
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_column_types_item.py,sha256=NCdSH-0YcMtFeaFHvSFGKdL0pi2_uqS3BprvIV-frxM,6395
|
|
355
363
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_demonstrations_inline_records.py,sha256=SpE4b3AllE_ryG9F95pV_afb-sGPawRM3-vSD4RJYpI,1754
|
|
356
364
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item.py,sha256=ObQV0aUbMRa8HJuTvlPWzl1yfr7Ebsg2kphW0GczB_w,2049
|
|
357
365
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_inputs_item_type.py,sha256=XfRRozfYbK65LSfBo7AUKDY3629FXvDBXKeTq5ZwAjw,349
|
|
@@ -363,7 +371,7 @@ langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_respo
|
|
|
363
371
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique.py,sha256=E29C5ybaembNdw2IWjJVOCTW5gd4hMaGy-PQiM24Bps,3262
|
|
364
372
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations.py,sha256=n7aROxThuMqzzb-ftCddJhNpDgWO0cZzHsUlqy0lCRc,3188
|
|
365
373
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline.py,sha256=TD3c4I569r5AckBISQ8_Tc1o5vhlnWF-nXqXF0vwl7E,3807
|
|
366
|
-
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=
|
|
374
|
+
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_column_types_item.py,sha256=Wb1BiJdJv8H8Q_KZpYawXPRgziyTy2vXk1gnIEHzk7I,6491
|
|
367
375
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_demonstrations_inline_records.py,sha256=SmETx03YM9CMuRb3J1cP3yR6HEB95r56iflBOzfBi-0,1874
|
|
368
376
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_prompting_technique_type.py,sha256=220Il_u4HO9obT7I0ubM-pxq-m-nK7JfMgs6MdXxYWE,253
|
|
369
377
|
langwatch/generated/langwatch_rest_api_client/models/put_api_prompts_by_id_response_200_response_format.py,sha256=eK4cS_toy__Vc66SOYHwIYW-19FeeZJLrMyNCC8Fspg,3688
|
|
@@ -407,6 +415,6 @@ langwatch/utils/initialization.py,sha256=1KoZmkHOvGEVF0j-4t4xRQdA_2C_SPiF7qFXqEG
|
|
|
407
415
|
langwatch/utils/module.py,sha256=KLBNOK3mA9gCSifCcQX_lOtU48BJQDWvFKtF6NMvwVA,688
|
|
408
416
|
langwatch/utils/transformation.py,sha256=76MGXyrYTxM0Yri36NJqLK-XxL4BBYdmKWAXXlw3D4Q,7690
|
|
409
417
|
langwatch/utils/utils.py,sha256=ZCOSie4o9LdJ7odshNfCNjmgwgQ27ojc5ENqt1rXuSs,596
|
|
410
|
-
langwatch-0.
|
|
411
|
-
langwatch-0.
|
|
412
|
-
langwatch-0.
|
|
418
|
+
langwatch-0.6.0.dist-info/METADATA,sha256=cufq1nWHLNA4kXOmCvZN2BLr9PRa9M3dmiWHtcPWQoM,13148
|
|
419
|
+
langwatch-0.6.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
420
|
+
langwatch-0.6.0.dist-info/RECORD,,
|
|
File without changes
|