I am also looking for the answer.
After exporting the solution containing the agent, I could only locate a configuration. json that does not contain any unique id.
Asking for clarification.
{
"$kind": "BotConfiguration",
"settings": {
"GenerativeActionsEnabled": true
},
"isAgentConnectable": true,
"gPTSettings": {
"$kind": "GPTSettings",
"defaultSchemaName": "abi_excelAutoAgent.gpt.default"
},
"aISettings": {
"$kind": "AISettings",
"useModelKnowledge": true,
"isFileAnalysisEnabled": true,
"isSemanticSearchEnabled": true,
"contentModeration": "High",
"optInUseLatestModels": false
},
"recognizer": {
"$kind": "GenerativeAIRecognizer"
}
}