Skip to content

docs(examples): fix duplicate word in CRM example prompt#2325

Closed
kratos0718 wants to merge 1 commit into
567-labs:mainfrom
kratos0718:docs/fix-duplicate-word-crm-example
Closed

docs(examples): fix duplicate word in CRM example prompt#2325
kratos0718 wants to merge 1 commit into
567-labs:mainfrom
kratos0718:docs/fix-duplicate-word-crm-example

Conversation

@kratos0718

Copy link
Copy Markdown

Summary

Fixed a duplicate word ("queries queries" → "queries") in the system prompt of examples/crm/run.py.

Before:

"You will take the user query and decompose it into a set of CRM queries queries."

After:

"You will take the user query and decompose it into a set of CRM queries."

Small one-character fix, no behavior change. The duplicate word would also slightly degrade the prompt's quality when the example is run as-is.

@jxnl jxnl left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the diff. This is a one-line prompt typo fix in an example with no behavior risk. Good to merge after maintainer merge approval.

jxnl commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Consolidated this CRM example typo fix into draft PR #2400. Closing this PR because the exact one-line prompt correction is now included in the maintenance PR.

@jxnl jxnl closed this Jun 29, 2026
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.

3 participants