Skip to content

Conversation

@devversion
Copy link
Member

This is important for reports with many apps, or many checks. The model limits can be easily hit.

*/
export interface AssessmentResult {
/** Unique ID of the app result. Set by the `report-server` when fetching. */
id?: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this interface is also meant to reflect the data on disk, would it make sense to declare something specifically for the report app? E.g. type AssessmentResultWithId = AssessmentResult & {id: string}.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Added a new type AssessmentResultFromReportServer.

This is important for reports with many apps, or many checks. The model
limits can be easily hit.
@devversion devversion merged commit 9fe5cc2 into angular:main Oct 30, 2025
3 checks passed
@devversion devversion deleted the ai-assist-context branch October 30, 2025 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants