feat: refine UI, improve UX, optimize the analysis pipeline, and add character standing positions
This commit is contained in:
@@ -78,7 +78,10 @@ describe('worker asset-hub-ai-design behavior', () => {
|
||||
projectId: 'global-asset-hub',
|
||||
skipBilling: true,
|
||||
}))
|
||||
expect(result).toEqual({ prompt: 'generated prompt' })
|
||||
expect(result).toEqual({
|
||||
prompt: 'generated prompt',
|
||||
availableSlots: [],
|
||||
})
|
||||
})
|
||||
|
||||
it('location type success -> passes location assetType', async () => {
|
||||
|
||||
Reference in New Issue
Block a user