Copilot Studio Azure 开放 AI 奖状

问题描述 投票:0回答:1

我的 copilot 工作室与 Azure Open AI (gpt-35-turbo) 集成,用于生成答案。 我直接配置了 Copilot Studio Web 的设置,没有使用任何 API。 我希望根据当前默认的“标题”引用我的“文件名”。我可以通过哪些方式更改默认设置。 有人可以帮助我们更改引文设置的步骤吗?

目前我正在尝试将“标题”的搜索索引列与“文件名”映射,但我在引文中收到标题。

azure-openai microsoft-copilot
1个回答
0
投票

我假设您想更改 Copilot Studio 中的文件名。是的,你可以这样做。 按照主题中的此 github 代码处理查询并使用引用的自定义名称发布响应

https://github.com/pnp/powerplatform-snippets/blob/main/copilot-studio/itations-topic/source/itations.yaml

value: |-
            =[
                {
                    FileName: "Azure%20-%20Compliance%20Offerings%20(June%202024)%20(1).pdf",
                    FileUrl: "https://x.sharepoint.com/sites/KnowledgeBase/Shared%20Documents/Uploaded%20Files/Azure/Azure%20-%20Compliance%20Offerings%20(June%202024)%20(1).pdf"
                },
                {
                    FileName: "Northwind_Standard_Benefits_Details%201.pdf",
                    FileUrl: "https://x.sharepoint.com/sites/KnowledgeBase/Shared%20Documents/Uploaded%20Files/Northwind/Northwind_Standard_Benefits_Details%201.pdf"
                },
                {
                    FileName: "Northwind_Health_Plus_Benefits_Details%201.pdf",
                    FileUrl: "https://x.sharepoint.com/sites/KnowledgeBase/Shared%20Documents/Uploaded%20Files/Northwind/Northwind_Health_Plus_Benefits_Details%201.pdf"
                }    
            ]
© www.soinside.com 2019 - 2024. All rights reserved.