ConvertAIChatToUIChat converts a stored AIChat (with native backend messages) into a UI-friendly UIChat format that can be displayed in the frontend.
(aiChat uctypes.AIChat)
| 53 | // ConvertAIChatToUIChat converts a stored AIChat (with native backend messages) into |
| 54 | // a UI-friendly UIChat format that can be displayed in the frontend. |
| 55 | ConvertAIChatToUIChat(aiChat uctypes.AIChat) (*uctypes.UIChat, error) |
| 56 | } |
| 57 | |
| 58 | // Compile-time interface checks |
no outgoing calls
no test coverage detected