Ramsey
Results
1
issues of
Ramsey
当前的 function call 官方文档 https://platform.deepseek.com/api-docs/guides/function_calling 最新的 openai python sdk `openai==1.42.0` ``` python messages = [{"role": "user", "content": "How's the weather in Hangzhou?"}] message = send_messages(messages) print(f"User>\t {messages[0]['content']}") tool = message.tool_calls[0]...