You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/sdk/openapi.json
+65-65Lines changed: 65 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -10596,6 +10596,60 @@
10596
10596
"npm": {
10597
10597
"type": "string"
10598
10598
},
10599
+
"whitelist": {
10600
+
"type": "array",
10601
+
"items": {
10602
+
"type": "string"
10603
+
}
10604
+
},
10605
+
"blacklist": {
10606
+
"type": "array",
10607
+
"items": {
10608
+
"type": "string"
10609
+
}
10610
+
},
10611
+
"options": {
10612
+
"type": "object",
10613
+
"properties": {
10614
+
"apiKey": {
10615
+
"type": "string"
10616
+
},
10617
+
"baseURL": {
10618
+
"type": "string"
10619
+
},
10620
+
"enterpriseUrl": {
10621
+
"description": "GitHub Enterprise URL for copilot authentication",
10622
+
"type": "string"
10623
+
},
10624
+
"setCacheKey": {
10625
+
"description": "Enable promptCacheKey for this provider (default false)",
10626
+
"type": "boolean"
10627
+
},
10628
+
"timeout": {
10629
+
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
10630
+
"anyOf": [
10631
+
{
10632
+
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
10633
+
"type": "integer",
10634
+
"exclusiveMinimum": 0,
10635
+
"maximum": 9007199254740991
10636
+
},
10637
+
{
10638
+
"description": "Disable timeout for this provider entirely.",
10639
+
"type": "boolean",
10640
+
"const": false
10641
+
}
10642
+
]
10643
+
},
10644
+
"chunkTimeout": {
10645
+
"description": "Timeout in milliseconds between streamed SSE chunks for this provider. If no chunk arrives within this window, the request is aborted.",
10646
+
"type": "integer",
10647
+
"exclusiveMinimum": 0,
10648
+
"maximum": 9007199254740991
10649
+
}
10650
+
},
10651
+
"additionalProperties": {}
10652
+
},
10599
10653
"models": {
10600
10654
"type": "object",
10601
10655
"propertyNames": {
@@ -10725,6 +10779,17 @@
10725
10779
"type": "string",
10726
10780
"enum": ["alpha", "beta", "deprecated"]
10727
10781
},
10782
+
"provider": {
10783
+
"type": "object",
10784
+
"properties": {
10785
+
"npm": {
10786
+
"type": "string"
10787
+
},
10788
+
"api": {
10789
+
"type": "string"
10790
+
}
10791
+
}
10792
+
},
10728
10793
"options": {
10729
10794
"type": "object",
10730
10795
"propertyNames": {
@@ -10741,17 +10806,6 @@
10741
10806
"type": "string"
10742
10807
}
10743
10808
},
10744
-
"provider": {
10745
-
"type": "object",
10746
-
"properties": {
10747
-
"npm": {
10748
-
"type": "string"
10749
-
},
10750
-
"api": {
10751
-
"type": "string"
10752
-
}
10753
-
}
10754
-
},
10755
10809
"variants": {
10756
10810
"description": "Variant-specific configuration",
10757
10811
"type": "object",
@@ -10771,60 +10825,6 @@
10771
10825
}
10772
10826
}
10773
10827
}
10774
-
},
10775
-
"whitelist": {
10776
-
"type": "array",
10777
-
"items": {
10778
-
"type": "string"
10779
-
}
10780
-
},
10781
-
"blacklist": {
10782
-
"type": "array",
10783
-
"items": {
10784
-
"type": "string"
10785
-
}
10786
-
},
10787
-
"options": {
10788
-
"type": "object",
10789
-
"properties": {
10790
-
"apiKey": {
10791
-
"type": "string"
10792
-
},
10793
-
"baseURL": {
10794
-
"type": "string"
10795
-
},
10796
-
"enterpriseUrl": {
10797
-
"description": "GitHub Enterprise URL for copilot authentication",
10798
-
"type": "string"
10799
-
},
10800
-
"setCacheKey": {
10801
-
"description": "Enable promptCacheKey for this provider (default false)",
10802
-
"type": "boolean"
10803
-
},
10804
-
"timeout": {
10805
-
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
10806
-
"anyOf": [
10807
-
{
10808
-
"description": "Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout.",
10809
-
"type": "integer",
10810
-
"exclusiveMinimum": 0,
10811
-
"maximum": 9007199254740991
10812
-
},
10813
-
{
10814
-
"description": "Disable timeout for this provider entirely.",
10815
-
"type": "boolean",
10816
-
"const": false
10817
-
}
10818
-
]
10819
-
},
10820
-
"chunkTimeout": {
10821
-
"description": "Timeout in milliseconds between streamed SSE chunks for this provider. If no chunk arrives within this window, the request is aborted.",
0 commit comments