Welcome to Portkey Forum

Home
Members
Hans Magnus
H
Hans Magnus
Offline, last seen 3 weeks ago
Joined November 4, 2024
Hi! I'm trying to cancel my plan, but cannot figure out where. Is it manually, if so, please cancel our subscription.
1 comment
V
Any update?
7 comments
V
H
v
Cache problems with function calls again. The cache fails to return the same response as the original request did, making my schema validation fail every time.
12 comments
V
H
v
Would be great if you provided a vercel ai sdk custom provider for portkey: https://sdk.vercel.ai/providers/community-providers/custom-providers
1 comment
V
How do I know what plan we are on? Can't find it anywhere on app.portkey.ai 🙂
3 comments
V
H
Hi! Is there anything on the roadmap around the structure of the library? We will probably have 1000s of prompts. This means we need some way to structure it to make it easier to find the relevant ones.

Labels, categorized, and folders are some ways this could be solved pretty easily.
1 comment
V
Documentation bug:

Plain Text
async function getPromptTemplate() {
    const render_response = await portkey.prompts.render({
        promptID: "PROMPT_ID",
        variables: { "movie":"Dune 2" }
    })
    return render_response.data.data;
}


render_response has no nested object .data.data. It has .data.

Also, have you considered typescript def for the response?
3 comments
V
C
H
Hi! We are considering starting to use the prompt library, but it would not be helpful for us without the possibility of getting prompts directly through the SDK or APIs. Any idea when this functionality will be available?
14 comments
V
r
H
S
Hi! I tried to use the cache on calls with tools. Seems like only the first call to a tool is cached, when the original had multiple.
6 comments
v
V
H