mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-10 07:39:10 +02:00
14 lines
390 B
Text
14 lines
390 B
Text
---
|
|
title: sampling
|
|
sidebarTitle: sampling
|
|
---
|
|
|
|
# `fastmcp.client.sampling`
|
|
|
|
## Functions
|
|
|
|
### `create_sampling_callback` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/client/sampling.py#L25" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
|
|
|
|
```python
|
|
create_sampling_callback(sampling_handler: SamplingHandler) -> SamplingFnT
|
|
```
|