Jesse Johnson
New commit for backend deployment: 2025-09-25_13-24-03
c59d808
// TODO: DELETE and replace with actual types
export interface ChatMessageResponse {
message: string;
}
export interface ChatPart {
text?: string;
type: string;
}