logo of 历史信息具象化助手 on the GPT Store

历史信息具象化助手 on the GPT Store

Use 历史信息具象化助手 on ChatGPT Use 历史信息具象化助手 on 302.AI

GPT Description

将一个历史人物一生的关键事件按照时间顺序整理出来,然后转换成一个一个的图片场景!!!(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

GPT Prompt Starters

  • 曹操
  • 刘备
  • 吕布
  • 关羽

GPT Action OpenAPI Spec

{
  "openapi": "3.0.1",
  "info": {
    "title": "webPilot",
    "description": "Start with a Request: Users can either directly request the 'longContentWriter' to write a long form article or choose to use 'webPageReader' for information gathering before content creation. In both scenarios, before using the 'longContentWriter' service, I confirm all details of their request with the user, including the writing task (task), content summary (summary), writing style (style), and any additional information they provide.\nInformation Gathering with 'webPageReader': When 'webPageReader' is used, I search the internet and gather relevant information based on the writing task. If more information is needed to enhance the article's depth and accuracy, I continue using 'webPageReader', integrating this information into the reference section.\nContent Generation by 'longContentWriter': After confirming all details with the user, including any additional contributions and enhanced information from 'webPageReader', I proceed to generate the long-form content. This ensures the content aligns with the specified requirements and style.\nDelivery of the Final Article: Upon completion, the content is delivered to the user for review. They can request revisions or additional information if necessary.\nDefault Assumptions in Responses: When users request content creation, especially in areas requiring specific knowledge like Bitcoin trends, I will make an initial assumption about the writing style and target audience. For instance, I might assume a technical analysis style aimed at professionals. I will then ask the user if this assumption is okay or if they need any modifications. This approach helps streamline the content creation process.",
    "version": "v1.1"
  },
  "servers": [
    {
      "url": "https://gpts.webpilot.ai"
    }
  ],
  "paths": {
    "/api/read": {
      "post": {
        "operationId": "webPageReader",
        "x-openai-isConsequential": false,
        "summary": "visit web page",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/visitWebPageRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/visitWebPageResponse"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/visitWebPageError"
                }
              }
            }
          }
        }
      }
    },
    "/api/write": {
      "post": {
        "operationId": "longContentWriter",
        "x-openai-isConsequential": false,
        "summary": "generate a book",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/generateContentRequest"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/generateContentResponse"
                }
              }
            }
          },
          "400": {
            "description": "Bad Request",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/generateContentError"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "generateContentRequest": {
        "type": "object",
        "required": [
          "task",
          "language",
          "summary",
          "style"
        ],
        "properties": {
          "task": {
            "type": "string",
            "description": "The \"task\" field outlines the specific requirements and objectives for generating the content. This includes detailed instructions on what needs to be accomplished through the writing, such as the main topic to be covered, any particular arguments or perspectives to be presented, and the desired outcome or impact of the piece. This field serves as a directive for the content creation process, ensuring that the writing not only adheres to the given guidelines but also effectively achieves its intended purpose, whether it's to inform, persuade, entertain, or educate the audience."
          },
          "language": {
            "type": "string",
            "description": "Required, the language used by the user in the request, according to the ISO 639-1 standard. For Chinese, use zh-CN for Simplified Chinese and zh-TW for Traditional Chinese."
          },
          "summary": {
            "type": "string",
            "description": "The \"summary\" field encapsulates a concise overview of the writing content, presenting the core themes, key points, and primary objectives of the piece. This brief but comprehensive synopsis serves as a roadmap, guiding the overall direction and focus of the writing, ensuring that it remains aligned with the intended message and purpose throughout the development process. This summary not only aids in maintaining coherence and relevance but also provides a clear preview of what the reader can expect from the full content."
          },
          "reference": {
            "type": "string",
            "description": "The \"reference\" field is a curated collection of information sourced from the Internet via WebPilot, or proveded by the user, specifically tailored to enrich and support the writing task at hand. It involves a selective process where relevant data, facts, and insights related to the topic are gathered, ensuring that the content is not only well-informed and accurate but also closely aligned with the specific requirements and objectives of the writing project. This field acts as a foundation, providing a rich base of verified and pertinent information from which the article or content is crafted. This field would be long."
          },
          "style": {
            "type": "string",
            "description": "The \"style\" field in content creation is a detailed framework encompassing three pivotal components - the writing tone or style, the target audience, and the publication medium. This field is structured as \"[specific writing style], aimed at [target audience], using [language style], inspired by [notable content creator].\" The writing style element ranges from formal and analytical to casual and engaging, setting the overall tone. The target audience aspect identifies the specific reader group, such as students, professionals, or the general public, tailoring the content's complexity and relevance. The language style, whether academic, colloquial, or technical, shapes the linguistic approach. The final component, inspired by a notable content creator, serves as a reference for the desired tone and approach, like \"analytical and concise, aimed at business professionals, using professional language, inspired by a renowned business journalist.\" This clear and structured definition ensures the content is effectively aligned with the audience's needs and the publication's format."
          }
        }
      },
      "generateContentResponse": {
        "type": "object",
        "properties": {
          "message": {
            "type": "string",
            "description": "Result message of the request"
          }
        }
      },
      "generateContentError": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "description": "error code"
          },
          "message": {
            "type": "string",
            "description": "error message"
          },
          "detail": {
            "type": "string",
            "description": "error detail"
          }
        }
      },
      "visitWebPageResponse": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "description": "The title of this web page"
          },
          "content": {
            "type": "string",
            "description": "The content of the web page's url to be summarized"
          },
          "meta": {
            "type": "object",
            "description": "The Html meta info of the web page"
          },
          "links": {
            "type": "array",
            "description": "Some links in the web page",
            "items": {
              "type": "string"
            }
          },
          "extra_search_results": {
            "type": "array",
            "description": "Additional Search results",
            "items": {
              "type": "object",
              "properties": {
                "title": {
                  "type": "string",
                  "description": "the title of this search result"
                },
                "link": {
                  "type": "string",
                  "description": "the link of this search result"
                },
                "snippet": {
                  "type": "string",
                  "description": "the snippet of this search result"
                }
              }
            }
          },
          "todo": {
            "type": "array",
            "description": "what to do with the content",
            "items": {
              "type": "string"
            }
          },
          "tips": {
            "type": "array",
            "description": "Tips placed at the end of the answer",
            "items": {
              "type": "string"
            }
          },
          "rules": {
            "description": "Adherence is required when outputting content.",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "visitWebPageRequest": {
        "type": "object",
        "required": [
          "link",
          "ur"
        ],
        "properties": {
          "link": {
            "type": "string",
            "description": "Required, The web page's url to visit and retrieve content from."
          },
          "ur": {
            "type": "string",
            "description": "Required, a clear statement of the user's request, can be used as a search query and may include search operators."
          },
          "lp": {
            "type": "boolean",
            "description": "Required, Whether the link is directly provided by the user"
          },
          "rt": {
            "type": "boolean",
            "description": "If the last request doesn't meet user's need, set this to true when trying to retry another request."
          },
          "l": {
            "type": "string",
            "description": "Required, the language used by the user in the request, according to the ISO 639-1 standard. For Chinese, use zh-CN for Simplified Chinese and zh-TW for Traditional Chinese."
          }
        }
      },
      "visitWebPageError": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "description": "error code"
          },
          "message": {
            "type": "string",
            "description": "error message"
          },
          "detail": {
            "type": "string",
            "description": "error detail"
          }
        }
      }
    }
  }
}
Use 历史信息具象化助手 on 302.AI

历史信息具象化助手 GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "历史信息具象化助手", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

More custom GPTs by 51navgpt.com on the GPT Store

上市公司财务报表解读

为您提供专业的财务报表分析和评估,从财报的角度帮助他们深入了解企业的财务状况和风险。如果链接无法解读,请手动下载财报上传后在解读!! 我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。

700+

上市公司财务报表解读 on the GPT Store

历史人物肖像还原助手

通过wiki搜索结合历史资料的描述,对历史人物形象进行还原!!!我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。

100+

历史人物肖像还原助手 on the GPT Store

铁口直断

八字命理大师,方法来自《胡一鸣八字命理》、《子平真诠》。请输入你的 四柱八字+性别,如:庚午壬午甲子丙子 男。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。

90+

铁口直断 on the GPT Store

公众号爆款标题工厂

这里是“公众号文章爆款标题工厂”,输入你的文章简介,我将给你生产10个爆款标题。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

80+

公众号爆款标题工厂 on the GPT Store

douyin幽默文案小助手

擅长用一本正经科普的语气,说“驴唇不对马嘴”的话。

70+

douyin幽默文案小助手 on the GPT Store

店铺取名助手

根据八字命理为店铺取合适的名字,同时融合营销知识和创造力,确保名字简洁、吉祥、易记。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

60+

店铺取名助手 on the GPT Store

文章“人味”含量评估助手

输入你的文章,通过给文章打分来评估文章的“人味”含量。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

50+

文章“人味”含量评估助手 on the GPT Store

公众号情感文创作

这里是“情感爆文工厂”,输入你的标题,我将给你创作出质量比肩公众号阅读10万+的优质文章。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

30+

公众号情感文创作 on the GPT Store

Valor.Mr(上市公司估值)

私人投资分析师,擅长使用常见的各种估值模型,对上市公司做合理的估值。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

30+

Valor.Mr(上市公司估值) on the GPT Store

古诗词场景图像化助手

将古诗词的场景用图片的方式展现出来,不失其意境

30+

古诗词场景图像化助手 on the GPT Store

361 安全防护助手

输入你的问题,我将监测你的输入是否带有恶意意图。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

10+

361  安全防护助手 on the GPT Store

金融行业专业名词解释

金融行业专业名字解释,股民入门必备。配置指令:语言:“ /Language:中文”;Emojis:Y/N;style:小学/中学/大学/专家( 关注我的公众号:AI Lookup 获取原版提示词。)

10+

金融行业专业名词解释 on the GPT Store

政策解读专家

这里是“政策解读专家”,输入你想解读的政策信息,我将给你做出独特的、详细的、可靠的解读。(我是“流茫”, 关注我的公众号:AI Lookup 获取原版提示词。)

10+

政策解读专家 on the GPT Store

Best Alternative GPTs to 历史信息具象化助手 on GPTs Store

DEPCHA PHd Thesis Assistent

Your main objective = Be the perfect ASSISTANT for the topic of the PhD thesis: "Information-based discovery of historical information. Using historical financial documents as an example".

100+

财报信息分析助手

从公司披露的最新及历史财报信息,检索和信息

20+

王晓甜

24岁的历史学家,精通历史学,提供深入准确的历史信息

10+

姓氏查询

简洁清晰地提供姓氏历史与起源信息

10+

潜江话小帮手

使用潜江方言聊天与翻译,了解潜江市的基本信息和历史文化。

10+

产品说明书_历史版本2号

根据产品信息生成科普或宣传类介绍文案的中文助手。

10+

한국어 전문 GPT

한국 문화와 언어에 맞춰 설계된 GPT

8+

Boreal Explorer

Wilderness trip planner with historical and ecological insights.

7+

以史为镜v0.1(History as a Mirror)

历史、经济、政治和社会科学方面的专家,提供具有详细来源的见解(AI讨论群沟通,加微信:261895721)

5+

冰球队纪实(一个让人难以置信的应用场景)

我是专门提供有关Adler Mannheim(曼海姆雄鹰)冰球队的历史表现和个人球员统计数据的专家。无论你是想了解球队的胜负记录,球员的得分情况,还是其他相关的统计信息,我都能提供最新、准确的数据。同时,我会不时地加入一些幽默的评论,让数据更加生动有趣。如果你对冰球统计感兴趣,或者想了解更多关于Adler Mannheim的信息,我都能帮到你。需要了解些什么具体的信息呢?

4+

历史文章助手

中文历史信息和分析专家

4+

Song Release Date Finder

Finds and verifies song release dates, focusing on accuracy and source reliability.

4+

谷歌使用手册(进一步咨询:请加微信,415818818)

作为一个专门优化的搜索相关任务的ChatGPT版本,我可以帮助您查找各种信息,从一般知识到具体数据。无论您需要查询的是历史事件、科技新闻,还是需要某个特定问题的答案,我都可以提供准确和最新的信息。只需要告诉我您想查询的关键词或问题,我们就可以开始探索相关信息了。

3+

Rauman avainluvut

A knowledgeable chatbot for in-depth information.

2+

Historipedia

Delivers accurate historical information on demand.

1+

Shenyang

Insights on Shenyang from approved sources

1+

EuroHist Analyst

欧洲历史专家,提供详细背景信息,复述故事并分析历史意义。

1+

Guadalajara, Jalisco

Expert on Guadalajara, Mexico, providing information, news, and history.

Plant Genie by Rahul

A plant guide who offers detailed care, history, and purchase info in English or Hindi.

Ford.com

I'm a Ford company expert, ready to answer your Ford-related queries.