export interface StudioAgentToolSettingsModel {
    skipConfirmation?: boolean;
}
