Description
I don't see a way to make a request with
"tools": [
{
"type": "shell",
"environment": {
"type": "container_auto",
"skills": [
{ "type": "skill_reference", "skill_id": "skill_xxx" }
]
}
}
]
I found ResponsesFunctionShellToolParam in Azure.AI.Extensions.OpenAI but there doesn't seem to be a way to add it to the tools collection ChatOptions IList? Tools
Code Sample
Language/SDK
.NET
Description
I don't see a way to make a request with
"tools": [
{
"type": "shell",
"environment": {
"type": "container_auto",
"skills": [
{ "type": "skill_reference", "skill_id": "skill_xxx" }
]
}
}
]
I found ResponsesFunctionShellToolParam in Azure.AI.Extensions.OpenAI but there doesn't seem to be a way to add it to the tools collection ChatOptions IList? Tools
Code Sample
Language/SDK
.NET