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