docs: add dsp parameter to content API and Slack bot docs (REC-63)#131
docs: add dsp parameter to content API and Slack bot docs (REC-63)#131recoup-coding-agent wants to merge 1 commit intomainfrom
Conversation
Document the new dsp enum parameter for DSP logo overlay in both the OpenAPI spec and the Content Agent Slack bot documentation. - Add dsp field to ContentCreateRequest schema in OpenAPI - Add dsp parameter to @mention syntax table and examples - Update content-agent webhook description Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 59 minutes and 34 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="content-agent.mdx">
<violation number="1" location="content-agent.mdx:142">
P2: The new DSP example uses `for Spotify` instead of the documented `dsp=...` parameter format.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.
|
|
||
| **Editorial with Spotify DSP logo:** | ||
| ``` | ||
| @RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify |
There was a problem hiding this comment.
P2: The new DSP example uses for Spotify instead of the documented dsp=... parameter format.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At content-agent.mdx, line 142:
<comment>The new DSP example uses `for Spotify` instead of the documented `dsp=...` parameter format.</comment>
<file context>
@@ -136,6 +137,11 @@ The **Recoup Content Agent** is a Slack bot that generates social-ready artist v
+**Editorial with Spotify DSP logo:**
+```
+@RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify
+```
+
</file context>
| @RecoupContentAgent abc-123-uuid artist-release-editorial for Spotify | |
| @RecoupContentAgent abc-123-uuid artist-release-editorial dsp=spotify |
Summary
dspenum field toContentCreateRequestschema in OpenAPI specdspparameter to Content Agent @mention syntax tableTest plan
🤖 Generated with Claude Code
Summary by cubic
Adds documentation for the new
dspparameter that overlays a Spotify or Apple Music logo on generated videos in both the Content API and Slack bot. Implements REC-63 by updating the OpenAPIContentCreateRequestschema, the/api/content-agent/{platform}webhook description, and the @mention syntax and examples.Written for commit 30b4a99. Summary will update on new commits.