4 Commits

Author SHA1 Message Date
kagami
ef1c9ef3cb Replace the usage of services functions with IDEService client 2024-02-03 23:43:13 +08:00
bobo
7d639f93f4 Refactor llm_api module 2024-01-31 16:15:30 +08:00
bobo
b271a13f66 chore: Optimize LLM API function call handling
- Refactored chunks_call to utilize a list of tool calls
- Updated to_dict_content_and_call to handle multiple tool calls
- Enhanced chat_tools to display function call details
2024-01-31 16:14:51 +08:00
bobo
48b8590ea0 feat: Add new file tools_call.py
- Added new file tools_call.py containing functions and decorators
- Implements tool and function schemas for use in the application
- Includes a function to prompt the user to confirm function calls

.
2024-01-31 16:14:51 +08:00