feat(ai): localize AI features
This commit is contained in:
@@ -41,7 +41,8 @@ export function useAutoTagging({ content, notebookId, enabled = true }: UseAutoT
|
||||
headers: { 'Content-Type': 'application/json' },
|
||||
body: JSON.stringify({
|
||||
content: contentToAnalyze,
|
||||
notebookId: notebookId || undefined, // Pass notebookId for contextual suggestions (IA2)
|
||||
notebookId: notebookId || undefined,
|
||||
language: document.documentElement.lang || 'en',
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user