Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync for protected branch #209

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Microsoft Semantic Kernel Documentation

This is the GitHub repository for the technical product documentation for **Semantic Kernel**. This documentation is published at [Microsoft Semantic Kernel documentation](https://learn.microsoft.com/semantic-kernel).
This is the GitHub repository for the technical product documentation for **Semantic Kernel**. This documentation is published at [Microsoft Semantic Kernel documentation](/semantic-kernel).

## How to contribute

Thanks for your interest in [contributing](https://learn.microsoft.com/), home of technical content for Microsoft products and services.
Thanks for your interest in contributing to the home of technical content for Microsoft products and services.

To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](https://learn.microsoft.com/contribute).
To learn how to make contributions to the content in this repository, start with our [Docs contributor guide](/contribute).

## Code of conduct

Expand Down
2 changes: 2 additions & 0 deletions semantic-kernel/Frameworks/agent/agent-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ ChatCompletionAgent agent =
```python
import yaml

from semantic_kernel.prompt_template import PromptTemplateConfig

# Read the YAML file
with open("./GenerateStory.yaml", "r", encoding="utf-8") as file:
generate_story_yaml = file.read()
Expand Down
Loading