Mission 1: ZCPTM-SS-M-BW product-quality investigation - #28
Open
NobukoIT wants to merge 2 commits into
Open
Conversation
Author
|
@microsoft-github-policy-service agree |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promptathon Mission 1 — Submission Journey
1) 目的
Investigate product-quality risk for Zava and produce evidence-backed recommendation.
2) High-level workflow
sqlcmdto run aggregation SQL againstPromptathonDb.DocsandSupportChatsfor qualitative evidence.FindSimilarDocsByDocIdfor vector similarity.3) Prompts and agent interactions (high-level)
describe_entitiescall.sqlcmd.SupportTickets.find_similar_docs_by_doc_id.4) MCP tool calls used
describe_entities— to listCustomer,Doc,Employee,FindSimilarDocsByDocId,Product,SalesOrder,SalesOrderLine,SupportChat,SupportTicket.read_recordsattempts were made but the working path used directsqlcmdqueries for full control and to capture raw outputs.find_similar_docs_by_doc_idexecuted withDocId=39, TopN=5to validate similarity clustering.5) SQL queries executed (examples)
6) Errors, fixes, and notable troubleshooting
sqlcmdSSL/TLS certificate verify failed (self-signed certificate). Fix: add-C(Trust Server Certificate) option tosqlcmdand to the Python helper's trust flag.read_recordscalls with certain entity names returnedEntityNotFounderrors in that path, so directsqlcmdqueries were used for robust, copyable outputs.PromptathonDband table list inINFORMATION_SCHEMA.TABLESbefore running aggregations.7) Key findings (final)
ZCPTM-SS-M-BW(Premium Short Sleeve Men's Top). Multiple lines of evidence:8) Artifacts
artifacts/ZCPTM_issue_notebook.ipynb(contains queries, captured outputs, and executive brief).9) Suggested submission contents
submission_journey.mddescribing prompts, tool calls, SQL commands, errors/fixes, and findings.10) Next steps