UNPKG

hataraku

Version:

An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.

9 lines 249 B
/** * Gets the role section of the system prompt * @param role The role definition * @returns The role section content */ export function getRoleSection(role = 'You are a helpful assistant.') { return role; } //# sourceMappingURL=role.js.map