Using Process Tool

Describes how to correctly use 'process' tool

langchain4j cf7f189 3 files · 684 B Updated

File contents

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.

langchain4j/langchain4j/tree/main/langchain4j-skills/src/test/resources/skills/using-process-tool commit cf7f1892bd

Frequently asked questions

npx skillmds@latest add langchain4j/using-process-tool