constants.ts
tools/TaskOutputTool/constants.ts
2
Lines
50
Bytes
1
Exports
0
Imports
2
Keywords
What this is
This page documents one file from the repository and includes its full source so you can read it without leaving the docs site.
Beginner explanation
This file is part of the tool layer, which means it describes actions the system can perform for the user or model.
How it is used
Start from the exports list and related files. Those are the easiest clues for where this file fits into the system.
Expert explanation
Architecturally, this file intersects with tool-system. It contains 2 lines, 0 detected imports, and 1 detected exports.
Important relationships
- tools/TaskOutputTool/TaskOutputTool.tsx
- ink/constants.ts
- tools/AgentTool/constants.ts
- tools/ConfigTool/constants.ts
- tools/EnterPlanModeTool/constants.ts
- tools/EnterWorktreeTool/constants.ts
- tools/ExitPlanModeTool/constants.ts
- tools/ExitWorktreeTool/constants.ts
- tools/FileEditTool/constants.ts
- tools/NotebookEditTool/constants.ts
- tools/REPLTool/constants.ts
- tools/SendMessageTool/constants.ts
Detected exports
TASK_OUTPUT_TOOL_NAME
Keywords
task_output_tool_nametaskoutput
Detected imports
- No import paths detected.
Source notes
This page embeds the full file contents. Small or leaf files are still indexed honestly instead of being over-explained.
Full source
export const TASK_OUTPUT_TOOL_NAME = 'TaskOutput'