AI rule node: fix typo

This commit is contained in:
Dmytro Skarzhynets 2025-06-17 18:39:33 +03:00
parent c096397010
commit 9bffff2d75
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF

View File

@ -32,7 +32,7 @@ import java.util.ArrayList;
import java.util.List;
/**
* Converts a Jackson {@link JsonNode} JSON Schema into a Langchain4j {@link JsonSchema} model.
* Converts a Jackson {@link ObjectNode} JSON Schema into a Langchain4j {@link JsonSchema} model.
*/
final class Langchain4jJsonSchemaAdapter {