status != 200 (success)
gives error.fetching body from signed_url... contact [email protected] for more information
=> ERROR [jawn 10/10] RUN yarn build 20.6s
⠦ Service jawn Building 127.6s ✔ Service clickhouse-migration-runner Built 96.7s failed to solve: process "/bin/sh -c yarn build" did not complete successfully: exit code: 2
> [jawn 10/10] RUN yarn build: 0.547 yarn run v1.22.22 0.586 $ tsc && cp src/utils/trace.proto dist/valhalla/jawn/src/utils/trace.proto 15.67 src/lib/handlers/OnlineEvalHandler.ts(102,11): error TS2322: Type 'string' is not assignable to type 'LlmSc hema'. 15.67 src/lib/handlers/OnlineEvalHandler.ts(103,11): error TS2322: Type 'string' is not assignable to type 'LlmSc hema'. 15.70 error Command failed with exit code 2. [+] Running 0/1t https://yarnpkg.com/en/docs/cli/run for documentation about this command. ⠼ Service jawn Building 16.5s failed to solve: process "/bin/sh -c yarn build" did not complete successfully: exit code: 2
undefined
response using the function tooling?export const anthropic = new AnthropicVertex({ baseURL: 'https://gateway.helicone.ai/v1', projectId: process.env.ANTHROPIC_VERTEX_PROJECT_ID, region: process.env.CLOUD_ML_REGION, googleAuth: new GoogleAuth(getAuthClient()), defaultHeaders: { 'Helicone-Auth': `Bearer ${process.env.HELICONE_API_KEY}`, 'Helicone-Target-URL': `https://${process.env.CLOUD_ML_REGION}-aiplatform.googleapis.com`, 'User-Agent': 'node-fetch', }, fetch: fetchAnthropic, maxRetries: 3, })