Skip to content

Commit 31e0e92

Browse files
committed
remove comment
1 parent d5027f8 commit 31e0e92

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tutorials/ai-core-orchestration-consumption/ai-core-orchestration-consumption.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ async function createOrchestrationConfiguration() {
263263
}
264264
}
265265

266-
// usage
267266
const configuration = await createOrchestrationConfiguration();
268267
console.log(configuration?.message); // Print the configuration response message
269268
```
@@ -433,8 +432,7 @@ async function createOrchestrationDeployment() {
433432
console.error('Deployment creation failed:', error.stack);
434433
  }
435434
}
436-
437-
// usage
435+
438436
const deployment = await createOrchestrationDeployment();
439437
console.log(deployment?.message) // Print the deployment creation response
440438

0 commit comments

Comments
 (0)