You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
OpenAI Prompts (Responses API): Shortcode now supports prompt IDs (pmpt_...) in addition to assistant IDs (asst_...) for OpenAI Responses API usage.
Conversation Logging: Added option to retain conversation logs indefinitely.
Improvements
Documentation: Updated documentation for OpenAI Prompts (Responses API) and Conversation Logging.
Bug Fixes
PHP execution time: Fixed timeouts on long-running API calls by temporarily adjusting and restoring max_execution_time for OpenAI Chat Completions and Assistants API requests.