EditChatLogResponseSchema
messagestringrequired
Human-readable confirmation of the edit.
new_chat_logobjectrequired
The updated training log entry after the edit was applied.
statusstringrequired
Indicates the result of the operation. Typically "success".
EditChatLogResponseSchema
{
"message": "string",
"new_chat_log": {},
"status": "string"
}
Was this page helpful?