export interface CreateAgentResponseModel {
    /** ID of the created agent */
    agentId: string;
}
