Skip to content

Commit 9c8ebc5

Browse files
updates samples
1 parent e591155 commit 9c8ebc5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

agent-framework/migration-guide/from-semantic-kernel/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,4 @@ response = await agent.run(user_input, thread, max_tokens=1000, frequency_penalt
629629

630630
> Note: The above is specific to a `ChatAgent`, because other agents may have different options, they should all accepts `messages` as a parameter, since that is defined in the `AgentProtocol`.
631631
632-
For more samples of converting Semantic Kernel to Agent Framework see the [Agent Framework samples repository](https://github.com/microsoft/agent-framework/tree/main/python/samples/semantic-kernel-migration)
633-
634632
::: zone-end

agent-framework/migration-guide/from-semantic-kernel/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ See the [Agent Framework repository](https://github.com/microsoft/agent-framewor
1818
::: zone-end
1919
::: zone pivot="programming-language-python"
2020

21-
Samples coming soon.
21+
See the [Agent Framework repository](https://github.com/microsoft/agent-framework/tree/main/python/samples/semantic-kernel-migration) for detailed per agent type code samples showing the the Agent Framework equivalent code for Semantic Kernel features.
2222

2323
::: zone-end

0 commit comments

Comments
 (0)