File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -267,11 +267,11 @@ The Arazzo Runner includes a comprehensive testing framework for workflow valida
267267- Custom mock responses for specific endpoints
268268- Validation of workflow outputs and API call counts
269269
270- For details on testing, see [Arazzo Runner Testing Framework](. /tests/README.md)
270+ For details on testing, see [Arazzo Runner Testing Framework](https://github.com/jentic/arazzo-engine/blob/main/runner /tests/README.md)
271271
272272## Arazzo Format
273273
274274The Arazzo specification is our workflow definition format that orchestrates API calls using OpenAPI specifications.
275275
276- - Schema: [arazzo-schema.yaml](. /arazzo_spec/arazzo-schema.yaml)
277- - Documentation: [arazzo-spec.md](. /arazzo_spec/arazzo-spec.md)
276+ - Schema: [arazzo-schema.yaml](https://github.com/jentic/arazzo-engine/blob/main/runner /arazzo_spec/arazzo-schema.yaml)
277+ - Documentation: [arazzo-spec.md](https://github.com/jentic/arazzo-engine/blob/main/runner /arazzo_spec/arazzo-spec.md)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
1313 " jsonpointer>=3.0.0" ,
1414]
1515requires-python = " >=3.11"
16- readme = " .. /README.md"
16+ readme = " ./README.md"
1717license = {text = " MIT" }
1818
1919[project .scripts ]
You can’t perform that action at this time.
0 commit comments