Skip to content

Commit 759a1e2

Browse files
Change example
1 parent 71bcef6 commit 759a1e2

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -636,67 +636,67 @@
636636
},
637637
"vectorcastTestExplorer.reqs2x.azureApim.subscriptionKey": {
638638
"type": "string",
639-
"order": 29,
639+
"order": 31,
640640
"default": "",
641641
"description": "[Advanced] Azure APIM subscription key (sent as the Ocp-Apim-Subscription-Key header)"
642642
},
643643
"vectorcastTestExplorer.reqs2x.azureApim.baseUrl": {
644644
"type": "string",
645-
"order": 30,
645+
"order": 32,
646646
"default": "",
647-
"description": "[Advanced] Azure APIM gateway base URL, e.g., https://ai-apimdev.azure-api.net/apim-vectorcast/v1"
647+
"description": "[Advanced] Azure APIM gateway base URL, e.g., https://some-domain.azure-api.net/v1"
648648
},
649649
"vectorcastTestExplorer.reqs2x.azureApim.modelName": {
650650
"type": "string",
651-
"order": 31,
651+
"order": 33,
652652
"default": "",
653653
"description": "[Advanced] Model name for the APIM-proxied LLM, e.g., gpt-4.1"
654654
},
655655
"vectorcastTestExplorer.reqs2x.azureApim.apiKey": {
656656
"type": "string",
657-
"order": 32,
657+
"order": 34,
658658
"default": "",
659659
"description": "[Advanced] Optional downstream Azure OpenAI API key (forwarded when the APIM policy requires it)"
660660
},
661661
"vectorcastTestExplorer.reqs2x.azureApim.reasoningModelName": {
662662
"type": "string",
663-
"order": 33,
663+
"order": 35,
664664
"default": "",
665665
"description": "[Advanced] Optional reasoning model name used for specialized reasoning subtasks (Azure APIM)."
666666
},
667667
"vectorcastTestExplorer.reqs2x.openaiAt.modelName": {
668668
"type": "string",
669-
"order": 34,
669+
"order": 36,
670670
"default": "",
671671
"description": "[Advanced] OpenAI Access Token model name"
672672
},
673673
"vectorcastTestExplorer.reqs2x.openaiAt.modelUrl": {
674674
"type": "string",
675-
"order": 35,
675+
"order": 37,
676676
"default": "",
677677
"description": "[Advanced] OpenAI Access Token model URL"
678678
},
679679
"vectorcastTestExplorer.reqs2x.openaiAt.authUrl": {
680680
"type": "string",
681-
"order": 36,
681+
"order": 38,
682682
"default": "",
683683
"description": "[Advanced] OpenAI Access Token authentication URL"
684684
},
685685
"vectorcastTestExplorer.reqs2x.openaiAt.appKey": {
686686
"type": "string",
687-
"order": 37,
687+
"order": 39,
688688
"default": "",
689689
"description": "[Advanced] OpenAI Access Token application key"
690690
},
691691
"vectorcastTestExplorer.reqs2x.openaiAt.appSecret": {
692692
"type": "string",
693-
"order": 38,
693+
"order": 40,
694694
"default": "",
695695
"description": "[Advanced] OpenAI Access Token application secret"
696696
},
697697
"vectorcastTestExplorer.reqs2x.openaiAt.reasoningModelName": {
698698
"type": "string",
699-
"order": 39,
699+
"order": 41,
700700
"default": "",
701701
"description": "[Advanced] Optional reasoning model name used for specialized reasoning subtasks (OpenAI Access Token)."
702702
}

0 commit comments

Comments
 (0)