Integrate role asset studio into custom world agent flow
This commit is contained in:
@@ -24,6 +24,10 @@ import type {
|
||||
export type CustomWorldCreatorInputMode = 'freeform' | 'card';
|
||||
export type CustomWorldGenerationMode = 'fast' | 'full';
|
||||
export type CustomWorldGenerationStatus = 'key_only' | 'complete';
|
||||
export type CustomWorldAgentUiState = {
|
||||
activeSessionId?: string | null;
|
||||
activeOperationId?: string | null;
|
||||
};
|
||||
|
||||
export interface CreatorFactionSeed {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user