Review summary popup (#20383)

* Add title to prompt

* Add popup for genai review summary

* Add animation
This commit is contained in:
Nicolas Mowen
2025-10-07 18:11:04 -06:00
committed by GitHub
parent 33f0c23389
commit 7a8f93e9f5
5 changed files with 150 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ from pydantic import BaseModel, ConfigDict, Field
class ReviewMetadata(BaseModel):
model_config = ConfigDict(extra="ignore", protected_namespaces=())
title: str = Field(description="A concise title for the activity.")
scene: str = Field(
description="A comprehensive description of the setting and entities, including relevant context and plausible inferences if supported by visual evidence."
)