Package com.unfbx.chatgpt.entity.chat
Class Functions
- java.lang.Object
-
- com.unfbx.chatgpt.entity.chat.Functions
-
- All Implemented Interfaces:
Serializable
public class Functions extends Object implements Serializable
描述:方法参数实体类,实例数据如下{ "name": "get_current_weather", "description": "Get the current weather in a given location", "parameters": { "type": "object", "properties": { "location": { "type": "string", "description": "The city and state, e.g. San Francisco, CA" }, "unit": {"type": "string", "enum": ["celsius", "fahrenheit"]} }, "required": ["location"] }, }- Since:
- 2023-06-14
- Author:
- https:www.unfbx.com
- See Also:
- Serialized Form