-
Notifications
You must be signed in to change notification settings - Fork 34
Fix Business/Customer Agent ID confusion #45
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the platform auto-assigns any registered agent with an ID. But for our Business/Customer agents they also have wrap the Business/Customer data models which have their own id that is not updated by the platform.
Also the MarketplaceLogger is initialized with the default id of the AgentProfile, not the assigned ID from the databse.
We should probably just have the database require the caller to submit a unique id and reject otherwise (rather than auto-assigning new ones).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request