-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(playground): Simplify execution API by removing graphUrl param
Removes the graphUrl parameter from execution flow since it's now fetched directly from the database using agentId. This simplifies the API and prevents potential URL manipulation. - Remove graphUrl parameter from ExecutionProvider interface - Update execute function signature in page component - Remove unnecessary graphUrl passing in execution context
- Loading branch information
1 parent
0186af0
commit cce94aa
Showing
2 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters