apply_filters( 'classifai_chatgpt_descriptive_text_prompt', $prompt, $post_id ) → {string}
Filter the prompt we will send to ChatGPT.
Parameters:
Name | Type | Description |
---|---|---|
$prompt |
string | Prompt we are sending to ChatGPT. |
$post_id |
int | ID of attachment we are describing. |
- Since:
- 3.2.0
- Source:
Returns:
Prompt.
- Type
- string