#Extract the idea and question - 000017

1 messages · Page 1 of 1 (latest)

twilit zealot
#

For the following text, summarize the idea,
extract meaningful questions and give possible answers.

I have a similar question. There should be APIs like Adobe PDF tools. I would also like to build a custom GPT action but can’t seem to figure it out. I feel it is generally a relatively simple request, but I am unsure if custom bots support it or not or how to implement it properly.
cold wedgeBOT
#

Hi @twilit zealot. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Idea Summary:
The user is interested in building a custom GPT action, similar to APIs like Adobe PDF tools. They are unsure if custom bots support this functionality and how to implement it.

Extracted Questions and Possible Answers:

  1. Question: Can I build a custom GPT action similar to APIs like Adobe PDF tools?
    Answer: Yes, you can build a custom GPT action. GPTs provide the ability to deeply customize ChatGPT for specific use cases along with custom capabilities. This includes creating custom actions which allow you to connect the GPT to APIs. The design of actions builds upon insights from OpenAI's plugins beta, granting developers greater control over the model and how their APIs are called. Actions are defined using the OpenAPI specification, which is a standard for describing APIs. Source (https://platform.openai.com/docs/actions/introduction)

  2. Question: Do custom bots support the creation of custom GPT actions?
    Answer: Custom GPTs are exclusive to the ChatGPT interface. If you want to integrate GPT into a different interface, using the API is your only option. Source (https://community.openai.com/t/601866)

#
  1. Question: How can I implement a custom GPT action?
    Answer: To build a GPT with an action, you need to create a GPT in the ChatGPT UI, identify the APIs you want to use, and then go to the "Configure" tab in the GPT editor and select "Create new action". You will be presented with options for selecting the authentication schema for the action, inputting the schema itself, and setting the privacy policy URL. The schema follows the OpenAPI specification format to define how the GPT can access an external API. Source (https://platform.openai.com/docs/actions/introduction)

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: