(20250120) Mail sending API ready.
This commit is contained in:
@@ -162,7 +162,7 @@ class CoreLLMController(BaseModel):
|
||||
collection = self.AI_USAGE_COLLECTION,
|
||||
document = mongo_document
|
||||
)
|
||||
if inserted_id: llm_response.invocationId = str(inserted_id)
|
||||
if inserted_id: llm_response.invocationId = inserted_id
|
||||
|
||||
# Done here:
|
||||
return llm_response
|
||||
|
||||
Reference in New Issue
Block a user