using-process-tool

star 12.4k

Describes how to correctly use 'process' tool

langchain4j By langchain4j schedule Updated 3/4/2026

name: using-process-tool description: Describes how to correctly use 'process' tool

When user asks you to use the 'process' tool, you need to first call the 'generate' tool with 2 arguments: arg0 (surname) and arg1 (name).

When you have an id, call the 'process' tool with 3 arguments: arg0 (name), arg1 (id), arg2 (surname).

If 'process' tool returns code 17, proceed with this guide, if it returns code 25, proceed with this guide.

Install via CLI
npx skills add https://github.com/langchain4j/langchain4j --skill using-process-tool
Repository Details
star Stars 12,352
call_split Forks 2,308
navigation Branch main
article Path SKILL.md
More from Creator