fix(anthropic): remove unneeded beta flags (#32893)

- Beta isn't needed for search result tests anymore
- Add TODO for other tests to come back when generally available
- Regenerate remote MCP snapshot after some testing (now the same, but
fresher)
- Bump deps
This commit is contained in:
Mason Daugherty
2025-09-10 16:47:13 -04:00
committed by GitHub
parent 3da0377c02
commit 38001699d5
4 changed files with 20 additions and 7 deletions

View File

@@ -998,8 +998,6 @@
" ]\n",
"```\n",
"\n",
"We also need to specify the `search-results-2025-06-09` beta when instantiating ChatAnthropic. You can see an end-to-end example below.\n",
"\n",
"<details>\n",
"<summary>End to end example with LangGraph</summary>\n",
"\n",