Skip to content

issues Search Results · repo:microsoft/semantic-kernel language:C#

Filter by

3k results
 (62 ms)

3k results

inmicrosoft/semantic-kernel (press backspace or delete to remove)

Describe the bug In order to use the latest claude model, I need to use an inference profile as a model id: https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-use.html This works ...
bug
.NET
python
triage
  • philippHorn
  • Opened 
    2 minutes ago
  • #10941

I have the following plugin: ` public class MyPlugin { private readonly IMyService _myService; public MyPlugin(IMyService myService) { _myService = myService?? throw new ...
.NET
triage
  • atrivino-rightpoint
  • Opened 
    10 minutes ago
  • #10940

Describe the bug Trying to use Gemini for an Agent demo and it always fails with the following error: Agent Failure - Strategy unable to select next agent: BillParser To Reproduce using Microsoft.SemanticKernel; ...
bug
.NET
triage
  • sscowden
  • Opened 
    30 minutes ago
  • #10939

hello consider following code var chatAgent = new Microsoft.SemanticKernel.Agents.ChatCompletionAgent() { Description = You are a friendly assisant for user , Instructions = configuration.Value.PromptConfiguration.SystemMessage, ...
triage
  • PanClifton
  • 1
  • Opened 
    7 hours ago
  • #10933

Hello, I instrumented my service as mentioned at the documentation Observability in Semantic Kernel to emit metrics and traces. When I checked the metrics and traces, I saw that semantic_kernel_function_invocation_duration_seconds_sum ...
.NET
triage
  • merveozbay
  • Opened 
    8 hours ago
  • #10931

I am using multiple agents in a group chat, each using a different Azure chat completion service. Upon executing the group chat, I see the same ai_model_id for both agent messages. Refer to the code below ...
agents
bug
python
  • mayankkumar08
  • 2
  • Opened 
    16 hours ago
  • #10930

Describe the bug The general guidance is that extension methods should be in the same namespace as the class they are contributing to i.e. I shouldn t have to add a using for Microsoft.SemanticKernel.Agents.Bedrock.Extensions; ...
bug
.NET
triage
  • TaoChenOSU
  • Opened 
    20 hours ago
  • #10925

Describe the bug Running any SK + Azure AI Agents sample in https://github.com/microsoft/semantic-kernel/tree/main/python/samples/getting_started_with_agents/azure_ai_agent I encounter a syntax (?) error ...
bug
python
  • dabedin
  • 1
  • Opened 
    21 hours ago
  • #10923

Discussed in https://github.com/microsoft/semantic-kernel/discussions/10890 div type= discussions-op-text sup Originally posted by mickbut-ler March 10, 2025 /sup I m using the SK Process framework to ...
processes
  • sophialagerkranspandey
  • 1
  • Opened 
    yesterday
  • #10919

There currently seem to be some pretty extensive [Experimental] coverage; for example, the entire Microsoft.SemanticKernel.Connectors.Postgres package has an assembly-wide [Experimental] attribute (SKEXP0020). ...
Build
msft.ext.vectordata
.NET
  • roji
  • Opened 
    yesterday
  • #10918
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub