autogen/docs/dotnet/docfx.json
tongyu 47ffaccba1
AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057)
This PR introduces a metadata field in AssistantAgentConfig, allowing
applications to assign and track identity information for agents.
The metadata field is a Dict[str, str] and is included in the
configuration for proper serialization.


---------

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
2025-03-23 14:49:57 -07:00

77 lines
1.7 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": [
"src/Microsoft.AutoGen/Core/**/*.csproj",
"src/Microsoft.AutoGen/Contracts/**/*.csproj",
"src/Microsoft.AutoGen/Core.Grpc/**/*.csproj",
"src/Microsoft.AutoGen/AgentHost/**/*.csproj",
"src/Microsoft.AutoGen/RuntimeGateway.Grpc/**/*.csproj",
"src/Microsoft.AutoGen/Extensions/**/*.csproj"
],
"src": "../../dotnet/"
}
],
"dest": "api",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened",
"memberLayout": "samePage",
"allowCompilationErrors": false
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/index.md"
]
},
{
"files": [
"core/**.md",
"core/**/toc.yml",
"toc.yml",
"*.md"
]
}
],
"resource": [
{
"files": [
"images/**"
]
}
],
"output": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"default",
"modern",
"template"
],
"globalMetadata": {
"_appTitle": "AutoGen .NET",
"_appName": "AutoGen .NET",
"_appLogoPath": "images/logo.svg",
"_appFooter": "AutoGen",
"_appFaviconPath": "images/favicon.ico",
"_gitContribute": {
"repo": "https://github.com/microsoft/autogen.git"
}
},
"postProcessors": [
"ExtractSearchIndex"
],
"_enableSearch": true,
"keepFileLink": false,
"disableGitFeatures": false
}
}