agent2 / cli /src /questions /existingEnvQuestions.js
Deputydoofy's picture
Upload folder using huggingface_hub
868b252 verified
raw
history blame contribute delete
124 Bytes
import { RUN_OPTION_QUESTION } from "./sharedQuestions.js";
export const existingEnvQuestions = [
RUN_OPTION_QUESTION
];