< Summary

Information
Class: UIBlazor.Localization.SharedResource
Assembly: UIBlazor
File(s): /home/runner/work/InvAit/InvAit/UIBlazor/Localization/SharedResource.Designer.cs
Tag: 14_22728831704
Line coverage
26%
Covered lines: 23
Uncovered lines: 63
Coverable lines: 86
Total lines: 756
Line coverage: 26.7%
Branch coverage
100%
Covered branches: 2
Total branches: 2
Branch coverage: 100%
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBranch coverage Crap Score Cyclomatic complexity Line coverage
.ctor()100%210%
get_ResourceManager()100%22100%
get_Culture()100%210%
set_Culture(...)100%210%
get_ApprovalModeAsk()100%210%
get_ApprovalModeAuto()100%210%
get_ApprovalModeDeny()100%210%
get_ApproveRequired()100%210%
get_CallingTool()100%210%
get_Cancel()100%210%
get_CategoryDeleteFiles()100%210%
get_CategoryExecution()100%210%
get_CategoryModeSwitch()100%210%
get_CategoryReadFiles()100%210%
get_CategoryWriteFiles()100%210%
get_ConfirmQuestion()100%210%
get_DeleteProfile()100%210%
get_DeleteProfileQuestion()100%210%
get_DeleteSession()100%210%
get_EmptyMessage()100%210%
get_Endpoint()100%210%
get_Error()100%210%
get_ErrorModelsNotFound()100%210%
get_ExecutePlan()100%210%
get_InputPlaceholder()100%210%
get_InputPlaceholderAgent()100%210%
get_InputPlaceholderPlan()100%210%
get_MaxRetries()100%210%
get_MaxTokens()100%210%
get_MessageDelete()100%210%
get_MessageEdit()100%210%
get_MessageRegenerate()100%210%
get_Messages()100%210%
get_No()100%210%
get_NoMCP()100%210%
get_OpenRules()100%210%
get_OpenSkills()100%210%
get_Profile()100%210%
get_ProfileName()100%210%
get_ProposedPlan()100%210%
get_Provider()100%210%
get_Ready()100%210%
get_RefreshTools()100%210%
get_RetryIn()100%210%
get_SelectModel()100%210%
get_SendCurrentFile()100%210%
get_SendMessage()100%210%
get_SendSolutionsStricture()100%210%
get_SessionsTitle()100%210%
get_Settings()100%210%
get_SettingsGeneral()100%210%
get_SettingsTools()100%210%
get_ShowMore()100%210%
get_SkipSSL()100%210%
get_SystemPrompt()100%210%
get_Temperature()100%210%
get_Thinking()100%210%
get_Tokens()100%210%
get_ToolApplyDiff()100%11100%
get_ToolBuild()100%11100%
get_ToolCreateFile()100%11100%
get_ToolDeleteFile()100%11100%
get_ToolDir()100%11100%
get_ToolExec()100%11100%
get_ToolGetErrors()100%11100%
get_ToolGetProjectInfo()100%11100%
get_ToolGetSolutionStructure()100%11100%
get_ToolGitBranches()100%11100%
get_ToolGitDiff()100%11100%
get_ToolGitLog()100%11100%
get_ToolGitStatus()100%11100%
get_ToolGrepSearch()100%11100%
get_ToolOpenFolder()100%210%
get_ToolReadFiles()100%11100%
get_ToolReadOpenFile()100%11100%
get_ToolReadSkillContent()100%11100%
get_Tools()100%210%
get_ToolSearchFiles()100%11100%
get_ToolSwitchMode()100%11100%
get_UseStream()100%210%
get_Yes()100%210%

File(s)

/home/runner/work/InvAit/InvAit/UIBlazor/Localization/SharedResource.Designer.cs

#LineLine coverage
 1//------------------------------------------------------------------------------
 2// <auto-generated>
 3//     This code was generated by a tool.
 4//     Runtime Version:4.0.30319.42000
 5//
 6//     Changes to this file may cause incorrect behavior and will be lost if
 7//     the code is regenerated.
 8// </auto-generated>
 9//------------------------------------------------------------------------------
 10
 11namespace UIBlazor.Localization {
 12    using System;
 13
 14
 15    /// <summary>
 16    ///   A strongly-typed resource class, for looking up localized strings, etc.
 17    /// </summary>
 18    // This class was auto-generated by the StronglyTypedResourceBuilder
 19    // class via a tool like ResGen or Visual Studio.
 20    // To add or remove a member, edit your .ResX file then rerun ResGen
 21    // with the /str option, or rebuild your VS project.
 22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0
 23    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
 24    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
 25    public class SharedResource {
 26
 27        private static global::System.Resources.ResourceManager resourceMan;
 28
 29        private static global::System.Globalization.CultureInfo resourceCulture;
 30
 31        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalled
 032        internal SharedResource() {
 033        }
 34
 35        /// <summary>
 36        ///   Returns the cached ResourceManager instance used by this class.
 37        /// </summary>
 38        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 39        public static global::System.Resources.ResourceManager ResourceManager {
 40            get {
 30441                if (object.ReferenceEquals(resourceMan, null)) {
 342                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UIBlaz
 343                    resourceMan = temp;
 44                }
 30445                return resourceMan;
 46            }
 47        }
 48
 49        /// <summary>
 50        ///   Overrides the current thread's CurrentUICulture property for all
 51        ///   resource lookups using this strongly typed resource class.
 52        /// </summary>
 53        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan
 54        public static global::System.Globalization.CultureInfo Culture {
 55            get {
 056                return resourceCulture;
 57            }
 58            set {
 059                resourceCulture = value;
 060            }
 61        }
 62
 63        /// <summary>
 64        ///   Looks up a localized string similar to Ask.
 65        /// </summary>
 66        public static string ApprovalModeAsk {
 67            get {
 068                return ResourceManager.GetString("ApprovalModeAsk", resourceCulture);
 69            }
 70        }
 71
 72        /// <summary>
 73        ///   Looks up a localized string similar to Auto.
 74        /// </summary>
 75        public static string ApprovalModeAuto {
 76            get {
 077                return ResourceManager.GetString("ApprovalModeAuto", resourceCulture);
 78            }
 79        }
 80
 81        /// <summary>
 82        ///   Looks up a localized string similar to Deny.
 83        /// </summary>
 84        public static string ApprovalModeDeny {
 85            get {
 086                return ResourceManager.GetString("ApprovalModeDeny", resourceCulture);
 87            }
 88        }
 89
 90        /// <summary>
 91        ///   Looks up a localized string similar to Approve required.
 92        /// </summary>
 93        public static string ApproveRequired {
 94            get {
 095                return ResourceManager.GetString("ApproveRequired", resourceCulture);
 96            }
 97        }
 98
 99        /// <summary>
 100        ///   Looks up a localized string similar to Calling tool.
 101        /// </summary>
 102        public static string CallingTool {
 103            get {
 0104                return ResourceManager.GetString("CallingTool", resourceCulture);
 105            }
 106        }
 107
 108        /// <summary>
 109        ///   Looks up a localized string similar to Cancel.
 110        /// </summary>
 111        public static string Cancel {
 112            get {
 0113                return ResourceManager.GetString("Cancel", resourceCulture);
 114            }
 115        }
 116
 117        /// <summary>
 118        ///   Looks up a localized string similar to Delete files.
 119        /// </summary>
 120        public static string CategoryDeleteFiles {
 121            get {
 0122                return ResourceManager.GetString("CategoryDeleteFiles", resourceCulture);
 123            }
 124        }
 125
 126        /// <summary>
 127        ///   Looks up a localized string similar to Execution.
 128        /// </summary>
 129        public static string CategoryExecution {
 130            get {
 0131                return ResourceManager.GetString("CategoryExecution", resourceCulture);
 132            }
 133        }
 134
 135        /// <summary>
 136        ///   Looks up a localized string similar to Mode switch.
 137        /// </summary>
 138        public static string CategoryModeSwitch {
 139            get {
 0140                return ResourceManager.GetString("CategoryModeSwitch", resourceCulture);
 141            }
 142        }
 143
 144        /// <summary>
 145        ///   Looks up a localized string similar to Read files.
 146        /// </summary>
 147        public static string CategoryReadFiles {
 148            get {
 0149                return ResourceManager.GetString("CategoryReadFiles", resourceCulture);
 150            }
 151        }
 152
 153        /// <summary>
 154        ///   Looks up a localized string similar to Write files.
 155        /// </summary>
 156        public static string CategoryWriteFiles {
 157            get {
 0158                return ResourceManager.GetString("CategoryWriteFiles", resourceCulture);
 159            }
 160        }
 161
 162        /// <summary>
 163        ///   Looks up a localized string similar to Are you sure?.
 164        /// </summary>
 165        public static string ConfirmQuestion {
 166            get {
 0167                return ResourceManager.GetString("ConfirmQuestion", resourceCulture);
 168            }
 169        }
 170
 171        /// <summary>
 172        ///   Looks up a localized string similar to Delete Profile.
 173        /// </summary>
 174        public static string DeleteProfile {
 175            get {
 0176                return ResourceManager.GetString("DeleteProfile", resourceCulture);
 177            }
 178        }
 179
 180        /// <summary>
 181        ///   Looks up a localized string similar to Are you sure you want to delete.
 182        /// </summary>
 183        public static string DeleteProfileQuestion {
 184            get {
 0185                return ResourceManager.GetString("DeleteProfileQuestion", resourceCulture);
 186            }
 187        }
 188
 189        /// <summary>
 190        ///   Looks up a localized string similar to Delete Session.
 191        /// </summary>
 192        public static string DeleteSession {
 193            get {
 0194                return ResourceManager.GetString("DeleteSession", resourceCulture);
 195            }
 196        }
 197
 198        /// <summary>
 199        ///   Looks up a localized string similar to No messages yet. Start a conversation!.
 200        /// </summary>
 201        public static string EmptyMessage {
 202            get {
 0203                return ResourceManager.GetString("EmptyMessage", resourceCulture);
 204            }
 205        }
 206
 207        /// <summary>
 208        ///   Looks up a localized string similar to Endpoint.
 209        /// </summary>
 210        public static string Endpoint {
 211            get {
 0212                return ResourceManager.GetString("Endpoint", resourceCulture);
 213            }
 214        }
 215
 216        /// <summary>
 217        ///   Looks up a localized string similar to Error.
 218        /// </summary>
 219        public static string Error {
 220            get {
 0221                return ResourceManager.GetString("Error", resourceCulture);
 222            }
 223        }
 224
 225        /// <summary>
 226        ///   Looks up a localized string similar to Models not found.
 227        /// </summary>
 228        public static string ErrorModelsNotFound {
 229            get {
 0230                return ResourceManager.GetString("ErrorModelsNotFound", resourceCulture);
 231            }
 232        }
 233
 234        /// <summary>
 235        ///   Looks up a localized string similar to Execute Plan.
 236        /// </summary>
 237        public static string ExecutePlan {
 238            get {
 0239                return ResourceManager.GetString("ExecutePlan", resourceCulture);
 240            }
 241        }
 242
 243        /// <summary>
 244        ///   Looks up a localized string similar to Type @ to mention files....
 245        /// </summary>
 246        public static string InputPlaceholder {
 247            get {
 0248                return ResourceManager.GetString("InputPlaceholder", resourceCulture);
 249            }
 250        }
 251
 252        /// <summary>
 253        ///   Looks up a localized string similar to Ask me to perform a task....
 254        /// </summary>
 255        public static string InputPlaceholderAgent {
 256            get {
 0257                return ResourceManager.GetString("InputPlaceholderAgent", resourceCulture);
 258            }
 259        }
 260
 261        /// <summary>
 262        ///   Looks up a localized string similar to Describe your goal to create a plan....
 263        /// </summary>
 264        public static string InputPlaceholderPlan {
 265            get {
 0266                return ResourceManager.GetString("InputPlaceholderPlan", resourceCulture);
 267            }
 268        }
 269
 270        /// <summary>
 271        ///   Looks up a localized string similar to Max retries.
 272        /// </summary>
 273        public static string MaxRetries {
 274            get {
 0275                return ResourceManager.GetString("MaxRetries", resourceCulture);
 276            }
 277        }
 278
 279        /// <summary>
 280        ///   Looks up a localized string similar to Max Tokens.
 281        /// </summary>
 282        public static string MaxTokens {
 283            get {
 0284                return ResourceManager.GetString("MaxTokens", resourceCulture);
 285            }
 286        }
 287
 288        /// <summary>
 289        ///   Looks up a localized string similar to Delete message.
 290        /// </summary>
 291        public static string MessageDelete {
 292            get {
 0293                return ResourceManager.GetString("MessageDelete", resourceCulture);
 294            }
 295        }
 296
 297        /// <summary>
 298        ///   Looks up a localized string similar to Edit message.
 299        /// </summary>
 300        public static string MessageEdit {
 301            get {
 0302                return ResourceManager.GetString("MessageEdit", resourceCulture);
 303            }
 304        }
 305
 306        /// <summary>
 307        ///   Looks up a localized string similar to Regenerate response.
 308        /// </summary>
 309        public static string MessageRegenerate {
 310            get {
 0311                return ResourceManager.GetString("MessageRegenerate", resourceCulture);
 312            }
 313        }
 314
 315        /// <summary>
 316        ///   Looks up a localized string similar to Messages.
 317        /// </summary>
 318        public static string Messages {
 319            get {
 0320                return ResourceManager.GetString("Messages", resourceCulture);
 321            }
 322        }
 323
 324        /// <summary>
 325        ///   Looks up a localized string similar to No.
 326        /// </summary>
 327        public static string No {
 328            get {
 0329                return ResourceManager.GetString("No", resourceCulture);
 330            }
 331        }
 332
 333        /// <summary>
 334        ///   Looks up a localized string similar to No MCP servers configured. Click &quot;Open mcp.json&quot; to add s
 335        /// </summary>
 336        public static string NoMCP {
 337            get {
 0338                return ResourceManager.GetString("NoMCP", resourceCulture);
 339            }
 340        }
 341
 342        /// <summary>
 343        ///   Looks up a localized string similar to Open Rules.
 344        /// </summary>
 345        public static string OpenRules {
 346            get {
 0347                return ResourceManager.GetString("OpenRules", resourceCulture);
 348            }
 349        }
 350
 351        /// <summary>
 352        ///   Looks up a localized string similar to Open skills folder.
 353        /// </summary>
 354        public static string OpenSkills {
 355            get {
 0356                return ResourceManager.GetString("OpenSkills", resourceCulture);
 357            }
 358        }
 359
 360        /// <summary>
 361        ///   Looks up a localized string similar to Profile.
 362        /// </summary>
 363        public static string Profile {
 364            get {
 0365                return ResourceManager.GetString("Profile", resourceCulture);
 366            }
 367        }
 368
 369        /// <summary>
 370        ///   Looks up a localized string similar to Profile Name.
 371        /// </summary>
 372        public static string ProfileName {
 373            get {
 0374                return ResourceManager.GetString("ProfileName", resourceCulture);
 375            }
 376        }
 377
 378        /// <summary>
 379        ///   Looks up a localized string similar to Proposed Plan.
 380        /// </summary>
 381        public static string ProposedPlan {
 382            get {
 0383                return ResourceManager.GetString("ProposedPlan", resourceCulture);
 384            }
 385        }
 386
 387        /// <summary>
 388        ///   Looks up a localized string similar to Provider.
 389        /// </summary>
 390        public static string Provider {
 391            get {
 0392                return ResourceManager.GetString("Provider", resourceCulture);
 393            }
 394        }
 395
 396        /// <summary>
 397        ///   Looks up a localized string similar to Ready.
 398        /// </summary>
 399        public static string Ready {
 400            get {
 0401                return ResourceManager.GetString("Ready", resourceCulture);
 402            }
 403        }
 404
 405        /// <summary>
 406        ///   Looks up a localized string similar to Refresh tools.
 407        /// </summary>
 408        public static string RefreshTools {
 409            get {
 0410                return ResourceManager.GetString("RefreshTools", resourceCulture);
 411            }
 412        }
 413
 414        /// <summary>
 415        ///   Looks up a localized string similar to Retry in.
 416        /// </summary>
 417        public static string RetryIn {
 418            get {
 0419                return ResourceManager.GetString("RetryIn", resourceCulture);
 420            }
 421        }
 422
 423        /// <summary>
 424        ///   Looks up a localized string similar to Select model.
 425        /// </summary>
 426        public static string SelectModel {
 427            get {
 0428                return ResourceManager.GetString("SelectModel", resourceCulture);
 429            }
 430        }
 431
 432        /// <summary>
 433        ///   Looks up a localized string similar to Send current file.
 434        /// </summary>
 435        public static string SendCurrentFile {
 436            get {
 0437                return ResourceManager.GetString("SendCurrentFile", resourceCulture);
 438            }
 439        }
 440
 441        /// <summary>
 442        ///   Looks up a localized string similar to Send message.
 443        /// </summary>
 444        public static string SendMessage {
 445            get {
 0446                return ResourceManager.GetString("SendMessage", resourceCulture);
 447            }
 448        }
 449
 450        /// <summary>
 451        ///   Looks up a localized string similar to Send solutions stricture.
 452        /// </summary>
 453        public static string SendSolutionsStricture {
 454            get {
 0455                return ResourceManager.GetString("SendSolutionsStricture", resourceCulture);
 456            }
 457        }
 458
 459        /// <summary>
 460        ///   Looks up a localized string similar to Continue conversation.
 461        /// </summary>
 462        public static string SessionsTitle {
 463            get {
 0464                return ResourceManager.GetString("SessionsTitle", resourceCulture);
 465            }
 466        }
 467
 468        /// <summary>
 469        ///   Looks up a localized string similar to Settings.
 470        /// </summary>
 471        public static string Settings {
 472            get {
 0473                return ResourceManager.GetString("Settings", resourceCulture);
 474            }
 475        }
 476
 477        /// <summary>
 478        ///   Looks up a localized string similar to General.
 479        /// </summary>
 480        public static string SettingsGeneral {
 481            get {
 0482                return ResourceManager.GetString("SettingsGeneral", resourceCulture);
 483            }
 484        }
 485
 486        /// <summary>
 487        ///   Looks up a localized string similar to Tools.
 488        /// </summary>
 489        public static string SettingsTools {
 490            get {
 0491                return ResourceManager.GetString("SettingsTools", resourceCulture);
 492            }
 493        }
 494
 495        /// <summary>
 496        ///   Looks up a localized string similar to Show more.
 497        /// </summary>
 498        public static string ShowMore {
 499            get {
 0500                return ResourceManager.GetString("ShowMore", resourceCulture);
 501            }
 502        }
 503
 504        /// <summary>
 505        ///   Looks up a localized string similar to Skip SSL errors.
 506        /// </summary>
 507        public static string SkipSSL {
 508            get {
 0509                return ResourceManager.GetString("SkipSSL", resourceCulture);
 510            }
 511        }
 512
 513        /// <summary>
 514        ///   Looks up a localized string similar to System Prompt.
 515        /// </summary>
 516        public static string SystemPrompt {
 517            get {
 0518                return ResourceManager.GetString("SystemPrompt", resourceCulture);
 519            }
 520        }
 521
 522        /// <summary>
 523        ///   Looks up a localized string similar to Temperature.
 524        /// </summary>
 525        public static string Temperature {
 526            get {
 0527                return ResourceManager.GetString("Temperature", resourceCulture);
 528            }
 529        }
 530
 531        /// <summary>
 532        ///   Looks up a localized string similar to Thinking....
 533        /// </summary>
 534        public static string Thinking {
 535            get {
 0536                return ResourceManager.GetString("Thinking", resourceCulture);
 537            }
 538        }
 539
 540        /// <summary>
 541        ///   Looks up a localized string similar to Tokens.
 542        /// </summary>
 543        public static string Tokens {
 544            get {
 0545                return ResourceManager.GetString("Tokens", resourceCulture);
 546            }
 547        }
 548
 549        /// <summary>
 550        ///   Looks up a localized string similar to Apply diff.
 551        /// </summary>
 552        public static string ToolApplyDiff {
 553            get {
 16554                return ResourceManager.GetString("ToolApplyDiff", resourceCulture);
 555            }
 556        }
 557
 558        /// <summary>
 559        ///   Looks up a localized string similar to Build solution.
 560        /// </summary>
 561        public static string ToolBuild {
 562            get {
 16563                return ResourceManager.GetString("ToolBuild", resourceCulture);
 564            }
 565        }
 566
 567        /// <summary>
 568        ///   Looks up a localized string similar to Create file.
 569        /// </summary>
 570        public static string ToolCreateFile {
 571            get {
 16572                return ResourceManager.GetString("ToolCreateFile", resourceCulture);
 573            }
 574        }
 575
 576        /// <summary>
 577        ///   Looks up a localized string similar to Delete file.
 578        /// </summary>
 579        public static string ToolDeleteFile {
 580            get {
 16581                return ResourceManager.GetString("ToolDeleteFile", resourceCulture);
 582            }
 583        }
 584
 585        /// <summary>
 586        ///   Looks up a localized string similar to List of files.
 587        /// </summary>
 588        public static string ToolDir {
 589            get {
 16590                return ResourceManager.GetString("ToolDir", resourceCulture);
 591            }
 592        }
 593
 594        /// <summary>
 595        ///   Looks up a localized string similar to Exec.
 596        /// </summary>
 597        public static string ToolExec {
 598            get {
 16599                return ResourceManager.GetString("ToolExec", resourceCulture);
 600            }
 601        }
 602
 603        /// <summary>
 604        ///   Looks up a localized string similar to Get errors.
 605        /// </summary>
 606        public static string ToolGetErrors {
 607            get {
 16608                return ResourceManager.GetString("ToolGetErrors", resourceCulture);
 609            }
 610        }
 611
 612        /// <summary>
 613        ///   Looks up a localized string similar to Project info.
 614        /// </summary>
 615        public static string ToolGetProjectInfo {
 616            get {
 16617                return ResourceManager.GetString("ToolGetProjectInfo", resourceCulture);
 618            }
 619        }
 620
 621        /// <summary>
 622        ///   Looks up a localized string similar to Solution structure.
 623        /// </summary>
 624        public static string ToolGetSolutionStructure {
 625            get {
 16626                return ResourceManager.GetString("ToolGetSolutionStructure", resourceCulture);
 627            }
 628        }
 629
 630        /// <summary>
 631        ///   Looks up a localized string similar to Git branches.
 632        /// </summary>
 633        public static string ToolGitBranches {
 634            get {
 16635                return ResourceManager.GetString("ToolGitBranches", resourceCulture);
 636            }
 637        }
 638
 639        /// <summary>
 640        ///   Looks up a localized string similar to Git diff.
 641        /// </summary>
 642        public static string ToolGitDiff {
 643            get {
 16644                return ResourceManager.GetString("ToolGitDiff", resourceCulture);
 645            }
 646        }
 647
 648        /// <summary>
 649        ///   Looks up a localized string similar to Git log.
 650        /// </summary>
 651        public static string ToolGitLog {
 652            get {
 16653                return ResourceManager.GetString("ToolGitLog", resourceCulture);
 654            }
 655        }
 656
 657        /// <summary>
 658        ///   Looks up a localized string similar to Git status.
 659        /// </summary>
 660        public static string ToolGitStatus {
 661            get {
 16662                return ResourceManager.GetString("ToolGitStatus", resourceCulture);
 663            }
 664        }
 665
 666        /// <summary>
 667        ///   Looks up a localized string similar to Grep search.
 668        /// </summary>
 669        public static string ToolGrepSearch {
 670            get {
 16671                return ResourceManager.GetString("ToolGrepSearch", resourceCulture);
 672            }
 673        }
 674
 675        /// <summary>
 676        ///   Looks up a localized string similar to Open folder in Explorer.
 677        /// </summary>
 678        public static string ToolOpenFolder {
 679            get {
 0680                return ResourceManager.GetString("ToolOpenFolder", resourceCulture);
 681            }
 682        }
 683
 684        /// <summary>
 685        ///   Looks up a localized string similar to Read files.
 686        /// </summary>
 687        public static string ToolReadFiles {
 688            get {
 16689                return ResourceManager.GetString("ToolReadFiles", resourceCulture);
 690            }
 691        }
 692
 693        /// <summary>
 694        ///   Looks up a localized string similar to Read opened file.
 695        /// </summary>
 696        public static string ToolReadOpenFile {
 697            get {
 16698                return ResourceManager.GetString("ToolReadOpenFile", resourceCulture);
 699            }
 700        }
 701
 702        /// <summary>
 703        ///   Looks up a localized string similar to Read skill content.
 704        /// </summary>
 705        public static string ToolReadSkillContent {
 706            get {
 16707                return ResourceManager.GetString("ToolReadSkillContent", resourceCulture);
 708            }
 709        }
 710
 711        /// <summary>
 712        ///   Looks up a localized string similar to Tools.
 713        /// </summary>
 714        public static string Tools {
 715            get {
 0716                return ResourceManager.GetString("Tools", resourceCulture);
 717            }
 718        }
 719
 720        /// <summary>
 721        ///   Looks up a localized string similar to Search files.
 722        /// </summary>
 723        public static string ToolSearchFiles {
 724            get {
 16725                return ResourceManager.GetString("ToolSearchFiles", resourceCulture);
 726            }
 727        }
 728
 729        /// <summary>
 730        ///   Looks up a localized string similar to Switch mode.
 731        /// </summary>
 732        public static string ToolSwitchMode {
 733            get {
 16734                return ResourceManager.GetString("ToolSwitchMode", resourceCulture);
 735            }
 736        }
 737
 738        /// <summary>
 739        ///   Looks up a localized string similar to Use stream.
 740        /// </summary>
 741        public static string UseStream {
 742            get {
 0743                return ResourceManager.GetString("UseStream", resourceCulture);
 744            }
 745        }
 746
 747        /// <summary>
 748        ///   Looks up a localized string similar to Yes.
 749        /// </summary>
 750        public static string Yes {
 751            get {
 0752                return ResourceManager.GetString("Yes", resourceCulture);
 753            }
 754        }
 755    }
 756}

Methods/Properties

.ctor()
get_ResourceManager()
get_Culture()
set_Culture(System.Globalization.CultureInfo)
get_ApprovalModeAsk()
get_ApprovalModeAuto()
get_ApprovalModeDeny()
get_ApproveRequired()
get_CallingTool()
get_Cancel()
get_CategoryDeleteFiles()
get_CategoryExecution()
get_CategoryModeSwitch()
get_CategoryReadFiles()
get_CategoryWriteFiles()
get_ConfirmQuestion()
get_DeleteProfile()
get_DeleteProfileQuestion()
get_DeleteSession()
get_EmptyMessage()
get_Endpoint()
get_Error()
get_ErrorModelsNotFound()
get_ExecutePlan()
get_InputPlaceholder()
get_InputPlaceholderAgent()
get_InputPlaceholderPlan()
get_MaxRetries()
get_MaxTokens()
get_MessageDelete()
get_MessageEdit()
get_MessageRegenerate()
get_Messages()
get_No()
get_NoMCP()
get_OpenRules()
get_OpenSkills()
get_Profile()
get_ProfileName()
get_ProposedPlan()
get_Provider()
get_Ready()
get_RefreshTools()
get_RetryIn()
get_SelectModel()
get_SendCurrentFile()
get_SendMessage()
get_SendSolutionsStricture()
get_SessionsTitle()
get_Settings()
get_SettingsGeneral()
get_SettingsTools()
get_ShowMore()
get_SkipSSL()
get_SystemPrompt()
get_Temperature()
get_Thinking()
get_Tokens()
get_ToolApplyDiff()
get_ToolBuild()
get_ToolCreateFile()
get_ToolDeleteFile()
get_ToolDir()
get_ToolExec()
get_ToolGetErrors()
get_ToolGetProjectInfo()
get_ToolGetSolutionStructure()
get_ToolGitBranches()
get_ToolGitDiff()
get_ToolGitLog()
get_ToolGitStatus()
get_ToolGrepSearch()
get_ToolOpenFolder()
get_ToolReadFiles()
get_ToolReadOpenFile()
get_ToolReadSkillContent()
get_Tools()
get_ToolSearchFiles()
get_ToolSwitchMode()
get_UseStream()
get_Yes()