pycarlo 0.10.132__py3-none-any.whl → 0.10.134__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 +11 -1
- pycarlo/lib/schema.py +9 -2
- {pycarlo-0.10.132.dist-info → pycarlo-0.10.134.dist-info}/METADATA +1 -1
- {pycarlo-0.10.132.dist-info → pycarlo-0.10.134.dist-info}/RECORD +7 -7
- {pycarlo-0.10.132.dist-info → pycarlo-0.10.134.dist-info}/LICENSE +0 -0
- {pycarlo-0.10.132.dist-info → pycarlo-0.10.134.dist-info}/WHEEL +0 -0
- {pycarlo-0.10.132.dist-info → pycarlo-0.10.134.dist-info}/top_level.txt +0 -0
pycarlo/lib/schema.json
CHANGED
|
@@ -35169,7 +35169,7 @@
|
|
|
35169
35169
|
"deprecationReason": null,
|
|
35170
35170
|
"description": null,
|
|
35171
35171
|
"isDeprecated": false,
|
|
35172
|
-
"name": "
|
|
35172
|
+
"name": "prompt",
|
|
35173
35173
|
"type": {
|
|
35174
35174
|
"kind": "SCALAR",
|
|
35175
35175
|
"name": "String",
|
|
@@ -162513,6 +162513,16 @@
|
|
|
162513
162513
|
"ofType": null
|
|
162514
162514
|
}
|
|
162515
162515
|
},
|
|
162516
|
+
{
|
|
162517
|
+
"defaultValue": "false",
|
|
162518
|
+
"description": "Flag to apply additional limits which increase the supported segment count",
|
|
162519
|
+
"name": "highSegmentCount",
|
|
162520
|
+
"type": {
|
|
162521
|
+
"kind": "SCALAR",
|
|
162522
|
+
"name": "Boolean",
|
|
162523
|
+
"ofType": null
|
|
162524
|
+
}
|
|
162525
|
+
},
|
|
162516
162526
|
{
|
|
162517
162527
|
"defaultValue": "\"\"",
|
|
162518
162528
|
"description": "Additional context for the monitor",
|
pycarlo/lib/schema.py
CHANGED
|
@@ -35666,6 +35666,10 @@ class Mutation(sgqlc.types.Type):
|
|
|
35666
35666
|
"filters",
|
|
35667
35667
|
sgqlc.types.Arg(FilterGroupInput, graphql_name="filters", default=None),
|
|
35668
35668
|
),
|
|
35669
|
+
(
|
|
35670
|
+
"high_segment_count",
|
|
35671
|
+
sgqlc.types.Arg(Boolean, graphql_name="highSegmentCount", default=False),
|
|
35672
|
+
),
|
|
35669
35673
|
("notes", sgqlc.types.Arg(String, graphql_name="notes", default="")),
|
|
35670
35674
|
("priority", sgqlc.types.Arg(String, graphql_name="priority", default=None)),
|
|
35671
35675
|
(
|
|
@@ -35735,6 +35739,9 @@ class Mutation(sgqlc.types.Type):
|
|
|
35735
35739
|
audiences for failures
|
|
35736
35740
|
* `filters` (`FilterGroupInput`): Structured SQL filtering
|
|
35737
35741
|
conditions to apply to query
|
|
35742
|
+
* `high_segment_count` (`Boolean`): Flag to apply additional
|
|
35743
|
+
limits which increase the supported segment count (default:
|
|
35744
|
+
`false`)
|
|
35738
35745
|
* `notes` (`String`): Additional context for the monitor (default:
|
|
35739
35746
|
`""`)
|
|
35740
35747
|
* `priority` (`String`): The default priority for alerts involving
|
|
@@ -65146,7 +65153,7 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65146
65153
|
"supported_connections",
|
|
65147
65154
|
"response_format",
|
|
65148
65155
|
"category",
|
|
65149
|
-
"
|
|
65156
|
+
"prompt",
|
|
65150
65157
|
"score_field",
|
|
65151
65158
|
)
|
|
65152
65159
|
name = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="name")
|
|
@@ -65173,7 +65180,7 @@ class TransformFunction(sgqlc.types.Type):
|
|
|
65173
65180
|
|
|
65174
65181
|
category = sgqlc.types.Field(String, graphql_name="category")
|
|
65175
65182
|
|
|
65176
|
-
|
|
65183
|
+
prompt = sgqlc.types.Field(String, graphql_name="prompt")
|
|
65177
65184
|
|
|
65178
65185
|
score_field = sgqlc.types.Field(String, graphql_name="scoreField")
|
|
65179
65186
|
|
|
@@ -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=3UpJ6j3efSwHPvUJ_po6PcYzm9qYpTFZ3rpuC3LLv5s,6157757
|
|
39
|
+
pycarlo/lib/schema.py,sha256=LbgCX9yQJ7SIoaZu2_56USwRySnp-rBme2-OF6E45DY,2673947
|
|
40
|
+
pycarlo-0.10.134.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
41
|
+
pycarlo-0.10.134.dist-info/METADATA,sha256=IzBbLysn7oLyJQykekHUBAQxIdgTo4TfvZmp8_G6JUg,8742
|
|
42
|
+
pycarlo-0.10.134.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
43
|
+
pycarlo-0.10.134.dist-info/top_level.txt,sha256=TIE04H4pgzGaFxAB-gvkmVAUOAoHxxFfhnEcpuQ5bF4,8
|
|
44
|
+
pycarlo-0.10.134.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|