|
14 | 14 | "[BatchSizeAdapter] Success: Growing batch size {0} → {1} (mode: {2}, growth: {3}%)": "[BatchSizeAdapter] Success: Growing batch size {0} → {1} (mode: {2}, growth: {3}%)", |
15 | 15 | "[BatchSizeAdapter] Throttle with no progress: Halving batch size {0} → {1}": "[BatchSizeAdapter] Throttle with no progress: Halving batch size {0} → {1}", |
16 | 16 | "[BatchSizeAdapter] Throttle: Adjusting batch size {0} → {1} (proven capacity: {2})": "[BatchSizeAdapter] Throttle: Adjusting batch size {0} → {1} (proven capacity: {2})", |
| 17 | + "[Copilot] Available models from VS Code: {0}": "[Copilot] Available models from VS Code: {0}", |
| 18 | + "[Copilot] Call cancelled during streaming": "[Copilot] Call cancelled during streaming", |
| 19 | + "[Copilot] Could not enumerate model own properties: {0}": "[Copilot] Could not enumerate model own properties: {0}", |
| 20 | + "[Copilot] countTokens failed; usage metric will be omitted: {0}": "[Copilot] countTokens failed; usage metric will be omitted: {0}", |
| 21 | + "[Copilot] Model family preference chain: {0}": "[Copilot] Model family preference chain: {0}", |
| 22 | + "[Copilot] No family preferences supplied; using first available: {0}": "[Copilot] No family preferences supplied; using first available: {0}", |
| 23 | + "[Copilot] No language models available from vendor \"copilot\". Aborting selection.": "[Copilot] No language models available from vendor \"copilot\". Aborting selection.", |
| 24 | + "[Copilot] No preferred family matched; falling back to first available: {0}": "[Copilot] No preferred family matched; falling back to first available: {0}", |
| 25 | + "[Copilot] Requested family \"{0}\" → accepted (matched id: {1})": "[Copilot] Requested family \"{0}\" → accepted (matched id: {1})", |
| 26 | + "[Copilot] Requested family \"{0}\" → rejected (no available model in this family)": "[Copilot] Requested family \"{0}\" → rejected (no available model in this family)", |
| 27 | + "[Copilot] Selected model metadata: {0}": "[Copilot] Selected model metadata: {0}", |
| 28 | + "[Copilot] Selected model own enumerable properties: {0}": "[Copilot] Selected model own enumerable properties: {0}", |
| 29 | + "[Copilot] Selected model: {0}": "[Copilot] Selected model: {0}", |
| 30 | + "[Copilot] Tokens: prompt={0}, response={1}, total={2}, context={3}, utilization={4}%": "[Copilot] Tokens: prompt={0}, response={1}, total={2}, context={3}, utilization={4}%", |
17 | 31 | "[CopyPasteTask] onProgress: {0}% ({1}/{2} docs) - {3}": "[CopyPasteTask] onProgress: {0}% ({1}/{2} docs) - {3}", |
18 | 32 | "[DocumentDbStreamingWriter/Abort Strategy] Conflict for document with _id: {0}. {1}": "[DocumentDbStreamingWriter/Abort Strategy] Conflict for document with _id: {0}. {1}", |
19 | 33 | "[DocumentDbStreamingWriter/Abort Strategy] Operation aborted due to {0} duplicate key conflict(s)": "[DocumentDbStreamingWriter/Abort Strategy] Operation aborted due to {0} duplicate key conflict(s)", |
|
25 | 39 | "[KeepAlive] Background read: count={0}, buffer length={1}": "[KeepAlive] Background read: count={0}, buffer length={1}", |
26 | 40 | "[KeepAlive] Read from buffer, remaining: {0} documents": "[KeepAlive] Read from buffer, remaining: {0} documents", |
27 | 41 | "[KeepAlive] Skipped: only {0}s since last read (interval: {1}s)": "[KeepAlive] Skipped: only {0}s since last read (interval: {1}s)", |
28 | | - "[Query Generation] Calling Copilot (model: {model})...": "[Query Generation] Calling Copilot (model: {model})...", |
| 42 | + "[Query Generation] Calling Copilot (family: {family})...": "[Query Generation] Calling Copilot (family: {family})...", |
29 | 43 | "[Query Generation] Completed successfully": "[Query Generation] Completed successfully", |
30 | 44 | "[Query Generation] Copilot response received in {ms}ms (model: {model})": "[Query Generation] Copilot response received in {ms}ms (model: {model})", |
31 | 45 | "[Query Generation] listCollections completed in {ms}ms ({count} collections)": "[Query Generation] listCollections completed in {ms}ms ({count} collections)", |
| 46 | + "[Query Generation] Preferred model family \"{preferredFamily}\" was not available; used \"{actualModel}\" (family: {actualFamily}) instead. Results may vary.": "[Query Generation] Preferred model family \"{preferredFamily}\" was not available; used \"{actualModel}\" (family: {actualFamily}) instead. Results may vary.", |
32 | 47 | "[Query Generation] Schema sampling completed in {ms}ms": "[Query Generation] Schema sampling completed in {ms}ms", |
33 | 48 | "[Query Generation] Schema sampling for {collection} completed in {ms}ms": "[Query Generation] Schema sampling for {collection} completed in {ms}ms", |
34 | 49 | "[Query Generation] Started: type={type}, targetQueryType={targetQueryType}": "[Query Generation] Started: type={type}, targetQueryType={targetQueryType}", |
|
49 | 64 | "[Query Insights Action] Modify index action error: {error}": "[Query Insights Action] Modify index action error: {error}", |
50 | 65 | "[Query Insights Action] Modify index action failed: {error}": "[Query Insights Action] Modify index action failed: {error}", |
51 | 66 | "[Query Insights Action] Session ID is required": "[Query Insights Action] Session ID is required", |
52 | | - "[Query Insights AI] Calling Copilot (model: {model})...": "[Query Insights AI] Calling Copilot (model: {model})...", |
| 67 | + "[Query Insights AI] Calling Copilot (family: {family})...": "[Query Insights AI] Calling Copilot (family: {family})...", |
53 | 68 | "[Query Insights AI] Cancelled after getCollectionStats": "[Query Insights AI] Cancelled after getCollectionStats", |
54 | 69 | "[Query Insights AI] Cancelled after listIndexes": "[Query Insights AI] Cancelled after listIndexes", |
55 | 70 | "[Query Insights AI] Cancelled before calling Copilot": "[Query Insights AI] Cancelled before calling Copilot", |
56 | 71 | "[Query Insights AI] Cancelled before fetching stats": "[Query Insights AI] Cancelled before fetching stats", |
57 | 72 | "[Query Insights AI] Cancelled before running explain queries": "[Query Insights AI] Cancelled before running explain queries", |
58 | 73 | "[Query Insights AI] Cancelled before starting optimization": "[Query Insights AI] Cancelled before starting optimization", |
59 | | - "[Query Insights AI] Copilot call cancelled during streaming": "[Query Insights AI] Copilot call cancelled during streaming", |
60 | 74 | "[Query Insights AI] Copilot response received in {ms}ms (model: {model})": "[Query Insights AI] Copilot response received in {ms}ms (model: {model})", |
61 | 75 | "[Query Insights AI] explain({commandType}) completed in {ms}ms": "[Query Insights AI] explain({commandType}) completed in {ms}ms", |
62 | 76 | "[Query Insights AI] Failed to retrieve collection/index stats (non-critical): {message}": "[Query Insights AI] Failed to retrieve collection/index stats (non-critical): {message}", |
63 | 77 | "[Query Insights AI] getCollectionStats completed in {ms}ms": "[Query Insights AI] getCollectionStats completed in {ms}ms", |
64 | 78 | "[Query Insights AI] getIndexStats completed in {ms}ms": "[Query Insights AI] getIndexStats completed in {ms}ms", |
65 | 79 | "[Query Insights AI] listIndexes completed in {ms}ms": "[Query Insights AI] listIndexes completed in {ms}ms", |
| 80 | + "[Query Insights AI] Preferred model family \"{preferredFamily}\" was not available; used \"{actualModel}\" (family: {actualFamily}) instead. Recommendations may be less optimal.": "[Query Insights AI] Preferred model family \"{preferredFamily}\" was not available; used \"{actualModel}\" (family: {actualFamily}) instead. Recommendations may be less optimal.", |
66 | 81 | "[Query Insights AI] Using preloaded collection stats": "[Query Insights AI] Using preloaded collection stats", |
67 | 82 | "[Query Insights AI] Using preloaded execution plan": "[Query Insights AI] Using preloaded execution plan", |
68 | 83 | "[Query Insights AI] Using preloaded index stats": "[Query Insights AI] Using preloaded index stats", |
|
650 | 665 | "Index key covers {0}% of the collection per bucket": "Index key covers {0}% of the collection per bucket", |
651 | 666 | "Index modification cancelled": "Index modification cancelled", |
652 | 667 | "Index Name": "Index Name", |
653 | | - "Index optimization is using model \"{actualModel}\" instead of preferred \"{preferredModel}\". Recommendations may be less optimal.": "Index optimization is using model \"{actualModel}\" instead of preferred \"{preferredModel}\". Recommendations may be less optimal.", |
654 | 668 | "Index Options": "Index Options", |
655 | 669 | "Index used": "Index used", |
656 | 670 | "Index Used": "Index Used", |
|
708 | 722 | "Learn more about integrating your cloud provider.": "Learn more about integrating your cloud provider.", |
709 | 723 | "Learn more about integrating your cloud providers.": "Learn more about integrating your cloud providers.", |
710 | 724 | "Learn more about local connections.": "Learn more about local connections.", |
| 725 | + "Learn more about the utility model used.": "Learn more about the utility model used.", |
711 | 726 | "Learn more…": "Learn more…", |
712 | 727 | "Length must be greater than 1": "Length must be greater than 1", |
713 | 728 | "Level up": "Level up", |
|
772 | 787 | "Next tip": "Next tip", |
773 | 788 | "No": "No", |
774 | 789 | "No Action": "No Action", |
| 790 | + "No additional cost for most GitHub Copilot subscribers.": "No additional cost for most GitHub Copilot subscribers.", |
775 | 791 | "No authenticated tenants found. Use \"Manage Azure Accounts\" in the Discovery View to sign in to tenants.": "No authenticated tenants found. Use \"Manage Azure Accounts\" in the Discovery View to sign in to tenants.", |
776 | 792 | "No authentication method selected.": "No authentication method selected.", |
777 | 793 | "No authentication methods available for \"{cluster}\".": "No authentication methods available for \"{cluster}\".", |
|
807 | 823 | "No sorting required": "No sorting required", |
808 | 824 | "No subscriptions found": "No subscriptions found", |
809 | 825 | "No subscriptions found for the selected tenants. Please adjust your tenant selection or check your Azure permissions.": "No subscriptions found for the selected tenants. Please adjust your tenant selection or check your Azure permissions.", |
810 | | - "No suitable language model found. Please ensure GitHub Copilot is installed and you have an active subscription.": "No suitable language model found. Please ensure GitHub Copilot is installed and you have an active subscription.", |
| 826 | + "No suitable language model is available. Please ensure GitHub Copilot is installed and signed in with an active subscription, and that you accepted the language-model access consent prompt the first time this feature was used (you can re-trigger it by running the feature again).": "No suitable language model is available. Please ensure GitHub Copilot is installed and signed in with an active subscription, and that you accepted the language-model access consent prompt the first time this feature was used (you can re-trigger it by running the feature again).", |
811 | 827 | "No target node selected.": "No target node selected.", |
812 | 828 | "No tenants available": "No tenants available", |
813 | 829 | "No tenants available for this account": "No tenants available for this account", |
|
872 | 888 | "Port number is required": "Port number is required", |
873 | 889 | "Port number must be a number": "Port number must be a number", |
874 | 890 | "Port number must be between 1 and 65535": "Port number must be between 1 and 65535", |
| 891 | + "Powered by {0} via GitHub Copilot": "Powered by {0} via GitHub Copilot", |
875 | 892 | "Press Escape to exit editor": "Press Escape to exit editor", |
876 | 893 | "Previous tip": "Previous tip", |
877 | 894 | "Privacy Statement": "Privacy Statement", |
|
893 | 910 | "Query filters on a boolean field, which has only two distinct values": "Query filters on a boolean field, which has only two distinct values", |
894 | 911 | "Query generation failed": "Query generation failed", |
895 | 912 | "Query generation failed with the error: {0}": "Query generation failed with the error: {0}", |
896 | | - "Query generation is using model \"{actualModel}\" instead of preferred \"{preferredModel}\". Results may vary.": "Query generation is using model \"{actualModel}\" instead of preferred \"{preferredModel}\". Results may vary.", |
897 | 913 | "query insights": "query insights", |
898 | 914 | "Query Insights APIs not initialized. Client may not be properly connected.": "Query Insights APIs not initialized. Client may not be properly connected.", |
899 | 915 | "Query Insights feature is in preview": "Query Insights feature is in preview", |
|
0 commit comments