Loading...
Resume GPT

Resume GPT

0 0
0.0
( None Rating )
17 Knowledge Action
Data Analysis Browsing DALLE•E

About Resume GPT

(Beta) Automate your resume with world-top career insights

Information

  • GPTs Creator Ye Wang
  • GPT Updated November 16,2023
  • Updated June 03,2024

Knowledge File

  • Text File (txt)4
  • Totals4

Capabilities

  • Code Interpreter Data Analysis
  • Browsing Real-Time Retrieval
  • DALLE•E Image Creation

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

Resume GPT
Resume GPT

By Ye Wang

Resume GPT is inactive right now!

No Rating
Uncategorized
Category
17+
Conversations
Try Alternatives
Create A New Resume
Introduction
Optimize Existing Resume
Resume Benchmark
Message ChatGPT

What Can Resume GPT Do with ChatGPT?

This GPT for users can do automate resume creation and refinement.

# File Id Type
1 gzm_cnf_Q7fOYTUYLIObHu1ce1wb3bUp~gzm_file_G1TvuH5Qd3OQcSkvwDba9ZuA text/plain
2 gzm_cnf_Q7fOYTUYLIObHu1ce1wb3bUp~gzm_file_Z5nWKvojwlxDaYk8WHRlqnSs text/plain
3 gzm_cnf_Q7fOYTUYLIObHu1ce1wb3bUp~gzm_file_YIHhlIiUauk8exiwsjg1g0Do text/plain
4 gzm_cnf_Q7fOYTUYLIObHu1ce1wb3bUp~gzm_file_h2jd3sTLStny1W1exUka8lbK text/plain
1. Function Calls
Field Value
action_id g-590c88c950b956b02f2022b13310573267ce871d
domain actions.zapier.com
json_schema {"openapi"=>"3.0.2", "info"=>{"title"=>"Zapier AI Actions for GPT (Dynamic)", "version"=>"1.0.0", "description"=>"Equip GPTs with the ability to run thousands of actions via Zapier. (703dcca4c2e24c5ea5e2c717eba11029)", "x-openai-verification-token"=>"703dcca4c2e24c5ea5e2c717eba11029"}, "servers"=>[{"url"=>"https://actions.zapier.com"}], "paths"=>{"/gpt/api/v1/available/"=>{"get"=>{"operationId"=>"list_available_actions", "summary"=>"List Available Actions", "parameters"=>[{"in"=>"query", "name"=>"apps", "schema"=>{"title"=>"Apps", "description"=>"Filter actions to a comma separated list of Zapier app names.", "type"=>"string"}, "required"=>false, "description"=>"Filter actions to a comma separated list of Zapier app names."}, {"in"=>"query", "name"=>"exact_search", "schema"=>{"title"=>"Exact Search", "description"=>"Filter actions to exact search string of the description (case insensitive).", "type"=>"string"}, "required"=>false, "description"=>"Filter actions to exact search string of the description (case insensitive)."}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/AvailableActionResponseSchema"}}}}}, "description"=>"List all the currently available actions for the user. If you try to run an action and receive an error\n that it does not exist, try refreshing this list first.", "security"=>[{"AccessPointOAuth"=>[]}]}}, "/gpt/api/v1/available/{available_action_id}/run/"=>{"post"=>{"operationId"=>"run_action", "summary"=>"Run Action", "parameters"=>[{"in"=>"path", "name"=>"available_action_id", "schema"=>{"title"=>"Available Action Id", "type"=>"string", "pattern"=>"^[A-Z0-9]{26}$", "example"=>"01ARZ3NDEKTSV4RRFFQ69G5FAV"}, "required"=>true, "example"=>"01ARZ3NDEKTSV4RRFFQ69G5FAV"}], "responses"=>{"200"=>{"description"=>"OK", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/RunResponse"}}}}, "400"=>{"description"=>"Bad Request", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/ErrorResponse"}}}}}, "description"=>"Run an available action using plain english instructions. You may also include associated params from list_available_actions in the body of the request.", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/RunRequest"}}}, "required"=>true}, "security"=>[{"AccessPointOAuth"=>[]}]}}}, "components"=>{"schemas"=>{"AvailableActionSchema"=>{"title"=>"AvailableActionSchema", "type"=>"object", "properties"=>{"id"=>{"title"=>"Id", "description"=>"The unique ID of the available action.", "type"=>"string"}, "operation_id"=>{"title"=>"Operation Id", "description"=>"The operation ID of the available action.", "type"=>"string"}, "description"=>{"title"=>"Description", "description"=>"Description of the action.", "type"=>"string"}, "params"=>{"title"=>"Params", "description"=>"Available hint fields for the action.", "type"=>"object"}}, "required"=>["id", "operation_id", "description", "params"]}, "AvailableActionResponseSchema"=>{"title"=>"AvailableActionResponseSchema", "type"=>"object", "properties"=>{"results"=>{"title"=>"Results", "type"=>"array", "items"=>{"$ref"=>"#/components/schemas/AvailableActionSchema"}}, "configuration_link"=>{"title"=>"Configuration Link", "description"=>"Guide the user to setup new actions with the configuration_link. You can optionally add ?setup_action=... onto configuration_link to set up a specific Zapier app and action For example: https://actions.zapier.com/gpt/start?setup_action=gmail find email", "type"=>"string"}}, "required"=>["results", "configuration_link"]}, "RunResponse"=>{"title"=>"RunResponse", "description"=>"This is a summary of the results given the action that was run.", "type"=>"object", "properties"=>{"id"=>{"title"=>"Id", "description"=>"The id of the run log.", "type"=>"string"}, "action_used"=>{"title"=>"Action Used", "description"=>"The name of the action that was run.", "type"=>"string"}, "input_params"=>{"title"=>"Input Params", "description"=>"The params we used / will use to run the action.", "type"=>"object"}, "review_url"=>{"title"=>"Review Url", "description"=>"The URL to run the action or review the AI choices the AI made for input_params given instructions.", "type"=>"string"}, "result"=>{"title"=>"Result", "description"=>"A trimmed down result of the first item of the full results. Ideal for humans and language models!", "type"=>"object"}, "additional_results"=>{"title"=>"Additional Results", "description"=>"The rest of the full results. Always returns an array of objects", "type"=>"array", "items"=>{"type"=>"object"}}, "result_field_labels"=>{"title"=>"Result Field Labels", "description"=>"Human readable labels for some of the keys in the result.", "type"=>"object"}, "status"=>{"title"=>"Status", "description"=>"The status of the action run.", "default"=>"success", "enum"=>["success", "error", "empty", "preview"], "type"=>"string"}, "error"=>{"title"=>"Error", "description"=>"The error message if the action run failed.", "type"=>"string"}, "assistant_hint"=>{"title"=>"Assistant Hint", "description"=>"A hint for the assistant on what to do next.", "type"=>"string"}, "full_results"=>{"title"=>"Full Results", "description"=>"The full results, not summarized, if available. Always returns an array of objects.", "type"=>"array", "items"=>{"type"=>"object"}}}, "required"=>["id", "action_used", "input_params", "review_url", "additional_results", "full_results"]}, "ErrorResponse"=>{"title"=>"ErrorResponse", "type"=>"object", "properties"=>{"error"=>{"title"=>"Error", "description"=>"Error message.", "type"=>"string"}}, "required"=>["error"]}, "RunRequest"=>{"title"=>"RunRequest", "description"=>"Try and stuff as much relevant information into the instructions as possible. Set any necessary AvailableActionSchema params. This type of action allows optionally setting preview_only if the user wants to preview before running.", "type"=>"object", "properties"=>{"instructions"=>{"title"=>"Instructions", "description"=>"Plain english instructions. Provide as much detail as possible, even if other fields are present.", "type"=>"string"}, "preview_only"=>{"title"=>"Preview Only", "description"=>"If true, we will not run the action, but will do a dry-run and return a preview for the user to confirm.", "default"=>false, "type"=>"boolean"}}, "required"=>["instructions"]}}, "securitySchemes"=>{"AccessPointOAuth"=>{"type"=>"oauth2", "flows"=>{"authorizationCode"=>{"authorizationUrl"=>"/oauth/authorize/", "tokenUrl"=>"/oauth/token/", "scopes"=>{"nla:exposed_actions:execute"=>"Run AI Actions"}}}}}}}
auth {"type":"oauth","instructions":"","client_url":"https://actions.zapier.com/oauth/authorize/","scope":"nla:exposed_actions:execute","authorization_url":"https://actions.zapier.com/oauth/token/","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":null}
privacy_policy_url https://zapier.com/legal/data-privacy
Capabilitiy Function Tools
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser
DALLE•E Generate unique images based on textual descriptions provided. Dalle

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

Resume GPT is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

Resume GPT is created by Ye Wang, and we have discovered only this one GPTs created by Ye Wang.

yes, we have found that Ye Wang uploaded 4 files. For specific information, you can check Knowledge.

No, only Ye Wang can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-HrpmVtD8o. The last modification date of Resume GPT was 2023-11-16 06:31:56 UTC.

Yes, conversations with Resume GPT will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if Ye Wang selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

Resume GPT reviews

0.0
( None Rating )

Similar GPTs

ResumeGPT
ResumeGPT
Optimizing tech resumes with adaptable communication.
6
Resume GPT
Resume GPT
by resumonk.com
Your personal AI assistant that helps you create a standout resume & cover letter
1K
ResumeGPT
ResumeGPT
by XINGJIAN LIU
Resume generator for STEM students
9
GPT Resume Builder
GPT Resume Builder
by NottoMio
I help craft professional resumes tailored to your career.
100
ResumeGPT
ResumeGPT
by GPT
I assist in building and refining professional resumes.
17
ResumeGPT
ResumeGPT
by customgpts.org
I craft personalized CVs.
50

Top