Skip to content

Commit 82a571a

Browse files
authored
Update build-ai-plugin-for-copilot.md
1 parent 381e733 commit 82a571a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/maker/common/build-ai-plugin-for-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Let's get started and define our first AI plugin. In this example, we're going t
4747

4848
You can create a custom API using the Power Apps. More information: [Create a custom API in Power Apps](../../developer/data-platform/create-custom-api-maker-portal.md)
4949

50-
The plugin infrastructure currently supports only custom APIs with 'IsFunction=False' and 'IsPrivate=False'. Hence, ensure that your custom API isn't a function or private API. At this point, you can test your custom API using an API client like Postman or [Insomnia](../../developer/data-platform/webapi/insomnia.md)
50+
The plugin infrastructure currently supports only custom APIs with 'IsFunction=False' and 'IsPrivate=False'. Hence, ensure that your custom API isn't a function or private API. At this point, you can test your custom API using an API client like [Insomnia](../../developer/data-platform/webapi/insomnia.md)
5151

5252
### Step 2 – Define AI plugin
5353

0 commit comments

Comments
 (0)