With the latest to date standalone Prompty 0.1.13, this previously working code:
path_to_prompty = folder + "/my.prompty"
result = prompty.execute(prompt=path_to_prompty)
now fails with the error:
ValueError: Executor azure_openai not found
If removing the 'type' property from the Prompty file (the doc does no longer make it mandatory) I get the following error:
With the latest to date standalone Prompty 0.1.13, this previously working code:
now fails with the error:
If removing the 'type' property from the Prompty file (the doc does no longer make it mandatory) I get the following error: