Filter: classifai_ollama_key_takeaways_request_body

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

Filter the request body before sending to Ollama.

Parameters:
Name Type Description
$body array

Request body that will be sent to Ollama.

$post_id int

ID of post we are summarizing.

Since:
  • 3.3.0
Source:
Returns:

Request body.

Type
array