hataraku
Version:
An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.
16 lines (15 loc) • 534 B
JavaScript
export function getShowImageDescription() {
return `## show_image
Description: Display an image to the user. Always use this tool when you think the user should see an image. This tool will open the image using the system's default image viewer.
Parameters:
- path: (required) The path to the image file to display
Usage:
<show_image>
<path>Path to image file</path>
</show_image>
Example: Requesting to show a screenshot
<show_image>
<path>screenshots/homepage.png</path>
</show_image>`;
}
//# sourceMappingURL=show-image.js.map