Skip to content

Commit eff9b7c

Browse files
test: cover sparsekernel request schema parity
1 parent fa96c42 commit eff9b7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/check-sparsekernel-openapi.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ const CLIENT_SCHEMA_MAPPINGS = [
1313
mapping("SparseKernelTask", "Task"),
1414
mapping("SparseKernelSession", "Session"),
1515
mapping("SparseKernelTranscriptEvent", "TranscriptEvent"),
16+
mapping("SparseKernelUpsertSessionInput", "UpsertSessionInput"),
17+
mapping("SparseKernelAppendTranscriptEventInput", "AppendTranscriptEventInput"),
1618
mapping("SparseKernelToolCall", "ToolCall"),
1719
mapping("SparseKernelAuditEvent", "AuditEvent"),
1820
mapping("SparseKernelArtifact", "Artifact"),
1921
mapping("SparseKernelArtifactSubject", "ArtifactSubject"),
2022
mapping("SparseKernelCreateArtifactInput", "CreateArtifactInput"),
2123
mapping("SparseKernelImportArtifactFileInput", "ImportArtifactFileInput"),
24+
mapping("SparseKernelArtifactAccessInput", "ArtifactAccessInput"),
2225
mapping("SparseKernelReadArtifactResult", "ReadArtifactResult"),
2326
mapping("SparseKernelExportArtifactFileResult", "ExportArtifactFileResult"),
2427
mapping("SparseKernelBrowserContext", "BrowserContext", {

0 commit comments

Comments
 (0)