Skip to content

feat: 添加ObjectAI实现文档,定义AI代理和RAG管道的实施规则 #535

feat: 添加ObjectAI实现文档,定义AI代理和RAG管道的实施规则

feat: 添加ObjectAI实现文档,定义AI代理和RAG管道的实施规则 #535

Triggered via push January 24, 2026 14:02
Status Failure
Total duration 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Build
Process completed with exit code 1.
src/data/driver.test.ts > DriverInterfaceSchema > Bulk Operations > should validate bulkDelete method: packages/spec/src/data/driver.test.ts#L291
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:291:61
src/data/driver.test.ts > DriverInterfaceSchema > Bulk Operations > should validate bulkUpdate method: packages/spec/src/data/driver.test.ts#L279
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:279:61
src/data/driver.test.ts > DriverInterfaceSchema > Bulk Operations > should validate bulkCreate method: packages/spec/src/data/driver.test.ts#L264
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:264:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should validate delete method signature: packages/spec/src/data/driver.test.ts#L212
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:212:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should validate update method signature: packages/spec/src/data/driver.test.ts#L200
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:200:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should validate create method signature: packages/spec/src/data/driver.test.ts#L187
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:187:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should validate findOne method signature: packages/spec/src/data/driver.test.ts#L174
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:174:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should validate find method signature: packages/spec/src/data/driver.test.ts#L162
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:162:61
src/data/driver.test.ts > DriverInterfaceSchema > CRUD Operations > should accept driver with CRUD operations: packages/spec/src/data/driver.test.ts#L150
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:150:65
src/data/driver.test.ts > DriverInterfaceSchema > Basic Properties > should accept name and version: packages/spec/src/data/driver.test.ts#L108
AssertionError: expected [Function] to not throw an error but '[\n {\n "code": "invalid_type",\n…' was thrown - Expected: undefined + Received: "[ { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"findStream\" ], \"message\": \"Required\" }, { \"code\": \"invalid_type\", \"expected\": \"function\", \"received\": \"undefined\", \"path\": [ \"upsert\" ], \"message\": \"Required\" } ]" ❯ src/data/driver.test.ts:108:61