xintongsong merged PR #81:
URL: https://github.com/apache/flink-agents/pull/81
--
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: issues-unsubscr...@flink.
xintongsong commented on code in PR #81:
URL: https://github.com/apache/flink-agents/pull/81#discussion_r2250920806
##
python/flink_agents/plan/resource_provider.py:
##
@@ -81,11 +88,12 @@ class PythonResourceProvider(ResourceProvider):
clazz: str
kwargs: Dict[str, Any
wenjin272 commented on code in PR #81:
URL: https://github.com/apache/flink-agents/pull/81#discussion_r2250654269
##
python/flink_agents/plan/resource_provider.py:
##
@@ -81,11 +81,27 @@ class PythonResourceProvider(ResourceProvider):
clazz: str
kwargs: Dict[str, Any]
xintongsong commented on code in PR #81:
URL: https://github.com/apache/flink-agents/pull/81#discussion_r2249746716
##
python/flink_agents/api/prompts/utils.py:
##
@@ -0,0 +1,38 @@
+
+# Licensed to
wenjin272 commented on code in PR #81:
URL: https://github.com/apache/flink-agents/pull/81#discussion_r2247967712
##
python/flink_agents/plan/action.py:
##
@@ -41,40 +49,109 @@ class Action(BaseModel):
"""
name: str
-#TODO: Raise a warning when the action has a r
xintongsong commented on code in PR #81:
URL: https://github.com/apache/flink-agents/pull/81#discussion_r2244241752
##
python/flink_agents/api/tools/utils.py:
##
@@ -0,0 +1,171 @@
+
+# Licensed to t
wenjin272 opened a new pull request, #81:
URL: https://github.com/apache/flink-agents/pull/81
Linked issue: #76
### Purpose of change
Introduce Prompt, Tool and ChatModel in python
### Tests
unit tests
### API
Yes, add Prompt, Tool and ChatModel api.