fastmcp/tests/server/sampling
Jeremiah Lowin d34f065417 Move OpenAI sampling handler out of experimental
- Move from fastmcp.experimental.sampling.handlers.openai to fastmcp.server.sampling.openai
- Update docs and tests to use new import path
- Remove experimental handlers directory
2025-12-09 15:07:13 -05:00
..
__init__.py WIP: Sampling API with SamplingResult[T] and result_type 2025-12-04 11:39:30 -05:00
test_anthropic_handler.py Add Anthropic sampling handler and consolidate sampling examples 2025-12-09 15:04:35 -05:00
test_openai_handler.py Move OpenAI sampling handler out of experimental 2025-12-09 15:07:13 -05:00
test_sampling_tool.py Remove @sampling_tool decorator - pass functions directly to sample() 2025-12-04 22:19:27 -05:00