export interface AgentSuccessfulResponseExample {
    response: string;
    type: "success";
}
