Chainlit / literalai-python

https://docs.getliteral.ai/
Apache License 2.0
8 stars 0 forks source link

Python SDK - fix: use promptType and switch llm steps to be run #79

Closed desaxce closed 3 months ago

desaxce commented 3 months ago

Fixes for the migration:

End-to-end tests should pass against the migration branch.

desaxce commented 3 months ago

We ended up using a GenerationStep regular Pothos field instead of Step Prisma field in the createGeneration mutation. That way, no need to update our SDKs and we're super safe! I'll still use this PR to prepare for when we drop GenerationStep from the platform code.