Bugfixing KI Spracheingabe im Mok

This commit is contained in:
2026-04-01 19:17:39 +02:00
parent e1d73dadc7
commit db16556d76
5 changed files with 56 additions and 19 deletions

View File

@@ -21,5 +21,7 @@ namespace BS.Shared.DataContracts
public string UploadUrl { get; set; }
[DataMember]
public string ResultUrl { get; set; }
[DataMember]
public string OwnChatUrl { get; set; }
}
}