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 +12 -0
- pycarlo/lib/schema.py +3 -0
- {pycarlo-0.10.71.dist-info → pycarlo-0.10.72.dist-info}/METADATA +1 -1
- {pycarlo-0.10.71.dist-info → pycarlo-0.10.72.dist-info}/RECORD +7 -7
- {pycarlo-0.10.71.dist-info → pycarlo-0.10.72.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.71.dist-info → pycarlo-0.10.72.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.71.dist-info → pycarlo-0.10.72.dist-info}/top_level.txt +0 -0
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
|
|
@@ -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=
|
|
39
|
-
pycarlo/lib/schema.py,sha256=
|
|
40
|
-
pycarlo-0.10.
|
|
41
|
-
pycarlo-0.10.
|
|
42
|
-
pycarlo-0.10.
|
|
43
|
-
pycarlo-0.10.
|
|
44
|
-
pycarlo-0.10.
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|