Skip to content

Commit

Permalink
Merge branch 'admin_group_can_admin_projects' of github.com:DARPA-ASK…
Browse files Browse the repository at this point in the history
…EM/TERArium into admin_group_can_admin_projects
  • Loading branch information
bigglesandginger committed Nov 12, 2024
2 parents cd20757 + 96088cb commit 04c1dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/hmi-client/src/types/Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,9 @@ export interface ModelUnit {
}

export interface GroundedSemantic {
grounding?: ModelGrounding;
id: string;
name?: string;
grounding?: ModelGrounding;
description?: string;
}

Expand Down

0 comments on commit 04c1dd6

Please sign in to comment.