UNPKG
promptly-ai
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
A universal template-based prompt management system for LLM applications
promptly-ai
/
dist
/
adapters
/
index.d.ts
3 lines
•
125 B
TypeScript
View Raw
1
2
3
export
{
OpenAIAdapter
}
from
'./openai'
;
export
{
AnthropicAdapter
}
from
'./anthropic'
;
//# sourceMappingURL=index.d.ts.map