Skip to content

Commit 8e768b7

Browse files
committed
fix(swift): script not working
1 parent 9b9b070 commit 8e768b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/cts/runCts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async function runCtsOne(language: Language, suites: Record<CTSType, boolean>):
123123
break;
124124
case 'swift':
125125
await run(
126-
`swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter ${f}.*`)}`,
126+
`swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter "${f}.*"`)}`,
127127
{
128128
cwd,
129129
language,

specs/ingestion/paths/transformations/transformationsCopilot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ get:
33
- transformations
44
summary: Retrieve existing LLM transformation helpers
55
description: Retrieves a list of existing LLM transformation helpers.
6-
operationId: listCopilots
6+
operationId: listTransformationModels
77
x-acl:
88
- addObject
99
- deleteIndex
@@ -14,9 +14,9 @@ get:
1414
content:
1515
application/json:
1616
schema:
17-
title: listTransformationModels
17+
title: transformationModels
1818
type: object
19-
description: List of available copilot LLM for transformation purposes.
19+
description: List of available AI models for transformation purposes.
2020
additionalProperties: false
2121
properties:
2222
llms:

0 commit comments

Comments
 (0)