Skip to content

Conversation

@crickman
Copy link
Contributor

@crickman crickman commented Jul 11, 2024

Motivation and Context

Noticed some inconsistencies and opportunities for clarity.

Description

  • Removed usage of var
  • Replaced incorrect comment for history creation for Step1 & Step2 (GettingStartedWithAgents)
  • Appending result content to history for Step1 & Step2 (GettingStartedWithAgents)
  • Replaced incorrect comment for thread creation for Step8 (GettingStartedWithAgents)

Contribution Checklist

@crickman crickman added .NET Issue or Pull requests regarding .NET code experimental Associated with an experimental feature enhancement agents labels Jul 11, 2024
@crickman crickman requested a review from a team as a code owner July 11, 2024 01:29
@crickman crickman self-assigned this Jul 11, 2024
@crickman crickman added the PR: ready for review All feedback addressed, ready for reviews label Jul 11, 2024
@crickman crickman requested a review from glahaye July 11, 2024 14:16
@crickman crickman added this pull request to the merge queue Jul 11, 2024
Merged via the queue into main with commit 434a353 Jul 11, 2024
@crickman crickman deleted the fix_agent_sample_cosmetic branch July 11, 2024 18:03
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Noticed some inconsistencies and opportunities for clarity.

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

- Removed usage of `var`
- Replaced incorrect comment for history creation for Step1 & Step2
_(GettingStartedWithAgents)_
- Appending result content to history for Step1 & Step2
_(GettingStartedWithAgents)_
- Replaced incorrect comment for thread creation for Step8
_(GettingStartedWithAgents)_

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: Gil LaHaye <gillahaye@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents enhancement experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants