| 436 | * @returns {{description: string, personality: string, scenario: string, mesExamples: string}} Group character cards combined | 436 | * @returns {{description: string, personality: string, scenario: string, mesExamples: string}} Group character cards combined |
| 437 | */ | 437 | */ |
| 438 | export function getGroupCharacterCards(groupId, characterId) { | 438 | export function getGroupCharacterCards(groupId, characterId) { |
| 439 | console.debug('getGroupCharacterCards entered for group: ', groupId); | | |
| 440 | const group = groups.find(x => x.id === groupId); | 439 | const group = groups.find(x => x.id === groupId); |
| 441 | | 440 | |
| 442 | if (!group || !group?.generation_mode || !Array.isArray(group.members) || !group.members.length) { | 441 | if (!group || !group?.generation_mode || !Array.isArray(group.members) || !group.members.length) { |