fix: suppress thinking stream + typing

This commit is contained in:
Peter Steinberger
2025-12-23 14:17:18 +00:00
parent 6d551b0d6e
commit df5284beaf
6 changed files with 40 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ export type MsgContext = {
SenderName?: string;
SenderE164?: string;
Surface?: string;
WasMentioned?: boolean;
};
export type TemplateContext = MsgContext & {