Filter: classifai_ollama_ocr_processing_prompt

apply_filters( 'classifai_ollama_ocr_processing_prompt', $prompt, $attachment_id ) → {string}

Filter the prompt we will send to Ollama.

Parameters:
Name Type Description
$prompt string

Prompt we are sending to Ollama.

$attachment_id int

ID of attachment.

Since:
  • 3.3.0
Source:
Returns:

Prompt.

Type
string