Filter: classifai_azure_openai_content_prompt

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

Filter the prompt we will send to Azure OpenAI.

Parameters:
Name Type Description
$prompt string

Prompt we are sending to Azure OpenAI. Gets added before summary.

$post_id int

ID of post.

$args array

Arguments passed to endpoint.

Since:
  • 3.4.0
Source:
Returns:

Prompt.

Type
string