pyb-ts
Version:
PYB-CLI - Minimal AI Agent with multi-model support and CLI interface
8 lines (7 loc) • 494 B
JavaScript
const DESCRIPTION = "Extract and read source code from all code cells in a Jupyter notebook.";
const PROMPT = `Reads a Jupyter notebook (.ipynb file) and returns all of the cells with their outputs. Jupyter notebooks are interactive documents that combine code, text, and visualizations, commonly used for data analysis and scientific computing. The notebook_path parameter must be an absolute path, not a relative path.`;
export {
DESCRIPTION,
PROMPT
};
//# sourceMappingURL=prompt.js.map