You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constprompt=awaitliteralAiClient.api.getPrompt("chat")constmessages=prompt.formatMessages({// ... some variables here})constresult=awaitvercelClient.streamText({
messages,// ... some other settings here})
This gets the following compile error :
Type '(CoreMessage | ChatCompletionMessageParam)[]' is not assignable to type 'CoreMessage[] | UIMessage[] | undefined'.
Using AI SDK's convertToCoreMessages doesn't seem to solve the issue.
The text was updated successfully, but these errors were encountered:
Consider the following code :
This gets the following compile error :
Type '(CoreMessage | ChatCompletionMessageParam)[]' is not assignable to type 'CoreMessage[] | UIMessage[] | undefined'.
Using AI SDK's
convertToCoreMessages
doesn't seem to solve the issue.The text was updated successfully, but these errors were encountered: