SDK regeneration #241
Annotations
7 errors and 1 warning
compile:
src/langchain/message_history.ts#L18
Namespace '"/home/runner/work/zep-js/zep-js/src/api/index"' has no exported member 'MemoryType'.
|
compile:
src/langchain/message_history.ts#L37
Namespace '"/home/runner/work/zep-js/zep-js/src/api/index"' has no exported member 'MemoryType'.
|
compile:
src/langchain/message_history.ts#L58
Argument of type '{ memoryType: Zep.MemoryType; }' is not assignable to parameter of type 'MemoryGetRequest'.
|
compile:
src/langchain/vector_store.ts#L9
Module '"../api"' has no exported member 'DocumentSearchResult'.
|
compile:
src/langchain/vector_store.ts#L149
Type 'string[][]' is not assignable to type 'string[]'.
|
compile:
src/langchain/zep_memory.ts#L111
Argument of type '{ memoryType: any; }' is not assignable to parameter of type 'MemoryGetRequest'.
|
compile
Process completed with exit code 2.
|
compile
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|