client_plugin_logic_deb 1.8.472 → 1.8.473

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -776,14 +776,15 @@ export declare namespace games.jass.logic.data.models {
776
776
  }
777
777
  export declare namespace games.jass.logic.data.models {
778
778
  class EngineBotConfig {
779
- constructor(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>);
779
+ constructor(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, usePimcModel?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>);
780
780
  get botExitsWhenNGameNumberIsFinished(): Nullable<number>;
781
781
  get autoStepLastCard(): boolean;
782
782
  get simulateBotThinkingDelay(): boolean;
783
783
  get isDelayForBot(): boolean;
784
+ get usePimcModel(): boolean;
784
785
  get enableBotChat(): boolean;
785
786
  get openAiApiKey(): Nullable<string>;
786
- copy(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>): games.jass.logic.data.models.EngineBotConfig;
787
+ copy(botExitsWhenNGameNumberIsFinished?: Nullable<number>, autoStepLastCard?: boolean, simulateBotThinkingDelay?: boolean, isDelayForBot?: boolean, usePimcModel?: boolean, enableBotChat?: boolean, openAiApiKey?: Nullable<string>): games.jass.logic.data.models.EngineBotConfig;
787
788
  toString(): string;
788
789
  hashCode(): number;
789
790
  equals(other: Nullable<any>): boolean;