export interface AgentFailureResponseExample {
    response: string;
    type: "failure";
}
