fix: Add missing User import to chatbot context
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
400d01c912
commit
7b64915700
@ -53,7 +53,8 @@ from database import (
|
|||||||
CompanyPerson,
|
CompanyPerson,
|
||||||
CompanySocialMedia,
|
CompanySocialMedia,
|
||||||
GBPAudit,
|
GBPAudit,
|
||||||
CompanyWebsiteAnalysis
|
CompanyWebsiteAnalysis,
|
||||||
|
User
|
||||||
)
|
)
|
||||||
|
|
||||||
# Import feedback learning service for few-shot learning
|
# Import feedback learning service for few-shot learning
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user