I was trying the new GPT function in AI builder. I was not able to save the cunstom prompt. Any advise? Thanks.
This may happen if your environment doesn't have the latest AI Builder solution installed.
To ensure this is the case, you need to contact the administrator of the environment who should perform the following:
same here. the error came out a few days ago.
The same is happening with my prompts today. It was working fine a few days ago. Any advice?
Thank you for reply, I updated the parameter named Text, which matches what the error message was indicating was missing.
In PowerApps, I was able to use following Prompt
summarize [dynamic value] in fewer than 50 words, start with "([dynamic value]) Content from + following date [dynamic value] in mm-dd-yyyy format"
It provided me a correct answer:
contentSummary.Predict(Today(),TextInput1.Text,"History").Text
Maybe you can try with a simpler formula and fixed text as variables.
Antoine2F
I am testing AI builder GPT Function:
Summarize case.Predict failed: {"error": {"code":"0x80048d0b,,("message,ï' {YoperationStatusY'A'ErrorY'A'errorY': ^“typeWErrorYWcodeY^VInvalidPredictionlnput input for model c985ac82-d261 -eel 1 -a382- 002248282118~ 1254c440-3f48-49a8-9332- 9767d5f8e522 is invalid: Missing mandatory input parameter Text_f9beebd4713a915cf5a (Text) V A" pro pe rties\": {YBackendErrorCodeY^VInvalidlnferencelnputYW
above is the error message, what is the problem of the code below
If(And(Form1.Mode<>FormMode.New, IsBlank(Parent.Default), Not(IsBlank(ThisItem.Message))), 'Summarize case'.Predict(ThisItem.Message,ThisItem.Created_At,ThisItem.Priority).text)
Thanks.
Can you please send some additional information in a private message so we can investigate?
Like TenantId, environmentId. The easiest would be to send the content of 'Session details' popup, which you can find in Power Apps Settings menu.
Thanks for your reply. I can save the prompt. However, I still could not test the prompt.