ProposalGenerationJobDto
progressstringrequired
Current progress for the generation
Possible values: [active, waiting, completed, failed]
Example:
waitinggenerationProgressstring
Current generation stage within the AI workflow
Possible values: [setup, writeTexts, generateBackground, writeNotes]
Example:
setupproposalIdstring
Generated proposal id when the generation completed successfully
Example:
123e4567-e89b-12d3-a456-426614174000ProposalGenerationJobDto
{
"progress": "waiting",
"generationProgress": "setup",
"proposalId": "123e4567-e89b-12d3-a456-426614174000"
}