Replies: 1 comment
-
You can check whether it does by looking at IMcpServer.ClientCapabilities. If it has a SamplingCapability set, then the client has advertised it supports it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am using GitHub Copilot Business in VS Code.
When i run the example
csharp-sdk\samples\AspNetCoreSseServer
and try callSampleLlmTool.SampleLLM
via. GitHub Copilot Business in VS Code in agent mode. I get the following exception in the MCP server:How do i ensure that my client, in this case GitHub Copilot Business in VS Code, can support sampling?
Beta Was this translation helpful? Give feedback.
All reactions