apply_filters( 'classifai_chatgpt_excerpt_request_body', $body, $post_id ) → {array}
Filter the request body before sending to ChatGPT.
Parameters:
Name | Type | Description |
---|---|---|
$body |
array | Request body that will be sent to ChatGPT. |
$post_id |
int | ID of post we are summarizing. |
- Since:
- 2.0.0
- Source:
Returns:
Request body.
- Type
- array