Prompty Runtime
Using this Prompty Runtime
Section titled “Using this Prompty Runtime”The Python runtime is a simple way to run your prompts in Python. The runtime is available as a Python package and can be installed using pip. Depending on the type of prompt you are running, you may need to install additional dependencies. The runtime is designed to be extensible and can be customized to fit your needs.
pip install "prompty[azure]"
Simple usage example:
import prompty# import invokerimport prompty.azure
# execute the promptresponse = prompty.execute("path/to/prompty/file")
print(response)
Want to Contribute To the Project? - Updated Guidance Coming Soon.