Skip to content

Fix timeout_seconds in D&R examples to use raw integers#186

Merged
maximelb merged 1 commit intomasterfrom
fix/ext-feedback-timeout-integer
Apr 12, 2026
Merged

Fix timeout_seconds in D&R examples to use raw integers#186
maximelb merged 1 commit intomasterfrom
fix/ext-feedback-timeout-integer

Conversation

@maximelb
Copy link
Copy Markdown
Contributor

Summary

  • D&R extension request examples used timeout_seconds: '{{ 300 }}' which renders as a string, but ext-feedback schema expects an integer
  • Platform rejects with INVALID_PARAMETER - invalid value for timeout_seconds: not an integer, a string
  • Changed to raw integers (timeout_seconds: 300 / timeout_seconds: 600) in two files

Files

  • docs/5-integrations/extensions/limacharlie/feedback.md
  • docs/5-integrations/tutorials/human-in-the-loop-response.md

🤖 Generated with Claude Code

Template-wrapped values like '{{ 300 }}' render as strings in D&R
extension requests, but the ext-feedback schema expects an integer.
The platform rejects string values with INVALID_PARAMETER.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@maximelb maximelb requested a review from steveatlc April 12, 2026 02:49
@maximelb maximelb added the to-code-review Used to tag PRs that are force-pushed and will need to be reviewed after the fact. label Apr 12, 2026
@maximelb maximelb marked this pull request as ready for review April 12, 2026 02:49
@maximelb maximelb merged commit 0d4ffc9 into master Apr 12, 2026
2 checks passed
@maximelb maximelb deleted the fix/ext-feedback-timeout-integer branch April 12, 2026 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

to-code-review Used to tag PRs that are force-pushed and will need to be reviewed after the fact.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant