@little-samo/samo-ai-sdk 0.4.6 → 0.4.8
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.
- package/dist/dto/entities/agents/agent.requests.d.ts +50 -32
- package/dist/dto/locations/location.d.ts +1 -1
- package/dist/dto/locations/location.preset.d.ts +3 -3
- package/dist/dto/locations/location.preset.js +1 -1
- package/dist/dto/locations/location.preset.js.map +1 -1
- package/dist/dto/locations/location.requests.d.ts +129 -81
- package/dist/dto/locations/location.requests.js +11 -2
- package/dist/dto/locations/location.requests.js.map +1 -1
- package/dist/models/entities/agents/agent.config.d.ts +12 -0
- package/dist/models/entities/agents/agent.config.js +17 -1
- package/dist/models/entities/agents/agent.config.js.map +1 -1
- package/package.json +1 -1
|
@@ -136,8 +136,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
136
136
|
}>, "many">>;
|
|
137
137
|
}, "strip", z.ZodTypeAny, {
|
|
138
138
|
name: string;
|
|
139
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
140
139
|
appearance: string;
|
|
140
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
141
141
|
images?: {
|
|
142
142
|
description: string;
|
|
143
143
|
name?: string | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}, {
|
|
147
147
|
name: string;
|
|
148
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
149
148
|
appearance: string;
|
|
149
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
150
150
|
images?: {
|
|
151
151
|
description: string;
|
|
152
152
|
name?: string | undefined;
|
|
@@ -162,9 +162,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
162
162
|
interval?: number | undefined;
|
|
163
163
|
maxAgentExecutions?: number | null | undefined;
|
|
164
164
|
} | undefined;
|
|
165
|
+
rules?: string[] | undefined;
|
|
165
166
|
thumbnail?: string | null | undefined;
|
|
166
167
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
167
|
-
rules?: string[] | undefined;
|
|
168
168
|
canvases?: {
|
|
169
169
|
name: string;
|
|
170
170
|
description: string;
|
|
@@ -177,8 +177,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
177
177
|
}[] | undefined;
|
|
178
178
|
gimmicks?: {
|
|
179
179
|
name: string;
|
|
180
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
181
180
|
appearance: string;
|
|
181
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
182
182
|
images?: {
|
|
183
183
|
description: string;
|
|
184
184
|
name?: string | undefined;
|
|
@@ -194,9 +194,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
194
194
|
interval?: number | undefined;
|
|
195
195
|
maxAgentExecutions?: number | null | undefined;
|
|
196
196
|
} | undefined;
|
|
197
|
+
rules?: string[] | undefined;
|
|
197
198
|
thumbnail?: string | null | undefined;
|
|
198
199
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
199
|
-
rules?: string[] | undefined;
|
|
200
200
|
canvases?: {
|
|
201
201
|
name: string;
|
|
202
202
|
description: string;
|
|
@@ -209,8 +209,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
209
209
|
}[] | undefined;
|
|
210
210
|
gimmicks?: {
|
|
211
211
|
name: string;
|
|
212
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
213
212
|
appearance: string;
|
|
213
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
214
214
|
images?: {
|
|
215
215
|
description: string;
|
|
216
216
|
name?: string | undefined;
|
|
@@ -229,9 +229,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
229
229
|
interval?: number | undefined;
|
|
230
230
|
maxAgentExecutions?: number | null | undefined;
|
|
231
231
|
} | undefined;
|
|
232
|
+
rules?: string[] | undefined;
|
|
232
233
|
thumbnail?: string | null | undefined;
|
|
233
234
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
234
|
-
rules?: string[] | undefined;
|
|
235
235
|
canvases?: {
|
|
236
236
|
name: string;
|
|
237
237
|
description: string;
|
|
@@ -244,8 +244,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
244
244
|
}[] | undefined;
|
|
245
245
|
gimmicks?: {
|
|
246
246
|
name: string;
|
|
247
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
248
247
|
appearance: string;
|
|
248
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
249
249
|
images?: {
|
|
250
250
|
description: string;
|
|
251
251
|
name?: string | undefined;
|
|
@@ -264,9 +264,9 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
264
264
|
interval?: number | undefined;
|
|
265
265
|
maxAgentExecutions?: number | null | undefined;
|
|
266
266
|
} | undefined;
|
|
267
|
+
rules?: string[] | undefined;
|
|
267
268
|
thumbnail?: string | null | undefined;
|
|
268
269
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
269
|
-
rules?: string[] | undefined;
|
|
270
270
|
canvases?: {
|
|
271
271
|
name: string;
|
|
272
272
|
description: string;
|
|
@@ -279,8 +279,8 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
279
279
|
}[] | undefined;
|
|
280
280
|
gimmicks?: {
|
|
281
281
|
name: string;
|
|
282
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
283
282
|
appearance: string;
|
|
283
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
284
284
|
images?: {
|
|
285
285
|
description: string;
|
|
286
286
|
name?: string | undefined;
|
|
@@ -481,8 +481,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
481
481
|
}>, "many">>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
483
|
name: string;
|
|
484
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
485
484
|
appearance: string;
|
|
485
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
486
486
|
images?: {
|
|
487
487
|
description: string;
|
|
488
488
|
name?: string | undefined;
|
|
@@ -490,8 +490,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
490
490
|
}[] | undefined;
|
|
491
491
|
}, {
|
|
492
492
|
name: string;
|
|
493
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
494
493
|
appearance: string;
|
|
494
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
495
495
|
images?: {
|
|
496
496
|
description: string;
|
|
497
497
|
name?: string | undefined;
|
|
@@ -507,9 +507,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
507
507
|
interval?: number | undefined;
|
|
508
508
|
maxAgentExecutions?: number | null | undefined;
|
|
509
509
|
} | undefined;
|
|
510
|
+
rules?: string[] | undefined;
|
|
510
511
|
thumbnail?: string | null | undefined;
|
|
511
512
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
512
|
-
rules?: string[] | undefined;
|
|
513
513
|
canvases?: {
|
|
514
514
|
name: string;
|
|
515
515
|
description: string;
|
|
@@ -522,8 +522,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
522
522
|
}[] | undefined;
|
|
523
523
|
gimmicks?: {
|
|
524
524
|
name: string;
|
|
525
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
526
525
|
appearance: string;
|
|
526
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
527
527
|
images?: {
|
|
528
528
|
description: string;
|
|
529
529
|
name?: string | undefined;
|
|
@@ -539,9 +539,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
539
539
|
interval?: number | undefined;
|
|
540
540
|
maxAgentExecutions?: number | null | undefined;
|
|
541
541
|
} | undefined;
|
|
542
|
+
rules?: string[] | undefined;
|
|
542
543
|
thumbnail?: string | null | undefined;
|
|
543
544
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
544
|
-
rules?: string[] | undefined;
|
|
545
545
|
canvases?: {
|
|
546
546
|
name: string;
|
|
547
547
|
description: string;
|
|
@@ -554,8 +554,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
554
554
|
}[] | undefined;
|
|
555
555
|
gimmicks?: {
|
|
556
556
|
name: string;
|
|
557
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
558
557
|
appearance: string;
|
|
558
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
559
559
|
images?: {
|
|
560
560
|
description: string;
|
|
561
561
|
name?: string | undefined;
|
|
@@ -619,18 +619,21 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
619
619
|
values: z.ZodOptional<z.ZodString>;
|
|
620
620
|
quirks: z.ZodOptional<z.ZodString>;
|
|
621
621
|
mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
|
|
622
|
+
zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
|
|
622
623
|
}, "strip", z.ZodTypeAny, {
|
|
623
624
|
values?: string | undefined;
|
|
624
625
|
traits?: string | undefined;
|
|
625
626
|
interests?: string | undefined;
|
|
626
627
|
quirks?: string | undefined;
|
|
627
628
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
629
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
628
630
|
}, {
|
|
629
631
|
values?: string | undefined;
|
|
630
632
|
traits?: string | undefined;
|
|
631
633
|
interests?: string | undefined;
|
|
632
634
|
quirks?: string | undefined;
|
|
633
635
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
636
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
634
637
|
}>>;
|
|
635
638
|
}, "strip", z.ZodTypeAny, {
|
|
636
639
|
background?: {
|
|
@@ -651,6 +654,7 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
651
654
|
interests?: string | undefined;
|
|
652
655
|
quirks?: string | undefined;
|
|
653
656
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
657
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
654
658
|
} | undefined;
|
|
655
659
|
}, {
|
|
656
660
|
background?: {
|
|
@@ -671,18 +675,18 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
671
675
|
interests?: string | undefined;
|
|
672
676
|
quirks?: string | undefined;
|
|
673
677
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
678
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
674
679
|
} | undefined;
|
|
675
680
|
}>>;
|
|
676
681
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
677
682
|
}, "strip", z.ZodTypeAny, {
|
|
678
683
|
name?: string | undefined;
|
|
684
|
+
avatar?: string | undefined;
|
|
685
|
+
referenceAvatar?: string | undefined;
|
|
686
|
+
appearance?: string | undefined;
|
|
679
687
|
core?: {
|
|
680
688
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
681
689
|
} | undefined;
|
|
682
|
-
appearance?: string | undefined;
|
|
683
|
-
rules?: string[] | undefined;
|
|
684
|
-
avatar?: string | undefined;
|
|
685
|
-
referenceAvatar?: string | undefined;
|
|
686
690
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
687
691
|
languages?: string[] | undefined;
|
|
688
692
|
timeZone?: string | undefined;
|
|
@@ -707,17 +711,18 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
707
711
|
interests?: string | undefined;
|
|
708
712
|
quirks?: string | undefined;
|
|
709
713
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
714
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
710
715
|
} | undefined;
|
|
711
716
|
} | undefined;
|
|
717
|
+
rules?: string[] | undefined;
|
|
712
718
|
}, {
|
|
713
719
|
name?: string | undefined;
|
|
720
|
+
avatar?: string | undefined;
|
|
721
|
+
referenceAvatar?: string | undefined;
|
|
722
|
+
appearance?: string | undefined;
|
|
714
723
|
core?: {
|
|
715
724
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
716
725
|
} | undefined;
|
|
717
|
-
appearance?: string | undefined;
|
|
718
|
-
rules?: string[] | undefined;
|
|
719
|
-
avatar?: string | undefined;
|
|
720
|
-
referenceAvatar?: string | undefined;
|
|
721
726
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
722
727
|
languages?: string[] | undefined;
|
|
723
728
|
timeZone?: string | undefined;
|
|
@@ -742,8 +747,10 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
742
747
|
interests?: string | undefined;
|
|
743
748
|
quirks?: string | undefined;
|
|
744
749
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
750
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
745
751
|
} | undefined;
|
|
746
752
|
} | undefined;
|
|
753
|
+
rules?: string[] | undefined;
|
|
747
754
|
}>, "many">>;
|
|
748
755
|
}, "strip", z.ZodTypeAny, {
|
|
749
756
|
presetDescription: string;
|
|
@@ -763,9 +770,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
763
770
|
interval?: number | undefined;
|
|
764
771
|
maxAgentExecutions?: number | null | undefined;
|
|
765
772
|
} | undefined;
|
|
773
|
+
rules?: string[] | undefined;
|
|
766
774
|
thumbnail?: string | null | undefined;
|
|
767
775
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
768
|
-
rules?: string[] | undefined;
|
|
769
776
|
canvases?: {
|
|
770
777
|
name: string;
|
|
771
778
|
description: string;
|
|
@@ -778,8 +785,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
778
785
|
}[] | undefined;
|
|
779
786
|
gimmicks?: {
|
|
780
787
|
name: string;
|
|
781
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
782
788
|
appearance: string;
|
|
789
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
783
790
|
images?: {
|
|
784
791
|
description: string;
|
|
785
792
|
name?: string | undefined;
|
|
@@ -789,13 +796,12 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
789
796
|
} | undefined;
|
|
790
797
|
agentConfigs?: {
|
|
791
798
|
name?: string | undefined;
|
|
799
|
+
avatar?: string | undefined;
|
|
800
|
+
referenceAvatar?: string | undefined;
|
|
801
|
+
appearance?: string | undefined;
|
|
792
802
|
core?: {
|
|
793
803
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
794
804
|
} | undefined;
|
|
795
|
-
appearance?: string | undefined;
|
|
796
|
-
rules?: string[] | undefined;
|
|
797
|
-
avatar?: string | undefined;
|
|
798
|
-
referenceAvatar?: string | undefined;
|
|
799
805
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
800
806
|
languages?: string[] | undefined;
|
|
801
807
|
timeZone?: string | undefined;
|
|
@@ -820,8 +826,10 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
820
826
|
interests?: string | undefined;
|
|
821
827
|
quirks?: string | undefined;
|
|
822
828
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
829
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
823
830
|
} | undefined;
|
|
824
831
|
} | undefined;
|
|
832
|
+
rules?: string[] | undefined;
|
|
825
833
|
}[] | undefined;
|
|
826
834
|
}, {
|
|
827
835
|
presetDescription: string;
|
|
@@ -841,9 +849,9 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
841
849
|
interval?: number | undefined;
|
|
842
850
|
maxAgentExecutions?: number | null | undefined;
|
|
843
851
|
} | undefined;
|
|
852
|
+
rules?: string[] | undefined;
|
|
844
853
|
thumbnail?: string | null | undefined;
|
|
845
854
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
846
|
-
rules?: string[] | undefined;
|
|
847
855
|
canvases?: {
|
|
848
856
|
name: string;
|
|
849
857
|
description: string;
|
|
@@ -856,8 +864,8 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
856
864
|
}[] | undefined;
|
|
857
865
|
gimmicks?: {
|
|
858
866
|
name: string;
|
|
859
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
860
867
|
appearance: string;
|
|
868
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
861
869
|
images?: {
|
|
862
870
|
description: string;
|
|
863
871
|
name?: string | undefined;
|
|
@@ -867,13 +875,12 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
867
875
|
} | undefined;
|
|
868
876
|
agentConfigs?: {
|
|
869
877
|
name?: string | undefined;
|
|
878
|
+
avatar?: string | undefined;
|
|
879
|
+
referenceAvatar?: string | undefined;
|
|
880
|
+
appearance?: string | undefined;
|
|
870
881
|
core?: {
|
|
871
882
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
872
883
|
} | undefined;
|
|
873
|
-
appearance?: string | undefined;
|
|
874
|
-
rules?: string[] | undefined;
|
|
875
|
-
avatar?: string | undefined;
|
|
876
|
-
referenceAvatar?: string | undefined;
|
|
877
884
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
878
885
|
languages?: string[] | undefined;
|
|
879
886
|
timeZone?: string | undefined;
|
|
@@ -898,8 +905,10 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
898
905
|
interests?: string | undefined;
|
|
899
906
|
quirks?: string | undefined;
|
|
900
907
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
908
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
901
909
|
} | undefined;
|
|
902
910
|
} | undefined;
|
|
911
|
+
rules?: string[] | undefined;
|
|
903
912
|
}[] | undefined;
|
|
904
913
|
}>;
|
|
905
914
|
export type CreateLocationPresetDto = z.infer<typeof CreateLocationPresetSchema>;
|
|
@@ -945,15 +954,15 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
945
954
|
canvases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
946
955
|
name: z.ZodString;
|
|
947
956
|
text: z.ZodString;
|
|
948
|
-
|
|
957
|
+
showUpdates: z.ZodOptional<z.ZodBoolean>;
|
|
949
958
|
}, "strip", z.ZodTypeAny, {
|
|
950
959
|
name: string;
|
|
951
960
|
text: string;
|
|
952
|
-
|
|
961
|
+
showUpdates?: boolean | undefined;
|
|
953
962
|
}, {
|
|
954
963
|
name: string;
|
|
955
964
|
text: string;
|
|
956
|
-
|
|
965
|
+
showUpdates?: boolean | undefined;
|
|
957
966
|
}>, "many">>;
|
|
958
967
|
messages: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
959
968
|
entityType: z.ZodNativeEnum<{
|
|
@@ -983,14 +992,14 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
983
992
|
appearance: z.ZodString;
|
|
984
993
|
}, "strip", z.ZodTypeAny, {
|
|
985
994
|
name: string;
|
|
986
|
-
appearance: string;
|
|
987
995
|
avatar: string | null;
|
|
988
996
|
referenceAvatar: string | null;
|
|
997
|
+
appearance: string;
|
|
989
998
|
}, {
|
|
990
999
|
name: string;
|
|
991
|
-
appearance: string;
|
|
992
1000
|
avatar: string | null;
|
|
993
1001
|
referenceAvatar: string | null;
|
|
1002
|
+
appearance: string;
|
|
994
1003
|
}>>>;
|
|
995
1004
|
hashtags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
996
1005
|
isAllowImport: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1062,8 +1071,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1062
1071
|
}>, "many">>;
|
|
1063
1072
|
}, "strip", z.ZodTypeAny, {
|
|
1064
1073
|
name: string;
|
|
1065
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1066
1074
|
appearance: string;
|
|
1075
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1067
1076
|
images?: {
|
|
1068
1077
|
description: string;
|
|
1069
1078
|
name?: string | undefined;
|
|
@@ -1071,8 +1080,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1071
1080
|
}[] | undefined;
|
|
1072
1081
|
}, {
|
|
1073
1082
|
name: string;
|
|
1074
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1075
1083
|
appearance: string;
|
|
1084
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1076
1085
|
images?: {
|
|
1077
1086
|
description: string;
|
|
1078
1087
|
name?: string | undefined;
|
|
@@ -1088,9 +1097,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1088
1097
|
interval?: number | undefined;
|
|
1089
1098
|
maxAgentExecutions?: number | null | undefined;
|
|
1090
1099
|
} | undefined;
|
|
1100
|
+
rules?: string[] | undefined;
|
|
1091
1101
|
thumbnail?: string | null | undefined;
|
|
1092
1102
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1093
|
-
rules?: string[] | undefined;
|
|
1094
1103
|
canvases?: {
|
|
1095
1104
|
name: string;
|
|
1096
1105
|
description: string;
|
|
@@ -1103,8 +1112,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1103
1112
|
}[] | undefined;
|
|
1104
1113
|
gimmicks?: {
|
|
1105
1114
|
name: string;
|
|
1106
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1107
1115
|
appearance: string;
|
|
1116
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1108
1117
|
images?: {
|
|
1109
1118
|
description: string;
|
|
1110
1119
|
name?: string | undefined;
|
|
@@ -1120,9 +1129,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1120
1129
|
interval?: number | undefined;
|
|
1121
1130
|
maxAgentExecutions?: number | null | undefined;
|
|
1122
1131
|
} | undefined;
|
|
1132
|
+
rules?: string[] | undefined;
|
|
1123
1133
|
thumbnail?: string | null | undefined;
|
|
1124
1134
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1125
|
-
rules?: string[] | undefined;
|
|
1126
1135
|
canvases?: {
|
|
1127
1136
|
name: string;
|
|
1128
1137
|
description: string;
|
|
@@ -1135,8 +1144,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1135
1144
|
}[] | undefined;
|
|
1136
1145
|
gimmicks?: {
|
|
1137
1146
|
name: string;
|
|
1138
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1139
1147
|
appearance: string;
|
|
1148
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1140
1149
|
images?: {
|
|
1141
1150
|
description: string;
|
|
1142
1151
|
name?: string | undefined;
|
|
@@ -1200,18 +1209,21 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1200
1209
|
values: z.ZodOptional<z.ZodString>;
|
|
1201
1210
|
quirks: z.ZodOptional<z.ZodString>;
|
|
1202
1211
|
mbti: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"INTJ">, z.ZodLiteral<"INTP">, z.ZodLiteral<"ENTJ">, z.ZodLiteral<"ENTP">, z.ZodLiteral<"INFJ">, z.ZodLiteral<"INFP">, z.ZodLiteral<"ENFJ">, z.ZodLiteral<"ENFP">, z.ZodLiteral<"ISTJ">, z.ZodLiteral<"ISFJ">, z.ZodLiteral<"ESTJ">, z.ZodLiteral<"ESFJ">, z.ZodLiteral<"ISTP">, z.ZodLiteral<"ISFP">, z.ZodLiteral<"ESTP">, z.ZodLiteral<"ESFP">]>>;
|
|
1212
|
+
zodiac: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"Aries">, z.ZodLiteral<"Taurus">, z.ZodLiteral<"Gemini">, z.ZodLiteral<"Cancer">, z.ZodLiteral<"Leo">, z.ZodLiteral<"Virgo">, z.ZodLiteral<"Libra">, z.ZodLiteral<"Scorpio">, z.ZodLiteral<"Sagittarius">, z.ZodLiteral<"Capricorn">, z.ZodLiteral<"Aquarius">, z.ZodLiteral<"Pisces">]>>;
|
|
1203
1213
|
}, "strip", z.ZodTypeAny, {
|
|
1204
1214
|
values?: string | undefined;
|
|
1205
1215
|
traits?: string | undefined;
|
|
1206
1216
|
interests?: string | undefined;
|
|
1207
1217
|
quirks?: string | undefined;
|
|
1208
1218
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1219
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1209
1220
|
}, {
|
|
1210
1221
|
values?: string | undefined;
|
|
1211
1222
|
traits?: string | undefined;
|
|
1212
1223
|
interests?: string | undefined;
|
|
1213
1224
|
quirks?: string | undefined;
|
|
1214
1225
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1226
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1215
1227
|
}>>;
|
|
1216
1228
|
}, "strip", z.ZodTypeAny, {
|
|
1217
1229
|
background?: {
|
|
@@ -1232,6 +1244,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1232
1244
|
interests?: string | undefined;
|
|
1233
1245
|
quirks?: string | undefined;
|
|
1234
1246
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1247
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1235
1248
|
} | undefined;
|
|
1236
1249
|
}, {
|
|
1237
1250
|
background?: {
|
|
@@ -1252,18 +1265,18 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1252
1265
|
interests?: string | undefined;
|
|
1253
1266
|
quirks?: string | undefined;
|
|
1254
1267
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1268
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1255
1269
|
} | undefined;
|
|
1256
1270
|
}>>;
|
|
1257
1271
|
rules: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1258
1272
|
}, "strip", z.ZodTypeAny, {
|
|
1259
1273
|
name?: string | undefined;
|
|
1274
|
+
avatar?: string | undefined;
|
|
1275
|
+
referenceAvatar?: string | undefined;
|
|
1276
|
+
appearance?: string | undefined;
|
|
1260
1277
|
core?: {
|
|
1261
1278
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1262
1279
|
} | undefined;
|
|
1263
|
-
appearance?: string | undefined;
|
|
1264
|
-
rules?: string[] | undefined;
|
|
1265
|
-
avatar?: string | undefined;
|
|
1266
|
-
referenceAvatar?: string | undefined;
|
|
1267
1280
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1268
1281
|
languages?: string[] | undefined;
|
|
1269
1282
|
timeZone?: string | undefined;
|
|
@@ -1288,17 +1301,18 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1288
1301
|
interests?: string | undefined;
|
|
1289
1302
|
quirks?: string | undefined;
|
|
1290
1303
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1304
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1291
1305
|
} | undefined;
|
|
1292
1306
|
} | undefined;
|
|
1307
|
+
rules?: string[] | undefined;
|
|
1293
1308
|
}, {
|
|
1294
1309
|
name?: string | undefined;
|
|
1310
|
+
avatar?: string | undefined;
|
|
1311
|
+
referenceAvatar?: string | undefined;
|
|
1312
|
+
appearance?: string | undefined;
|
|
1295
1313
|
core?: {
|
|
1296
1314
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1297
1315
|
} | undefined;
|
|
1298
|
-
appearance?: string | undefined;
|
|
1299
|
-
rules?: string[] | undefined;
|
|
1300
|
-
avatar?: string | undefined;
|
|
1301
|
-
referenceAvatar?: string | undefined;
|
|
1302
1316
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1303
1317
|
languages?: string[] | undefined;
|
|
1304
1318
|
timeZone?: string | undefined;
|
|
@@ -1323,8 +1337,10 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1323
1337
|
interests?: string | undefined;
|
|
1324
1338
|
quirks?: string | undefined;
|
|
1325
1339
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1340
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1326
1341
|
} | undefined;
|
|
1327
1342
|
} | undefined;
|
|
1343
|
+
rules?: string[] | undefined;
|
|
1328
1344
|
}>>, "many">>;
|
|
1329
1345
|
}, "strip", z.ZodTypeAny, {
|
|
1330
1346
|
name?: string | undefined;
|
|
@@ -1332,7 +1348,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1332
1348
|
canvases?: {
|
|
1333
1349
|
name: string;
|
|
1334
1350
|
text: string;
|
|
1335
|
-
|
|
1351
|
+
showUpdates?: boolean | undefined;
|
|
1336
1352
|
}[] | undefined;
|
|
1337
1353
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
1338
1354
|
presetDescription?: string | undefined;
|
|
@@ -1349,9 +1365,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1349
1365
|
interval?: number | undefined;
|
|
1350
1366
|
maxAgentExecutions?: number | null | undefined;
|
|
1351
1367
|
} | undefined;
|
|
1368
|
+
rules?: string[] | undefined;
|
|
1352
1369
|
thumbnail?: string | null | undefined;
|
|
1353
1370
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1354
|
-
rules?: string[] | undefined;
|
|
1355
1371
|
canvases?: {
|
|
1356
1372
|
name: string;
|
|
1357
1373
|
description: string;
|
|
@@ -1364,8 +1380,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1364
1380
|
}[] | undefined;
|
|
1365
1381
|
gimmicks?: {
|
|
1366
1382
|
name: string;
|
|
1367
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1368
1383
|
appearance: string;
|
|
1384
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1369
1385
|
images?: {
|
|
1370
1386
|
description: string;
|
|
1371
1387
|
name?: string | undefined;
|
|
@@ -1375,13 +1391,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1375
1391
|
} | undefined;
|
|
1376
1392
|
agentConfigs?: ({
|
|
1377
1393
|
name?: string | undefined;
|
|
1394
|
+
avatar?: string | undefined;
|
|
1395
|
+
referenceAvatar?: string | undefined;
|
|
1396
|
+
appearance?: string | undefined;
|
|
1378
1397
|
core?: {
|
|
1379
1398
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1380
1399
|
} | undefined;
|
|
1381
|
-
appearance?: string | undefined;
|
|
1382
|
-
rules?: string[] | undefined;
|
|
1383
|
-
avatar?: string | undefined;
|
|
1384
|
-
referenceAvatar?: string | undefined;
|
|
1385
1400
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1386
1401
|
languages?: string[] | undefined;
|
|
1387
1402
|
timeZone?: string | undefined;
|
|
@@ -1406,8 +1421,10 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1406
1421
|
interests?: string | undefined;
|
|
1407
1422
|
quirks?: string | undefined;
|
|
1408
1423
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1424
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1409
1425
|
} | undefined;
|
|
1410
1426
|
} | undefined;
|
|
1427
|
+
rules?: string[] | undefined;
|
|
1411
1428
|
} | null)[] | undefined;
|
|
1412
1429
|
messages?: {
|
|
1413
1430
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
@@ -1417,9 +1434,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1417
1434
|
}[] | undefined;
|
|
1418
1435
|
userAvatar?: {
|
|
1419
1436
|
name: string;
|
|
1420
|
-
appearance: string;
|
|
1421
1437
|
avatar: string | null;
|
|
1422
1438
|
referenceAvatar: string | null;
|
|
1439
|
+
appearance: string;
|
|
1423
1440
|
} | null | undefined;
|
|
1424
1441
|
}, {
|
|
1425
1442
|
name?: string | undefined;
|
|
@@ -1427,7 +1444,7 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1427
1444
|
canvases?: {
|
|
1428
1445
|
name: string;
|
|
1429
1446
|
text: string;
|
|
1430
|
-
|
|
1447
|
+
showUpdates?: boolean | undefined;
|
|
1431
1448
|
}[] | undefined;
|
|
1432
1449
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
1433
1450
|
presetDescription?: string | undefined;
|
|
@@ -1444,9 +1461,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1444
1461
|
interval?: number | undefined;
|
|
1445
1462
|
maxAgentExecutions?: number | null | undefined;
|
|
1446
1463
|
} | undefined;
|
|
1464
|
+
rules?: string[] | undefined;
|
|
1447
1465
|
thumbnail?: string | null | undefined;
|
|
1448
1466
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1449
|
-
rules?: string[] | undefined;
|
|
1450
1467
|
canvases?: {
|
|
1451
1468
|
name: string;
|
|
1452
1469
|
description: string;
|
|
@@ -1459,8 +1476,8 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1459
1476
|
}[] | undefined;
|
|
1460
1477
|
gimmicks?: {
|
|
1461
1478
|
name: string;
|
|
1462
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1463
1479
|
appearance: string;
|
|
1480
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1464
1481
|
images?: {
|
|
1465
1482
|
description: string;
|
|
1466
1483
|
name?: string | undefined;
|
|
@@ -1470,13 +1487,12 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1470
1487
|
} | undefined;
|
|
1471
1488
|
agentConfigs?: ({
|
|
1472
1489
|
name?: string | undefined;
|
|
1490
|
+
avatar?: string | undefined;
|
|
1491
|
+
referenceAvatar?: string | undefined;
|
|
1492
|
+
appearance?: string | undefined;
|
|
1473
1493
|
core?: {
|
|
1474
1494
|
name: "evaluate_and_actions" | "execute_actions" | "response_every_message" | "no_action";
|
|
1475
1495
|
} | undefined;
|
|
1476
|
-
appearance?: string | undefined;
|
|
1477
|
-
rules?: string[] | undefined;
|
|
1478
|
-
avatar?: string | undefined;
|
|
1479
|
-
referenceAvatar?: string | undefined;
|
|
1480
1496
|
llmPreset?: "free" | "gemini-low" | "gemini-medium" | "gemini-high" | "openai-low" | "openai-medium" | "xai-low" | "xai-medium" | undefined;
|
|
1481
1497
|
languages?: string[] | undefined;
|
|
1482
1498
|
timeZone?: string | undefined;
|
|
@@ -1501,8 +1517,10 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1501
1517
|
interests?: string | undefined;
|
|
1502
1518
|
quirks?: string | undefined;
|
|
1503
1519
|
mbti?: "INTJ" | "INTP" | "ENTJ" | "ENTP" | "INFJ" | "INFP" | "ENFJ" | "ENFP" | "ISTJ" | "ISFJ" | "ESTJ" | "ESFJ" | "ISTP" | "ISFP" | "ESTP" | "ESFP" | undefined;
|
|
1520
|
+
zodiac?: "Aries" | "Taurus" | "Gemini" | "Cancer" | "Leo" | "Virgo" | "Libra" | "Scorpio" | "Sagittarius" | "Capricorn" | "Aquarius" | "Pisces" | undefined;
|
|
1504
1521
|
} | undefined;
|
|
1505
1522
|
} | undefined;
|
|
1523
|
+
rules?: string[] | undefined;
|
|
1506
1524
|
} | null)[] | undefined;
|
|
1507
1525
|
messages?: {
|
|
1508
1526
|
entityType: "system" | "agent" | "user" | "gimmick";
|
|
@@ -1512,9 +1530,9 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1512
1530
|
}[] | undefined;
|
|
1513
1531
|
userAvatar?: {
|
|
1514
1532
|
name: string;
|
|
1515
|
-
appearance: string;
|
|
1516
1533
|
avatar: string | null;
|
|
1517
1534
|
referenceAvatar: string | null;
|
|
1535
|
+
appearance: string;
|
|
1518
1536
|
} | null | undefined;
|
|
1519
1537
|
}>;
|
|
1520
1538
|
export type UpdateLocationPresetBodyDto = z.infer<typeof UpdateLocationPresetBodySchema>;
|
|
@@ -1576,6 +1594,36 @@ export interface DeleteLocationPresetResponseDto {
|
|
|
1576
1594
|
success: boolean;
|
|
1577
1595
|
error?: string;
|
|
1578
1596
|
}
|
|
1597
|
+
export declare const DuplicateLocationPresetParamsSchema: z.ZodObject<{
|
|
1598
|
+
presetId: z.ZodBigInt;
|
|
1599
|
+
}, "strip", z.ZodTypeAny, {
|
|
1600
|
+
presetId: bigint;
|
|
1601
|
+
}, {
|
|
1602
|
+
presetId: bigint;
|
|
1603
|
+
}>;
|
|
1604
|
+
export type DuplicateLocationPresetParamsDto = z.infer<typeof DuplicateLocationPresetParamsSchema>;
|
|
1605
|
+
export interface DuplicateLocationPresetResponseDto {
|
|
1606
|
+
preset: LocationPresetDto;
|
|
1607
|
+
}
|
|
1608
|
+
export declare const TranslateLocationPresetParamsSchema: z.ZodObject<{
|
|
1609
|
+
presetId: z.ZodBigInt;
|
|
1610
|
+
}, "strip", z.ZodTypeAny, {
|
|
1611
|
+
presetId: bigint;
|
|
1612
|
+
}, {
|
|
1613
|
+
presetId: bigint;
|
|
1614
|
+
}>;
|
|
1615
|
+
export type TranslateLocationPresetParamsDto = z.infer<typeof TranslateLocationPresetParamsSchema>;
|
|
1616
|
+
export declare const TranslateLocationPresetBodySchema: z.ZodObject<{
|
|
1617
|
+
targetLanguage: z.ZodEnum<["ko", "en", "ja"]>;
|
|
1618
|
+
}, "strip", z.ZodTypeAny, {
|
|
1619
|
+
targetLanguage: "ko" | "en" | "ja";
|
|
1620
|
+
}, {
|
|
1621
|
+
targetLanguage: "ko" | "en" | "ja";
|
|
1622
|
+
}>;
|
|
1623
|
+
export type TranslateLocationPresetBodyDto = z.infer<typeof TranslateLocationPresetBodySchema>;
|
|
1624
|
+
export interface TranslateLocationPresetResponseDto {
|
|
1625
|
+
preset: LocationPresetDto;
|
|
1626
|
+
}
|
|
1579
1627
|
export declare const GetLocationPresetLocationsParamsSchema: z.ZodObject<{
|
|
1580
1628
|
presetId: z.ZodBigInt;
|
|
1581
1629
|
cursor: z.ZodOptional<z.ZodString>;
|
|
@@ -1817,8 +1865,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1817
1865
|
}>, "many">>;
|
|
1818
1866
|
}, "strip", z.ZodTypeAny, {
|
|
1819
1867
|
name: string;
|
|
1820
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1821
1868
|
appearance: string;
|
|
1869
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1822
1870
|
images?: {
|
|
1823
1871
|
description: string;
|
|
1824
1872
|
name?: string | undefined;
|
|
@@ -1826,8 +1874,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1826
1874
|
}[] | undefined;
|
|
1827
1875
|
}, {
|
|
1828
1876
|
name: string;
|
|
1829
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1830
1877
|
appearance: string;
|
|
1878
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1831
1879
|
images?: {
|
|
1832
1880
|
description: string;
|
|
1833
1881
|
name?: string | undefined;
|
|
@@ -1843,9 +1891,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1843
1891
|
interval?: number | undefined;
|
|
1844
1892
|
maxAgentExecutions?: number | null | undefined;
|
|
1845
1893
|
} | undefined;
|
|
1894
|
+
rules?: string[] | undefined;
|
|
1846
1895
|
thumbnail?: string | null | undefined;
|
|
1847
1896
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1848
|
-
rules?: string[] | undefined;
|
|
1849
1897
|
canvases?: {
|
|
1850
1898
|
name: string;
|
|
1851
1899
|
description: string;
|
|
@@ -1858,8 +1906,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1858
1906
|
}[] | undefined;
|
|
1859
1907
|
gimmicks?: {
|
|
1860
1908
|
name: string;
|
|
1861
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1862
1909
|
appearance: string;
|
|
1910
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1863
1911
|
images?: {
|
|
1864
1912
|
description: string;
|
|
1865
1913
|
name?: string | undefined;
|
|
@@ -1875,9 +1923,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1875
1923
|
interval?: number | undefined;
|
|
1876
1924
|
maxAgentExecutions?: number | null | undefined;
|
|
1877
1925
|
} | undefined;
|
|
1926
|
+
rules?: string[] | undefined;
|
|
1878
1927
|
thumbnail?: string | null | undefined;
|
|
1879
1928
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1880
|
-
rules?: string[] | undefined;
|
|
1881
1929
|
canvases?: {
|
|
1882
1930
|
name: string;
|
|
1883
1931
|
description: string;
|
|
@@ -1890,8 +1938,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1890
1938
|
}[] | undefined;
|
|
1891
1939
|
gimmicks?: {
|
|
1892
1940
|
name: string;
|
|
1893
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1894
1941
|
appearance: string;
|
|
1942
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1895
1943
|
images?: {
|
|
1896
1944
|
description: string;
|
|
1897
1945
|
name?: string | undefined;
|
|
@@ -1913,9 +1961,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1913
1961
|
interval?: number | undefined;
|
|
1914
1962
|
maxAgentExecutions?: number | null | undefined;
|
|
1915
1963
|
} | undefined;
|
|
1964
|
+
rules?: string[] | undefined;
|
|
1916
1965
|
thumbnail?: string | null | undefined;
|
|
1917
1966
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1918
|
-
rules?: string[] | undefined;
|
|
1919
1967
|
canvases?: {
|
|
1920
1968
|
name: string;
|
|
1921
1969
|
description: string;
|
|
@@ -1928,8 +1976,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1928
1976
|
}[] | undefined;
|
|
1929
1977
|
gimmicks?: {
|
|
1930
1978
|
name: string;
|
|
1931
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1932
1979
|
appearance: string;
|
|
1980
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1933
1981
|
images?: {
|
|
1934
1982
|
description: string;
|
|
1935
1983
|
name?: string | undefined;
|
|
@@ -1948,9 +1996,9 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1948
1996
|
interval?: number | undefined;
|
|
1949
1997
|
maxAgentExecutions?: number | null | undefined;
|
|
1950
1998
|
} | undefined;
|
|
1999
|
+
rules?: string[] | undefined;
|
|
1951
2000
|
thumbnail?: string | null | undefined;
|
|
1952
2001
|
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1953
|
-
rules?: string[] | undefined;
|
|
1954
2002
|
canvases?: {
|
|
1955
2003
|
name: string;
|
|
1956
2004
|
description: string;
|
|
@@ -1963,8 +2011,8 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1963
2011
|
}[] | undefined;
|
|
1964
2012
|
gimmicks?: {
|
|
1965
2013
|
name: string;
|
|
1966
|
-
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1967
2014
|
appearance: string;
|
|
2015
|
+
core: "web_search" | "image_generator" | "character_image_generator" | "notion";
|
|
1968
2016
|
images?: {
|
|
1969
2017
|
description: string;
|
|
1970
2018
|
name?: string | undefined;
|