Return user's Notion token in API call for detailed user settings

This commit is contained in:
Debanjum Singh Solanky
2024-07-28 17:58:48 +05:30
parent 00a908ae12
commit 7ee179ee1f
3 changed files with 25 additions and 13 deletions

View File

@@ -41,9 +41,11 @@ export interface UserConfig {
given_name: string;
phone_number: string;
is_phone_number_verified: boolean;
// user content, model settings
// user content settings
enabled_content_source: SyncedContent;
has_documents: boolean;
notion_token: string | null;
// user model settings
search_model_options: ModelOptions[];
selected_search_model_config: number;
chat_model_options: ModelOptions[];