Skip to content

PromptCachePath

type PromptCachePath =
| {
kind: "gateway-auto";
}
| {
kind: "anthropic-direct";
}
| {
kind: "none";
};