Skip to content

feat(agent-toolkit): default retrieval_only to true for ask_developer_docs - #483

Merged
rami-monday merged 1 commit into
masterfrom
feat/retrieval-only-default-true
Sep 10, 2026
Merged

feat(agent-toolkit): default retrieval_only to true for ask_developer_docs#483
rami-monday merged 1 commit into
masterfrom
feat/retrieval-only-default-true

Conversation

@rami-monday

Copy link
Copy Markdown
Collaborator

Summary

  • get_monday_knowledge's developer-docs path now sends retrieval_only: true to ask_developer_docs, returning the most relevant documentation content directly instead of a summarized AI answer.
  • Regenerated schema.graphql/schema.dev.graphql and codegen types against API version 2026-10 to pick up the new retrieval_only argument (large diff is schema drift since the last regeneration, unrelated to this change).
  • Bumped package version to 5.69.1 and updated CHANGELOG.md.

Test plan

  • npx jest src/core/tools/platform-api-tools/get-monday-knowledge passes, including updated assertion that retrieval_only: true is sent
  • npx tsc --noEmit clean

🤖 Generated with Claude Code

…_docs

get_monday_knowledge now requests retrieval_only content by default when
answering developer docs questions, returning the most relevant
documentation directly instead of a summarized AI answer.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@rami-monday
rami-monday merged commit 3a55225 into master Sep 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants