Replies: 1 comment
-
|
Your reading of the API surface is correct. On the versioned You are not missing a documented feature; it is a real gap on the versioned path. That said, there are two supported workarounds that get you a working integration today, depending on which Foundry capability you most want to preserve. Option 1 — Compose skills client-side via
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed the example here: https://learn.microsoft.com/en-us/agent-framework/agents/skills?pivots=programming-language-csharp to create a MAF agent with skills - I've been trying to work out how to use these with an AI Foundry Agent to benefit from versioning and agent traces, but I can't work out if there's a way to do this. None of the existing overloads for creating a Foundry Agent seem to accept
ChatClientAgentOptions, and I can't see any other way to provide anAgentSkillsProvider.Is there something I'm missing, or is this just currently not supported?
Beta Was this translation helpful? Give feedback.
All reactions