xintongsong commented on code in PR #631:
URL: https://github.com/apache/flink-agents/pull/631#discussion_r3195685437
##########
docs/content/docs/development/memory/sensory_and_short_term_memory.md:
##########
@@ -79,7 +79,7 @@ The key of the pairs store in `MemoryObject` must be string,
and the value can b
{{< tab "Python" >}}
```python
-@action(InputEvent)
+@action("_input_event")
Review Comment:
In the documentation, we should also use `InputEvent.EVENT_TYPE` rather than
the string literal. Please also check for other occurrences in the
documentation.
##########
plan/src/main/java/org/apache/flink/agents/plan/actions/ToolCallAction.java:
##########
@@ -41,7 +41,7 @@ public static Action getToolCallAction() throws Exception {
ToolCallAction.class,
"processToolRequest",
new Class[] {ToolRequestEvent.class,
RunnerContext.class}),
Review Comment:
+1
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]