智能工具的 JSON 格式
一种便携的方式来分享用Python代码编写的SkyDeck.AI智能工具
总体
文件结构
<tool_name>.json
工具_代码约定:
示例工具
使用DALL-E 2生成图像
Python 脚本 (将作为 image_generation.json 文件中的一个字段):
image_generation.json
利用Open-Meteo API实时显示天气报告
Python 脚本(位于 weather_reporter.json 中的一个字段):
weather_reporter.json
限制
Last updated