apply_filters( 'classifai_chrome_ai_title_prompt', $prompt, $post_id, $args ) → {string}
Filter the prompt we will send to Chrome AI.
Parameters:
Name | Type | Description |
---|---|---|
$prompt |
string | Prompt we are sending. Gets added before post content. |
$post_id |
int | ID of post we are summarizing. |
$args |
array | Arguments passed to endpoint. |
- Since:
- x.x.x
- Source:
Returns:
Prompt.
- Type
- string