diff --git a/scripts/cts/runCts.ts b/scripts/cts/runCts.ts index cce4ea82cc..d4deb93d03 100644 --- a/scripts/cts/runCts.ts +++ b/scripts/cts/runCts.ts @@ -123,7 +123,7 @@ async function runCtsOne(language: Language, suites: Record): break; case 'swift': await run( - `swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter ${f}.*`)}`, + `swift test -Xswiftc -suppress-warnings --parallel ${filter((f) => `--filter "${f}.*"`)}`, { cwd, language, diff --git a/specs/ingestion/paths/transformations/transformationsCopilot.yml b/specs/ingestion/paths/transformations/transformationsCopilot.yml index 986b9a1855..7e83c11c43 100644 --- a/specs/ingestion/paths/transformations/transformationsCopilot.yml +++ b/specs/ingestion/paths/transformations/transformationsCopilot.yml @@ -3,7 +3,7 @@ get: - transformations summary: Retrieve existing LLM transformation helpers description: Retrieves a list of existing LLM transformation helpers. - operationId: listCopilots + operationId: listTransformationModels x-acl: - addObject - deleteIndex @@ -14,9 +14,9 @@ get: content: application/json: schema: - title: listTransformationModels + title: transformationModels type: object - description: List of available copilot LLM for transformation purposes. + description: List of available AI models for transformation purposes. additionalProperties: false properties: llms: