Skip to content

Commit 65287dc

Browse files
committed
fix(ai): Make DefaultToolCallResultConverter work with GraalVM
1 parent d801eb8 commit 65287dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: arconia-ai/arconia-ai-tools/src/main/java/io/arconia/ai/tools/execution/DefaultToolCallResultConverter.java

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
*/
1111
public class DefaultToolCallResultConverter implements ToolCallResultConverter {
1212

13+
public DefaultToolCallResultConverter() {}
14+
1315
@Override
1416
public String apply(@Nullable Object result, Class<?> returnType) {
1517
Assert.notNull(returnType, "returnType cannot be null");

0 commit comments

Comments
 (0)