|
636 | 636 | }, |
637 | 637 | "vectorcastTestExplorer.reqs2x.azureApim.subscriptionKey": { |
638 | 638 | "type": "string", |
639 | | - "order": 29, |
| 639 | + "order": 31, |
640 | 640 | "default": "", |
641 | 641 | "description": "[Advanced] Azure APIM subscription key (sent as the Ocp-Apim-Subscription-Key header)" |
642 | 642 | }, |
643 | 643 | "vectorcastTestExplorer.reqs2x.azureApim.baseUrl": { |
644 | 644 | "type": "string", |
645 | | - "order": 30, |
| 645 | + "order": 32, |
646 | 646 | "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" |
648 | 648 | }, |
649 | 649 | "vectorcastTestExplorer.reqs2x.azureApim.modelName": { |
650 | 650 | "type": "string", |
651 | | - "order": 31, |
| 651 | + "order": 33, |
652 | 652 | "default": "", |
653 | 653 | "description": "[Advanced] Model name for the APIM-proxied LLM, e.g., gpt-4.1" |
654 | 654 | }, |
655 | 655 | "vectorcastTestExplorer.reqs2x.azureApim.apiKey": { |
656 | 656 | "type": "string", |
657 | | - "order": 32, |
| 657 | + "order": 34, |
658 | 658 | "default": "", |
659 | 659 | "description": "[Advanced] Optional downstream Azure OpenAI API key (forwarded when the APIM policy requires it)" |
660 | 660 | }, |
661 | 661 | "vectorcastTestExplorer.reqs2x.azureApim.reasoningModelName": { |
662 | 662 | "type": "string", |
663 | | - "order": 33, |
| 663 | + "order": 35, |
664 | 664 | "default": "", |
665 | 665 | "description": "[Advanced] Optional reasoning model name used for specialized reasoning subtasks (Azure APIM)." |
666 | 666 | }, |
667 | 667 | "vectorcastTestExplorer.reqs2x.openaiAt.modelName": { |
668 | 668 | "type": "string", |
669 | | - "order": 34, |
| 669 | + "order": 36, |
670 | 670 | "default": "", |
671 | 671 | "description": "[Advanced] OpenAI Access Token model name" |
672 | 672 | }, |
673 | 673 | "vectorcastTestExplorer.reqs2x.openaiAt.modelUrl": { |
674 | 674 | "type": "string", |
675 | | - "order": 35, |
| 675 | + "order": 37, |
676 | 676 | "default": "", |
677 | 677 | "description": "[Advanced] OpenAI Access Token model URL" |
678 | 678 | }, |
679 | 679 | "vectorcastTestExplorer.reqs2x.openaiAt.authUrl": { |
680 | 680 | "type": "string", |
681 | | - "order": 36, |
| 681 | + "order": 38, |
682 | 682 | "default": "", |
683 | 683 | "description": "[Advanced] OpenAI Access Token authentication URL" |
684 | 684 | }, |
685 | 685 | "vectorcastTestExplorer.reqs2x.openaiAt.appKey": { |
686 | 686 | "type": "string", |
687 | | - "order": 37, |
| 687 | + "order": 39, |
688 | 688 | "default": "", |
689 | 689 | "description": "[Advanced] OpenAI Access Token application key" |
690 | 690 | }, |
691 | 691 | "vectorcastTestExplorer.reqs2x.openaiAt.appSecret": { |
692 | 692 | "type": "string", |
693 | | - "order": 38, |
| 693 | + "order": 40, |
694 | 694 | "default": "", |
695 | 695 | "description": "[Advanced] OpenAI Access Token application secret" |
696 | 696 | }, |
697 | 697 | "vectorcastTestExplorer.reqs2x.openaiAt.reasoningModelName": { |
698 | 698 | "type": "string", |
699 | | - "order": 39, |
| 699 | + "order": 41, |
700 | 700 | "default": "", |
701 | 701 | "description": "[Advanced] Optional reasoning model name used for specialized reasoning subtasks (OpenAI Access Token)." |
702 | 702 | } |
|
0 commit comments