You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Semantic Kernel, plugins/tools could be registered via DI and then added to the kernel at runtime. Agent Framework requires tools to be provided either at agent creation time or at runtime via options.
391
+
392
+
**Replace this Semantic Kernel runtime tool registration pattern:**
393
+
```csharp
394
+
// Semantic Kernel - Tools registered via DI and added to kernel instance
0 commit comments