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
0 lines
Python
0 lines
Python