MagnivOrg / prompt-layer-library

🍰 PromptLayer - Maintain a log of your prompts and OpenAI API requests. Track, debug, and replay old completions.
https://www.promptlayer.com
Apache License 2.0
479 stars 42 forks source link

How can I get the meta information of the prompt? #31

Closed salmon131 closed 1 year ago

salmon131 commented 1 year ago

I want to check the meta information of the prompt in get api (for example, the version information of the returned prompt and the creation time, etc.).

Jped commented 1 year ago

@salmon131 Are you trying to retrieve all of the metadata for a request given the request id?

salmon131 commented 1 year ago

@Jped What I mean is that I want to check the meta information when I look up the prompt in the prompt registry, not the meta information about the request.

Currently, I know that the most recent version will be returned when inquiring under the name of prompt. However, it is not possible to determine the version, when the prompt was registered, and so on.

jzone3 commented 1 year ago

Right now, you can only access this via the web-UI. Is this still an issue for you @salmon131