You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a C++ WinML verifier sample and expose the C++ EP discovery/download APIs needed for parity with the other SDK samples. Update the existing WinML sample paths and C++ sample build instructions.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: samples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,4 @@ Explore complete working examples that demonstrate how to use Foundry Local —
12
12
|[**JavaScript**](js/)| 13 | Node.js SDK samples including native chat, embeddings, audio transcription, Electron desktop app, Copilot SDK integration, LangChain, tool calling, web server, and tutorials. |
13
13
|[**Python**](python/)| 10 | Python samples using the OpenAI-compatible API, including chat, embeddings, audio transcription, LangChain integration, tool calling, web server, and tutorials. |
14
14
|[**Rust**](rust/)| 9 | Rust SDK samples including native chat, embeddings, audio transcription, tool calling, web server, and tutorials. |
15
+
|[**C++**](cpp/)| 2 | C++ SDK samples including WinML EP verification and live audio transcription. |
0 commit comments