Skip to content

Commit e591155

Browse files
added gh link
1 parent 48ff232 commit e591155

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • agent-framework/migration-guide/from-semantic-kernel

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,4 +629,6 @@ 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+
632634
::: zone-end

0 commit comments

Comments
 (0)