apply_filters( 'classifai_azure_openai_key_takeaways_prompt', $prompt, $post_id ) → {string}
Filter the prompt we will send to Azure OpenAI.
Parameters:
Name | Type | Description |
---|---|---|
$prompt |
string | Prompt we are sending to Azure. Gets added before post content. |
$post_id |
int | ID of post we are summarizing. |
- Since:
- 3.3.0
- Source:
Returns:
Prompt.
- Type
- string