Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-08-04 Thread via GitHub
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.

Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-08-04 Thread via GitHub
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

Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-08-04 Thread via GitHub
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]

Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-08-03 Thread via GitHub
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

Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-08-01 Thread via GitHub
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

Re: [PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-07-30 Thread via GitHub
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

[PR] [api][python] Introduce Prompt, Tool and ChatModel in python [flink-agents]

2025-07-24 Thread via GitHub
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.