Files
Roo-Code/src/core/prompts/sections/index.ts
Matt Rubens 344c796f2e Chat modes
2025-01-12 13:11:52 -05:00

7 lines
380 B
TypeScript

export { getRulesSection } from './rules'
export { getSystemInfoSection } from './system-info'
export { getObjectiveSection } from './objective'
export { addCustomInstructions } from './custom-instructions'
export { getSharedToolUseSection } from './tool-use'
export { getMcpServersSection } from './mcp-servers'
export { getToolUseGuidelinesSection } from './tool-use-guidelines'