chore: update gpts #13
Annotations
7 errors and 1 warning
deploy:
src/views/GPTDetail.tsx#L20
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
deploy:
src/views/GPTDetail.tsx#L30
Type '{ id: string; name: string; author: string; description: string; updated_at: string; tags: string[]; prompt_starters: null; welcome_message: string; tools: number[]; logo: string; } | { tools: never[]; ... 8 more ...; logo?: undefined; } | { ...; } | { ...; }' is not assignable to type 'GPTInfo'.
|
deploy:
src/views/GPTDetail.tsx#L39
Type '{ id: string; name: string; author: string; description: string; updated_at: string; tags: string[]; prompt_starters: null; welcome_message: string; tools: number[]; logo: string; } | { tools: never[]; ... 8 more ...; logo?: undefined; } | { ...; } | { ...; }' is not assignable to type 'GPTInfo'.
|
deploy:
src/views/GPTs.tsx#L28
Argument of type '({ id: string; name: string; author: string; description: string; updated_at: string; tags: string[]; prompt_starters: null; welcome_message: string; tools: number[]; logo: string; } | { tools: never[]; ... 8 more ...; logo?: undefined; } | { ...; } | { ...; })[]' is not assignable to parameter of type 'GPTInfo[]'.
|
deploy:
src/views/GPTs.tsx#L29
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
deploy:
src/views/GPTs.tsx#L51
Type '{ id: string; name: string; author: string; description: string; updated_at: string; tags: string[]; prompt_starters: null; welcome_message: string; tools: number[]; logo: string; key: string | undefined; } | { ...; } | { ...; } | { ...; }' is not assignable to type 'IntrinsicAttributes & GPTInfo'.
|
deploy
Process completed with exit code 2.
|
deploy
Environment URL '' is not a valid http(s) URL, so it will not be shown as a link in the workflow graph.
|