πŸ“„ File detail

tools/NotebookEditTool/constants.ts

🧩 .tsπŸ“ 3 linesπŸ’Ύ 104 bytesπŸ“ text
← Back to All Files

🎯 Use case

This module implements the β€œNotebookEditTool” tool (Notebook Edit) β€” something the model can call at runtime alongside other agent tools. On the API surface it exposes NOTEBOOK_EDIT_TOOL_NAME β€” mainly types, interfaces, or factory objects.

Generated from folder role, exports, dependency roots, and inline comments β€” not hand-reviewed for every path.

🧠 Inline summary

// In its own file to avoid circular dependencies export const NOTEBOOK_EDIT_TOOL_NAME = 'NotebookEdit'

πŸ“€ Exports (heuristic)

  • NOTEBOOK_EDIT_TOOL_NAME

πŸ–₯️ Source preview

// In its own file to avoid circular dependencies
export const NOTEBOOK_EDIT_TOOL_NAME = 'NotebookEdit'