draft #193
Annotations
10 errors
|
compile:
src/eval_utils/run.ts#L552
Argument of type '{ versionId: string; environment?: string | undefined; messages?: Humanloop.ChatMessage[] | undefined; outputMessage?: Humanloop.ChatMessage | undefined; runId: string; ... 22 more ...; traceStatus: string; }' is not assignable to parameter of type 'FlowLogRequest'.
|
|
compile:
src/eval_utils/types.ts#L5
'"../api"' has no exported member named 'CreatePromptLogResponse'. Did you mean 'CreateFlowLogResponse'?
|
|
compile:
src/overload.ts#L78
Object is of type 'unknown'.
|
|
compile:
src/utilities/flow.ts#L70
Type 'Record<string, unknown> | undefined' is not assignable to type 'Record<string, unknown>'.
|
|
compile:
src/utilities/flow.ts#L91
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
compile:
src/utilities/flow.ts#L92
Conversion of type 'O' to type 'object' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
compile:
src/utilities/index.ts#L2
Module '"./prompt"' has no exported member 'promptUtilityFactory'.
|
|
compile:
src/utilities/index.ts#L2
Module '"./prompt"' has no exported member 'UtilityPromptKernel'.
|
|
compile
Process completed with exit code 2.
|
|
test
Process completed with exit code 1.
|