Skip to content

feat: convert tool call schemas between providers #5793

feat: convert tool call schemas between providers

feat: convert tool call schemas between providers #5793

Triggered via pull request November 2, 2024 00:20
Status Failure
Total duration 40s
Artifacts

typescript-CI.yml

on: pull_request
CI Typescript
30s
CI Typescript
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CI Typescript
Module '"@phoenix/schemas"' has no exported member 'toolCallSchemas'.
CI Typescript
Cannot find name 'InvocationParametersChangeHandler'.
CI Typescript
Parameter 'parameter' implicitly has an 'any' type.
CI Typescript
Parameter 'value' implicitly has an 'any' type.
CI Typescript
Argument of type '{ instanceId: number; model: { invocationParameters: { [x: number]: any; length: number; toString(): string; toLocaleString(): string; pop(): InvocationParameterInput | undefined; ... 30 more ...; at(index: number): InvocationParameterInput | undefined; }; provider: ModelProvider; modelName: string | null; endpoint?...' is not assignable to parameter of type '{ instanceId: number; model: Partial<ModelConfig>; modelConfigByProvider: Partial<Record<ModelProvider, ModelConfig>>; }'.
CI Typescript
Cannot find name 'updateInstance'.
CI Typescript
Cannot find name 'updateInstance'.
CI Typescript
Cannot find name 'PlaygroundToolCall'.
CI Typescript
Module "./toolSchemas" has already exported a member named 'anthropicToOpenAI'. Consider explicitly re-exporting to resolve the ambiguity.
CI Typescript
Module "./toolSchemas" has already exported a member named 'openAIToAnthropic'. Consider explicitly re-exporting to resolve the ambiguity.