@little-samo/samo-ai-sdk 0.4.7 → 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.requests.d.ts +159 -111
- 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;
|
|
@@ -155,16 +155,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strict", z.ZodTypeAny, {
|
|
157
157
|
name?: string | undefined;
|
|
158
|
-
|
|
159
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
158
|
+
description?: string | undefined;
|
|
160
159
|
core?: {
|
|
161
160
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
162
161
|
sequential?: boolean | undefined;
|
|
163
162
|
interval?: number | undefined;
|
|
164
163
|
maxAgentExecutions?: number | null | undefined;
|
|
165
164
|
} | undefined;
|
|
166
|
-
description?: string | undefined;
|
|
167
165
|
rules?: string[] | undefined;
|
|
166
|
+
thumbnail?: string | null | undefined;
|
|
167
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -187,16 +187,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
187
187
|
}[] | undefined;
|
|
188
188
|
}, {
|
|
189
189
|
name?: string | undefined;
|
|
190
|
-
|
|
191
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
190
|
+
description?: string | undefined;
|
|
192
191
|
core?: {
|
|
193
192
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
194
193
|
sequential?: boolean | undefined;
|
|
195
194
|
interval?: number | undefined;
|
|
196
195
|
maxAgentExecutions?: number | null | undefined;
|
|
197
196
|
} | undefined;
|
|
198
|
-
description?: string | undefined;
|
|
199
197
|
rules?: string[] | undefined;
|
|
198
|
+
thumbnail?: string | null | undefined;
|
|
199
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -222,16 +222,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
222
222
|
locationId: bigint;
|
|
223
223
|
config: {
|
|
224
224
|
name?: string | undefined;
|
|
225
|
-
|
|
226
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
225
|
+
description?: string | undefined;
|
|
227
226
|
core?: {
|
|
228
227
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
229
228
|
sequential?: boolean | undefined;
|
|
230
229
|
interval?: number | undefined;
|
|
231
230
|
maxAgentExecutions?: number | null | undefined;
|
|
232
231
|
} | undefined;
|
|
233
|
-
description?: string | undefined;
|
|
234
232
|
rules?: string[] | undefined;
|
|
233
|
+
thumbnail?: string | null | undefined;
|
|
234
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -257,16 +257,16 @@ export declare const LocationUpdateConfigSchema: z.ZodObject<{
|
|
|
257
257
|
locationId: bigint;
|
|
258
258
|
config: {
|
|
259
259
|
name?: string | undefined;
|
|
260
|
-
|
|
261
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
260
|
+
description?: string | undefined;
|
|
262
261
|
core?: {
|
|
263
262
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
264
263
|
sequential?: boolean | undefined;
|
|
265
264
|
interval?: number | undefined;
|
|
266
265
|
maxAgentExecutions?: number | null | undefined;
|
|
267
266
|
} | undefined;
|
|
268
|
-
description?: string | undefined;
|
|
269
267
|
rules?: string[] | undefined;
|
|
268
|
+
thumbnail?: string | null | undefined;
|
|
269
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -376,8 +376,8 @@ export declare const PublishedLocationPresetsQuerySchema: z.ZodObject<{
|
|
|
376
376
|
page: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
377
377
|
limit: z.ZodDefault<z.ZodNumber>;
|
|
378
378
|
}, "strip", z.ZodTypeAny, {
|
|
379
|
-
limit: number;
|
|
380
379
|
type: "NOVEL";
|
|
380
|
+
limit: number;
|
|
381
381
|
page: number;
|
|
382
382
|
}, {
|
|
383
383
|
type: "NOVEL";
|
|
@@ -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;
|
|
@@ -500,16 +500,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
500
500
|
}>, "many">>;
|
|
501
501
|
}, "strip", z.ZodTypeAny, {
|
|
502
502
|
name?: string | undefined;
|
|
503
|
-
|
|
504
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
503
|
+
description?: string | undefined;
|
|
505
504
|
core?: {
|
|
506
505
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
507
506
|
sequential?: boolean | undefined;
|
|
508
507
|
interval?: number | undefined;
|
|
509
508
|
maxAgentExecutions?: number | null | undefined;
|
|
510
509
|
} | undefined;
|
|
511
|
-
description?: string | undefined;
|
|
512
510
|
rules?: string[] | undefined;
|
|
511
|
+
thumbnail?: string | null | undefined;
|
|
512
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -532,16 +532,16 @@ export declare const CreateLocationPresetSchema: z.ZodObject<{
|
|
|
532
532
|
}[] | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
name?: string | undefined;
|
|
535
|
-
|
|
536
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
535
|
+
description?: string | undefined;
|
|
537
536
|
core?: {
|
|
538
537
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
539
538
|
sequential?: boolean | undefined;
|
|
540
539
|
interval?: number | undefined;
|
|
541
540
|
maxAgentExecutions?: number | null | undefined;
|
|
542
541
|
} | undefined;
|
|
543
|
-
description?: string | undefined;
|
|
544
542
|
rules?: string[] | undefined;
|
|
543
|
+
thumbnail?: string | null | undefined;
|
|
544
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
683
|
-
appearance?: 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
|
-
rules?: string[] | undefined;
|
|
718
|
-
appearance?: 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,30 +747,32 @@ 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;
|
|
750
757
|
presetShortDescription: string;
|
|
751
|
-
locationId?: bigint | undefined;
|
|
752
758
|
name?: string | undefined;
|
|
759
|
+
locationId?: bigint | undefined;
|
|
753
760
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
754
761
|
hashtags?: string[] | undefined;
|
|
755
762
|
isAllowImport?: boolean | undefined;
|
|
756
763
|
isSensitive?: boolean | undefined;
|
|
757
764
|
locationConfig?: {
|
|
758
765
|
name?: string | undefined;
|
|
759
|
-
|
|
760
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
766
|
+
description?: string | undefined;
|
|
761
767
|
core?: {
|
|
762
768
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
763
769
|
sequential?: boolean | undefined;
|
|
764
770
|
interval?: number | undefined;
|
|
765
771
|
maxAgentExecutions?: number | null | undefined;
|
|
766
772
|
} | undefined;
|
|
767
|
-
description?: string | undefined;
|
|
768
773
|
rules?: string[] | undefined;
|
|
774
|
+
thumbnail?: string | null | undefined;
|
|
775
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
796
|
-
appearance?: 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,30 +826,32 @@ 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;
|
|
828
836
|
presetShortDescription: string;
|
|
829
|
-
locationId?: bigint | undefined;
|
|
830
837
|
name?: string | undefined;
|
|
838
|
+
locationId?: bigint | undefined;
|
|
831
839
|
visibility?: "private" | "public" | "publish" | undefined;
|
|
832
840
|
hashtags?: string[] | undefined;
|
|
833
841
|
isAllowImport?: boolean | undefined;
|
|
834
842
|
isSensitive?: boolean | undefined;
|
|
835
843
|
locationConfig?: {
|
|
836
844
|
name?: string | undefined;
|
|
837
|
-
|
|
838
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
845
|
+
description?: string | undefined;
|
|
839
846
|
core?: {
|
|
840
847
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
841
848
|
sequential?: boolean | undefined;
|
|
842
849
|
interval?: number | undefined;
|
|
843
850
|
maxAgentExecutions?: number | null | undefined;
|
|
844
851
|
} | undefined;
|
|
845
|
-
description?: string | undefined;
|
|
846
852
|
rules?: string[] | undefined;
|
|
853
|
+
thumbnail?: string | null | undefined;
|
|
854
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
874
|
-
appearance?: 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>;
|
|
@@ -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;
|
|
@@ -1081,16 +1090,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1081
1090
|
}>, "many">>;
|
|
1082
1091
|
}, "strip", z.ZodTypeAny, {
|
|
1083
1092
|
name?: string | undefined;
|
|
1084
|
-
|
|
1085
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1093
|
+
description?: string | undefined;
|
|
1086
1094
|
core?: {
|
|
1087
1095
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1088
1096
|
sequential?: boolean | undefined;
|
|
1089
1097
|
interval?: number | undefined;
|
|
1090
1098
|
maxAgentExecutions?: number | null | undefined;
|
|
1091
1099
|
} | undefined;
|
|
1092
|
-
description?: string | undefined;
|
|
1093
1100
|
rules?: string[] | undefined;
|
|
1101
|
+
thumbnail?: string | null | undefined;
|
|
1102
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -1113,16 +1122,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1113
1122
|
}[] | undefined;
|
|
1114
1123
|
}, {
|
|
1115
1124
|
name?: string | undefined;
|
|
1116
|
-
|
|
1117
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1125
|
+
description?: string | undefined;
|
|
1118
1126
|
core?: {
|
|
1119
1127
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1120
1128
|
sequential?: boolean | undefined;
|
|
1121
1129
|
interval?: number | undefined;
|
|
1122
1130
|
maxAgentExecutions?: number | null | undefined;
|
|
1123
1131
|
} | undefined;
|
|
1124
|
-
description?: string | undefined;
|
|
1125
1132
|
rules?: string[] | undefined;
|
|
1133
|
+
thumbnail?: string | null | undefined;
|
|
1134
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
1264
|
-
appearance?: 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
|
-
rules?: string[] | undefined;
|
|
1299
|
-
appearance?: 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;
|
|
@@ -1342,16 +1358,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1342
1358
|
isSensitive?: boolean | undefined;
|
|
1343
1359
|
locationConfig?: {
|
|
1344
1360
|
name?: string | undefined;
|
|
1345
|
-
|
|
1346
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1361
|
+
description?: string | undefined;
|
|
1347
1362
|
core?: {
|
|
1348
1363
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1349
1364
|
sequential?: boolean | undefined;
|
|
1350
1365
|
interval?: number | undefined;
|
|
1351
1366
|
maxAgentExecutions?: number | null | undefined;
|
|
1352
1367
|
} | undefined;
|
|
1353
|
-
description?: string | undefined;
|
|
1354
1368
|
rules?: string[] | undefined;
|
|
1369
|
+
thumbnail?: string | null | undefined;
|
|
1370
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
1382
|
-
appearance?: 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;
|
|
@@ -1437,16 +1454,16 @@ export declare const UpdateLocationPresetBodySchema: z.ZodObject<{
|
|
|
1437
1454
|
isSensitive?: boolean | undefined;
|
|
1438
1455
|
locationConfig?: {
|
|
1439
1456
|
name?: string | undefined;
|
|
1440
|
-
|
|
1441
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1457
|
+
description?: string | undefined;
|
|
1442
1458
|
core?: {
|
|
1443
1459
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1444
1460
|
sequential?: boolean | undefined;
|
|
1445
1461
|
interval?: number | undefined;
|
|
1446
1462
|
maxAgentExecutions?: number | null | undefined;
|
|
1447
1463
|
} | undefined;
|
|
1448
|
-
description?: string | undefined;
|
|
1449
1464
|
rules?: string[] | undefined;
|
|
1465
|
+
thumbnail?: string | null | undefined;
|
|
1466
|
+
environment?: "CHAT" | "NOVEL" | 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
|
-
rules?: string[] | undefined;
|
|
1477
|
-
appearance?: 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;
|
|
@@ -1836,16 +1884,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1836
1884
|
}>, "many">>;
|
|
1837
1885
|
}, "strict", z.ZodTypeAny, {
|
|
1838
1886
|
name?: string | undefined;
|
|
1839
|
-
|
|
1840
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1887
|
+
description?: string | undefined;
|
|
1841
1888
|
core?: {
|
|
1842
1889
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1843
1890
|
sequential?: boolean | undefined;
|
|
1844
1891
|
interval?: number | undefined;
|
|
1845
1892
|
maxAgentExecutions?: number | null | undefined;
|
|
1846
1893
|
} | undefined;
|
|
1847
|
-
description?: string | undefined;
|
|
1848
1894
|
rules?: string[] | undefined;
|
|
1895
|
+
thumbnail?: string | null | undefined;
|
|
1896
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -1868,16 +1916,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1868
1916
|
}[] | undefined;
|
|
1869
1917
|
}, {
|
|
1870
1918
|
name?: string | undefined;
|
|
1871
|
-
|
|
1872
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1919
|
+
description?: string | undefined;
|
|
1873
1920
|
core?: {
|
|
1874
1921
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1875
1922
|
sequential?: boolean | undefined;
|
|
1876
1923
|
interval?: number | undefined;
|
|
1877
1924
|
maxAgentExecutions?: number | null | undefined;
|
|
1878
1925
|
} | undefined;
|
|
1879
|
-
description?: string | undefined;
|
|
1880
1926
|
rules?: string[] | undefined;
|
|
1927
|
+
thumbnail?: string | null | undefined;
|
|
1928
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -1906,16 +1954,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1906
1954
|
}, "strip", z.ZodTypeAny, {
|
|
1907
1955
|
config: {
|
|
1908
1956
|
name?: string | undefined;
|
|
1909
|
-
|
|
1910
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1957
|
+
description?: string | undefined;
|
|
1911
1958
|
core?: {
|
|
1912
1959
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1913
1960
|
sequential?: boolean | undefined;
|
|
1914
1961
|
interval?: number | undefined;
|
|
1915
1962
|
maxAgentExecutions?: number | null | undefined;
|
|
1916
1963
|
} | undefined;
|
|
1917
|
-
description?: string | undefined;
|
|
1918
1964
|
rules?: string[] | undefined;
|
|
1965
|
+
thumbnail?: string | null | undefined;
|
|
1966
|
+
environment?: "CHAT" | "NOVEL" | 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;
|
|
@@ -1941,16 +1989,16 @@ export declare const CreateLocationSchema: z.ZodObject<{
|
|
|
1941
1989
|
}, {
|
|
1942
1990
|
config: {
|
|
1943
1991
|
name?: string | undefined;
|
|
1944
|
-
|
|
1945
|
-
environment?: "CHAT" | "NOVEL" | undefined;
|
|
1992
|
+
description?: string | undefined;
|
|
1946
1993
|
core?: {
|
|
1947
1994
|
name: "round_robin" | "update_forever" | "update_once" | "update_until_idle";
|
|
1948
1995
|
sequential?: boolean | undefined;
|
|
1949
1996
|
interval?: number | undefined;
|
|
1950
1997
|
maxAgentExecutions?: number | null | undefined;
|
|
1951
1998
|
} | undefined;
|
|
1952
|
-
description?: string | undefined;
|
|
1953
1999
|
rules?: string[] | undefined;
|
|
2000
|
+
thumbnail?: string | null | undefined;
|
|
2001
|
+
environment?: "CHAT" | "NOVEL" | 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;
|