Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Last active May 8, 2026 19:45
Show Gist options
  • Select an option

  • Save wullemsb/09501ae5f9e69f35aa93280d3810e63d to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/09501ae5f9e69f35aa93280d3810e63d to your computer and use it in GitHub Desktop.
builder.Services.AddSingleton<CopilotClient>(sp =>
{
var clientOptions = new CopilotClientOptions();
clientOptions.AutoStart=true;
var client = new CopilotClient(clientOptions);
return client;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment