IBM / prompt-declaration-language

Prompt Declaration Language (PDL) is a declarative prompt programming language.
https://ibm.github.io/prompt-declaration-language/
Apache License 2.0
29 stars 7 forks source link

API Calls Development #39

Closed vazirim closed 1 month ago

vazirim commented 1 month ago

Currently, API Calls only support simple GET. Design and implement a simple JSON interface to support a variety of API calls. Decide how API keys should be handled.

vazirim commented 1 month ago

Decided not to support this feature at this time