Skip to content

gpt-4o-mini default, and add Delegate Function Call node, and fix All… #879

gpt-4o-mini default, and add Delegate Function Call node, and fix All…

gpt-4o-mini default, and add Delegate Function Call node, and fix All… #879

Triggered via push July 31, 2024 21:48
Status Failure
Total duration 1m 18s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Type 'ChatMessage | { type: "assistant"; message: string; function_call: { name: any; arguments: string; id: any; } | undefined; }' is not assignable to type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: { name: any; arguments: string; id: any; } | undefined; }' does not satisfy the expected type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: { name: any; arguments: string; id: any; } | undefined; }' is not assignable to type 'ChatMessage'.
build
Type 'ChatMessage | { type: "assistant"; message: string; function_call: undefined; }' is not assignable to type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: undefined; }' does not satisfy the expected type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: undefined; }' is not assignable to type 'ChatMessage'.
build
Type 'ChatMessage | { type: "assistant"; message: string; function_call: undefined; }' is not assignable to type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: undefined; }' does not satisfy the expected type 'ChatMessage'.
build
Type '{ type: "assistant"; message: string; function_call: undefined; }' is not assignable to type 'ChatMessage'.
build
Type 'ChatMessage | { type: "assistant"; message: string; function_call: undefined; }' is not assignable to type 'ChatMessage'.
build
The following actions uses Node.js version which is deprecated 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/