mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
* Unify SamplingHandler and promote OpenAI handler Consolidates ServerSamplingHandler and ClientSamplingHandler into a single SamplingHandler type alias. Moves OpenAISamplingHandler from experimental to fastmcp.client.sampling.handlers.openai as the canonical location. Backwards compatibility maintained for imports from experimental. * Remove unreachable code paths in OpenAI handler * Fix docstring and use elif for mutually exclusive branches |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| README.md | ||
Experimental Tests
Each directory in this folder tests a discrete experimental feature. The directory structure within each experiment should approximate the "normal" test directory structure to facilitate moving tests into place once/if the experiment is merged into the main codebase.