prompty icon indicating copy to clipboard operation
prompty copied to clipboard

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, understandab...

Results 84 prompty issues
Sort by recently updated
recently updated
newest added

the parser of the prompt is incomplete: - no escaping of template makes it vulnerable to prompt hacking injecting messages that can impersonate other roles - only parses “content” so...

bug
enhancement

I found that prompty can be installed successfully on Python 3.9 but cannot be imported due to the following error: ``` Python 3.9.18 (main, Sep 11 2023, 13:41:44) [GCC 11.2.0]...

bug

Fix for issue 69 when using structured output for AOAI: 'You tried to pass a BaseModel class to chat.completions.create(); You must use beta.chat.completions.parse() instead. Basically an upgrade of AOAI client...

Current `Invoke` does not allow for async calls to OpenAI api. This is a blocker for adoption where non blocking use is needed (or unelegant hacks needs to be added...

enhancement

Action Taken: 1. Visit any page with a code block. For instance go to [Concept](https://www.prompty.ai/docs/getting-started/concepts) - `1.1 Prompt Specifcation Section` - and click to expand so the code block is...

bug
documentation

Is there any plan to support [structured output](https://platform.openai.com/docs/guides/structured-outputs/introduction?context=ex1) as response format or [function calling](https://platform.openai.com/docs/guides/function-calling) in Prompty? ![image](https://github.com/user-attachments/assets/860171b7-369e-4876-82fd-cb0b218a051a) ![image](https://github.com/user-attachments/assets/3ad00be7-438e-406f-bed9-610ad6ab01ac)

enhancement

When running the Basic Prompty on the Test Chat page, it seems that the input is ignored. Every run, the input from the sample in the Prompty file will always...

bug

I am using the following configuration in settings.json: ``` { "name": "default", "type": "azure_openai", "azure_deployment": "gpt-35-turbo", "api_version": "2023-12-01-preview", "azure_endpoint": "${env:AZURE_OPENAI_ENDPOINT}", "api_key": "${env:AZURE_OPENAI_API_KEY}" }, { "name": "gpt-3.5-turbo", "type": "openai", "api_key": "${env:OPENAI_API_KEY}",...

bug

There is currently no Prompty extension for Visual Studio. An extension would ideally be lightweight and perform the following tasks: Essential: * Prompty file recognition and icon for *.prompty files...

extension

I'm running prompty through the vs code extension. My prompty configuration has a complex input which I want to load from a json file. This doesn't seem to be supported...