pycarlo 0.10.71__py3-none-any.whl → 0.10.72__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.

Potentially problematic release.


This version of pycarlo might be problematic. Click here for more details.

pycarlo/lib/schema.json CHANGED
@@ -33052,6 +33052,18 @@
33052
33052
  "name": "String",
33053
33053
  "ofType": null
33054
33054
  }
33055
+ },
33056
+ {
33057
+ "args": [],
33058
+ "deprecationReason": null,
33059
+ "description": null,
33060
+ "isDeprecated": false,
33061
+ "name": "scoreField",
33062
+ "type": {
33063
+ "kind": "SCALAR",
33064
+ "name": "String",
33065
+ "ofType": null
33066
+ }
33055
33067
  }
33056
33068
  ],
33057
33069
  "inputFields": null,
pycarlo/lib/schema.py CHANGED
@@ -62676,6 +62676,7 @@ class TransformFunction(sgqlc.types.Type):
62676
62676
  "response_format",
62677
62677
  "category",
62678
62678
  "standard_prompt",
62679
+ "score_field",
62679
62680
  )
62680
62681
  name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
62681
62682
 
@@ -62703,6 +62704,8 @@ class TransformFunction(sgqlc.types.Type):
62703
62704
 
62704
62705
  standard_prompt = sgqlc.types.Field(String, graphql_name="standardPrompt")
62705
62706
 
62707
+ score_field = sgqlc.types.Field(String, graphql_name="scoreField")
62708
+
62706
62709
 
62707
62710
  class TriggerCircuitBreakerRule(sgqlc.types.Type):
62708
62711
  """Run a custom rule as a circuit breaker immediately. Supports rules
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pycarlo
3
- Version: 0.10.71
3
+ Version: 0.10.72
4
4
  Summary: Monte Carlo's Python SDK
5
5
  Home-page: https://www.montecarlodata.com/
6
6
  Author: Monte Carlo Data, Inc
@@ -35,10 +35,10 @@ pycarlo/features/user/queries.py,sha256=m97RvM0oiBlrU5xmOwe_JJ5N0G0NG5hIOeyQqN2O
35
35
  pycarlo/features/user/service.py,sha256=DHkhuonySaHro07NTd0YNe3cNkDk62CiRTY77dhVaMs,2890
36
36
  pycarlo/lib/README.md,sha256=QGNeUefPzLKGyZqn5aITpcFgkC9WQTNS292BGisRFHk,139
37
37
  pycarlo/lib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
- pycarlo/lib/schema.json,sha256=6gvjGG9y3bk2OlDb6e_XLeG4ENA4yjMJQwyfvRvYlMM,5964943
39
- pycarlo/lib/schema.py,sha256=pP_qFLE2pHayRuXJlqFHw2Hh_wNcAzqXTZIz-yUcLbE,2576704
40
- pycarlo-0.10.71.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
- pycarlo-0.10.71.dist-info/METADATA,sha256=fMjB6CT8Ulh2SpqFoebxKgo0G9fCdimsdrUXRc5sutM,8741
42
- pycarlo-0.10.71.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
- pycarlo-0.10.71.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
- pycarlo-0.10.71.dist-info/RECORD,,
38
+ pycarlo/lib/schema.json,sha256=77166hGVkXlRZE1Ro8kaSCvdX1zAPN4gOG8GeFAmg_E,5965286
39
+ pycarlo/lib/schema.py,sha256=JyjRvWb1PT7Uhxu0j5f_Vgwmu5Udng_gQtLBQkM8bqY,2576799
40
+ pycarlo-0.10.72.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
41
+ pycarlo-0.10.72.dist-info/METADATA,sha256=eePgPczdqzqsaglvJq9-w0gJY5SmoRjFpwjV1Wik6N4,8741
42
+ pycarlo-0.10.72.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
43
+ pycarlo-0.10.72.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
44
+ pycarlo-0.10.72.dist-info/RECORD,,