Filter: classifai_chatgpt_title_prompt

apply_filters( 'classifai_chatgpt_title_prompt', $prompt, $post_id, $args ) → {string}

Filter the prompt we will send to ChatGPT.

Parameters:
Name Type Description
$prompt string

Prompt we are sending to ChatGPT. Gets added before post content.

$post_id int

ID of post we are summarizing.

$args array

Arguments passed to endpoint.

Since:
  • 2.2.0
Source:
Returns:

Prompt.

Type
string