export interface ReasoningEffortLevel {
	value: string;
	label: string;
	hasInfo?: boolean;
}
