yanand0909 commented on code in PR #107:
URL: https://github.com/apache/flink-agents/pull/107#discussion_r2323690651
##########
python/flink_agents/api/chat_models/chat_model.py:
##########
@@ -60,3 +65,20 @@ def chat(self, messages: Sequence[ChatMessage]) ->
ChatMessage:
ChatMessage
Response from the ChatModel.
"""
+
+ @abstractmethod
+ def convert_tool_to_model_format(self, tool_metadata: ToolMetadata) ->
Dict[str, Any]:
Review Comment:
User might need this function to convert McpTools to model's expected
format? I am still not very sure of how these tools will be used
--
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]