poweihuang0817

Results 9 issues of poweihuang0817

### Motivation and Context Porting conversation summary skill. Integration test is added as well. Action item and topic will be ported later. ### Contribution Checklist - [-] The code builds...

python

### Motivation and Context Port MathSkill from C# to python3. This is essential for advanced skill like plan ### Description The PR includes two part. The first part is an...

python

**Describe the bug** https://github.com/microsoft/semantic-kernel/blob/main/python/README.md#running-a-prompt Save this part of python into a example.py and run with python3 -Wd example.py. Then, there is socket unclosed warning Example output: Robots must not harm...

python

Everytime I ask a question, it takes long to reply a message. What was happening behind a chat? Is there a way to reduce the request? For example, no memory...

**Describe the bug** Sample app response is slow like 10-20s sometimes. Even though I've used paid account with openAI, probably too many round trip. Request finished HTTP/2 POST https://localhost:40443/skills/ChatSkill/functions/Chat/invoke application/json...

samples

**Describe the bug** Sample UI should get input from state as fallback. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down...

Issues:Planner

**Describe the bug** Input will show up in state. And then it will not be captured correctly into substep for action planner. For example, for function name below, workspaceName could...

Issues:Planner

**Describe the bug** There are some error log in chatgpp. Unable to extract semantic memory for LongTermMemory: The JSON value could not be converted to SemanticKernel.Service.Skills.SemanticChatMemoryItem. Path: $.items[2].details | LineNumber:...

**Describe the bug** Due to token issue, the response from text completion will not be valid json. SemanticChatMemory memory = SemanticChatMemory.FromJson(result.ToString()); internal static async Task ExtractCognitiveMemoryAsync( {"items": [{"label": "workspaceName", "details":...

samples