We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7aa19 commit 969aabdCopy full SHA for 969aabd
1 file changed
temporal-spring-ai/src/main/java/io/temporal/springai/util/TemporalToolUtil.java
@@ -64,7 +64,7 @@ private TemporalToolUtil() {
64
* NexusToolUtil#fromNexusServiceStub(Object...)}
65
* <li>Child workflow stubs throw {@link UnsupportedOperationException}
66
* <li>Classes annotated with {@link DeterministicTool} are converted using Spring AI's standard
67
- * {@link ToolCallbacks#from(Object)}
+ * {@code ToolCallbacks.from(Object)}
68
* <li>Classes annotated with {@link SideEffectTool} are wrapped in {@code
69
* Workflow.sideEffect()}
70
* <li>Other objects throw {@link IllegalArgumentException}
0 commit comments