Skip to content

Commit 8fe7efe

Browse files
committed
minor fix
Signed-off-by: Jing Zhang <[email protected]>
1 parent 939b4b1 commit 8fe7efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ml-algorithms/src/main/java/org/opensearch/ml/engine/function_calling/BedrockConverseFunctionCalling.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public LLMMessage supply(List<Map<String, String>> toolResults) {
7373
toolMessage.getContent().add(result);
7474
}
7575

76-
return null;
76+
return toolMessage;
7777
}
7878

7979
@Data

0 commit comments

Comments
 (0)