Filter: classifai_azure_openai_content_request_body

apply_filters( 'classifai_azure_openai_content_request_body', $body, $post_id ) → {array}

Filter the request body before sending to Azure OpenAI.

Parameters:
Name Type Description
$body array

Request body that will be sent to Azure OpenAI.

$post_id int

ID of post.

Since:
  • 3.4.0
Source:
Returns:

Request body.

Type
array