Merge pull request #1678 from escapade-mckv/designer-agent-new

fix: frontend
This commit is contained in:
Bobbie 2025-09-20 18:28:20 +05:30 committed by GitHub
commit 0b60c1e84b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ export type Agent = {
version_count?: number;
current_version?: AgentVersion | null;
metadata?: {
template_name?: string;
kortix_template_id?: string;
is_kortix_team?: boolean;
is_suna_default?: boolean;
centrally_managed?: boolean;
management_version?: string;