mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-29 20:13:07 +00:00
Document trigger_live_flow for Button, PowerApps, and Skills triggers (#2826)
FlowStudio MCP 1.2.42 delivers trigger inputs to Button, PowerApps, and Skills triggers; the skills still said trigger_live_flow was HTTP-only and told agents to build an HTTP twin. Verified live against server 1.2.43.
This commit is contained in:
@@ -121,9 +121,9 @@ input names and types.
|
||||
|
||||
After deploying a production Skills-triggered flow, call
|
||||
`add_live_flow_to_solution` with the target `solutionId`; Copilot Studio agent
|
||||
tool discovery expects the flow to be solution-aware. For MCP-driven testing,
|
||||
use a temporary HTTP twin with the same actions and payload shape, then restore
|
||||
the Skills trigger after the actions are verified.
|
||||
tool discovery expects the flow to be solution-aware. To test it from MCP, call
|
||||
`trigger_live_flow` with the inputs in `body` — Skills triggers run through the
|
||||
connector runtime the same way Button and PowerApps triggers do.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user