mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 21:44:18 +02:00
✨ Fallback to a Completions API when Sampling is not available (#1145)
This commit is contained in:
parent
76eb6dda25
commit
d32a2b953e
18 changed files with 652 additions and 50 deletions
1
.github/workflows/run-static.yml
vendored
1
.github/workflows/run-static.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: uv sync
|
||||
|
||||
- name: Check lockfile is up to date
|
||||
run: |
|
||||
if ! uv lock --check; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue