microsoft / prompty

Prompty makes it easy to create, manage, debug, and evaluate LLM prompts for your AI applications. Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers.
https://prompty.ai
MIT License
148 stars 9 forks source link

Support for Assistants API #31

Open anderl80 opened 4 days ago

anderl80 commented 4 days ago

Currently only completion and chat are available in api field. Is Assistants API planned?

sethjuarez commented 13 hours ago

My only concern with supporting the Assistants API is that a single call to the API can sometimes represent multiple LLM calls. Prompty is designed to only ever represent a single LLM call. Interested in your thoughts on this though!