Skip to content

Commit 789e45f

Browse files
fix schema inconsistency
Signed-off-by: hirokuni-kitahara <[email protected]>
1 parent ec7b5be commit 789e45f

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/pdl/pdl-schema.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
"items": {
417417
"anyOf": [
418418
{
419-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
419+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
420420
},
421421
{
422422
"type": "string"
@@ -1347,7 +1347,7 @@
13471347
"call": {
13481348
"anyOf": [
13491349
{
1350-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1350+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
13511351
},
13521352
{},
13531353
{
@@ -1360,7 +1360,7 @@
13601360
"args": {
13611361
"anyOf": [
13621362
{
1363-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1363+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
13641364
},
13651365
{},
13661366
{
@@ -1958,7 +1958,7 @@
19581958
"value": {
19591959
"anyOf": [
19601960
{
1961-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1961+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
19621962
},
19631963
{
19641964
"items": {},
@@ -2358,7 +2358,7 @@
23582358
"data": {
23592359
"anyOf": [
23602360
{
2361-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
2361+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
23622362
},
23632363
{},
23642364
{
@@ -4599,7 +4599,7 @@
45994599
"model": {
46004600
"anyOf": [
46014601
{
4602-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4602+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
46034603
},
46044604
{},
46054605
{
@@ -4745,7 +4745,7 @@
47454745
"backend": {
47464746
"anyOf": [
47474747
{
4748-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4748+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
47494749
},
47504750
{
47514751
"type": "string"
@@ -4761,7 +4761,7 @@
47614761
"processor": {
47624762
"anyOf": [
47634763
{
4764-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4764+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
47654765
},
47664766
{
47674767
"type": "string"
@@ -4777,7 +4777,7 @@
47774777
"parameters": {
47784778
"anyOf": [
47794779
{
4780-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4780+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
47814781
},
47824782
{
47834783
"additionalProperties": true,
@@ -5187,7 +5187,7 @@
51875187
"if": {
51885188
"anyOf": [
51895189
{
5190-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
5190+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
51915191
},
51925192
{
51935193
"type": "boolean"
@@ -7404,7 +7404,7 @@
74047404
"model": {
74057405
"anyOf": [
74067406
{
7407-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
7407+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
74087408
},
74097409
{
74107410
"type": "string"
@@ -7552,7 +7552,7 @@
75527552
"$ref": "#/$defs/LitellmParameters"
75537553
},
75547554
{
7555-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
7555+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
75567556
},
75577557
{
75587558
"additionalProperties": true,
@@ -7978,7 +7978,7 @@
79787978
"title": "LitellmParameters",
79797979
"type": "object"
79807980
},
7981-
"LocalizedExpression__ExpressionTypeT_": {
7981+
"LocalizedExpression_TypeVar_": {
79827982
"additionalProperties": false,
79837983
"properties": {
79847984
"pdl__expr": {
@@ -8397,7 +8397,7 @@
83978397
"match": {
83988398
"anyOf": [
83998399
{
8400-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
8400+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
84018401
},
84028402
{},
84038403
{
@@ -8463,7 +8463,7 @@
84638463
"if": {
84648464
"anyOf": [
84658465
{
8466-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
8466+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
84678467
},
84688468
{
84698469
"type": "boolean"
@@ -9069,7 +9069,7 @@
90699069
"name": {
90709070
"anyOf": [
90719071
{
9072-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
9072+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
90739073
},
90749074
{
90759075
"type": "string"
@@ -9085,7 +9085,7 @@
90859085
"tool_call_id": {
90869086
"anyOf": [
90879087
{
9088-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
9088+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
90899089
},
90909090
{
90919091
"type": "string"
@@ -10653,7 +10653,7 @@
1065310653
"read": {
1065410654
"anyOf": [
1065510655
{
10656-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
10656+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1065710657
},
1065810658
{
1065910659
"type": "string"
@@ -11129,7 +11129,7 @@
1112911129
"additionalProperties": {
1113011130
"anyOf": [
1113111131
{
11132-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
11132+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1113311133
},
1113411134
{
1113511135
"items": {},
@@ -11153,7 +11153,7 @@
1115311153
"while": {
1115411154
"anyOf": [
1115511155
{
11156-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
11156+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1115711157
},
1115811158
{
1115911159
"type": "boolean"
@@ -11253,7 +11253,7 @@
1125311253
"until": {
1125411254
"anyOf": [
1125511255
{
11256-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
11256+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1125711257
},
1125811258
{
1125911259
"type": "boolean"
@@ -11269,7 +11269,7 @@
1126911269
"max_iterations": {
1127011270
"anyOf": [
1127111271
{
11272-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
11272+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1127311273
},
1127411274
{
1127511275
"type": "integer"

0 commit comments

Comments
 (0)