Filter: classifai_azure_openai_content

apply_filters( 'classifai_azure_openai_content', $content, $post_id ) → {string}

Filter content that will get sent to Azure OpenAI.

Parameters:
Name Type Description
$content string

Content that will be sent.

$post_id int

ID of post we are summarizing.

Since:
  • 3.0.0
Source:
Returns:

Content.

Type
string