// Used in situations where we don't care about the type of the message, but they are still required by
// typescript generics.
export type AnyAiMsg = unknown;
