langchain4j-tool-function-calling-patterns
Pass
Audited by Runlayer on Mar 16, 2026
Risk Level: LOW
Scan Summary
Flagged Files (1)
langchain4j-tool-function-calling-patterns/references/references.mdLOW
70.6%
Tool passed security scan
Risky tool definition detected
Description: + exception.getMessage()); return "Tool failed"; }) // Optional: memory for context .chatMemory(MessageWindowChatMemory.withMaxMessages(10)) .build(); // Use the assistant String result = assistant.execute("What is the weather in Paris?"); System.out.println(result); } } ``` ## Resource Links - [LangChain4j Tools Documentation](https://docs.langchain4j.dev/features/tools) - [Agent Tutorial](https://docs.langchain4j.dev/tutorials/agents) - [GitHub Examples](https://github.com/langcha
Passed Files (3)Click to expand
langchain4j-tool-function-calling-patterns/references/implementation-patterns.mdOK
47.7%
Tool passed security scan
langchain4j-tool-function-calling-patterns/references/examples.mdOK
42.5%
Tool passed security scan
langchain4j-tool-function-calling-patterns/SKILL.mdOK
35.6%
Tool passed security scan
Audit Metadata