Skip to content

Withdrawn#7538

Closed
HOYALIM wants to merge 1 commit into
OpenBB-finance:developfrom
HOYALIM:codex/openbb-rag-robustness
Closed

Withdrawn#7538
HOYALIM wants to merge 1 commit into
OpenBB-finance:developfrom
HOYALIM:codex/openbb-rag-robustness

Conversation

@HOYALIM

@HOYALIM HOYALIM commented Jun 17, 2026

Copy link
Copy Markdown

Withdrawn by author.

Copilot AI review requested due to automatic review settings June 17, 2026 01:23

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new bundled MCP server skill guide for diagnosing financial RAG/tool-using agent failures, and updates the existing tests to include it in the expected skill set.

Changes:

  • Added new financial_rag_robustness skill documentation (SKILL.md).
  • Updated skill rendering/content tests to recognize the new skill.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
openbb_platform/extensions/mcp_server/tests/app/test_tool_execution.py Adds the new skill to the expected bundled-skill set and SKILL.md content checks.
openbb_platform/extensions/mcp_server/openbb_mcp_server/skills/financial_rag_robustness/SKILL.md Introduces a robustness checklist/workflow document for financial RAG and tool-calling agents.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +53 to +62
| Class | Symptom | First check |
| --- | --- | --- |
| Retrieval miss | Relevant filing, news item, transcript section, or time series was not used | Query terms, filters, date range, provider coverage |
| Retrieval contamination | Irrelevant company, stale period, or wrong asset leaks into the context | Symbol normalization, CIK/ticker mapping, document metadata |
| Tool-call mismatch | Agent called the wrong OpenBB command or omitted a required provider parameter | Tool schema, active category, generated arguments |
| Numeric hallucination | Answer cites a metric not present in tool output or retrieved text | Result payload, units, transformation, as-of date |
| Temporal leak | Answer uses future data or mixes fiscal/calendar periods | Observation date, filing date, period end, release timestamp |
| Unit or scale error | Basis points, percent, dollars, shares, or split-adjusted prices are mixed | Field metadata, provider docs, chart labels |
| Reasoning gap | Data is correct, but conclusion does not follow | Intermediate calculations, assumptions, thresholds |
| Evaluation blind spot | No check would have caught the wrong answer | Add a deterministic assertion or review rubric |
@HOYALIM HOYALIM force-pushed the codex/openbb-rag-robustness branch from 8486a29 to 109b001 Compare June 17, 2026 07:04
@deeleeramone

Copy link
Copy Markdown
Contributor

This is not the purpose of the MCP server, and this PR is simply AI slop.

@HOYALIM HOYALIM changed the title docs: add financial RAG robustness MCP skill Withdrawn Jun 17, 2026
@HOYALIM HOYALIM deleted the codex/openbb-rag-robustness branch June 17, 2026 18:29
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