Support JSON Prompt Files For Deno Functions #161436
Replies: 2 comments
-
| Hello @BrookRichardson, Thank you for your feedback about adding JSON support for prompt files in GitHub Models. You've raised an important compatibility point regarding Deno environments, which don't natively support YAML files. Currently, as documented, GitHub Models only supports storing prompts in  We appreciate you bringing this to our attention. Adding JSON as a supported prompt file format would be a valuable enhancement for Deno users and others who prefer or require JSON over YAML. Your feedback has been noted and shared with our product team. While we can't provide a specific timeline for when JSON support might be added, this is the type of practical developer feedback that helps us prioritize improvements to GitHub Models during this public preview period. In the meantime, if you need a workaround, you might consider: 
 For more information about the current prompt file format specification, you can refer to our documentation: If you'd like to join the conversation with other developers using GitHub Models, check out the GitHub Models discussion. Thank you again for helping us improve GitHub Models by highlighting this compatibility issue. | 
Beta Was this translation helpful? Give feedback.
-
| Hey @BrookRichardson thanks for this post! You're one of many people who are asking for .prompt.json file support, so thanks for another upvote on this. I'm trying to fit this into scope before we got GA :) I'll leave this open for other folks to chime in and upvote if interested! | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
I am using a Supabase backend for server-side edge functions, and the code there runs in Deno.
Deno does not natively support YAML files, but it does support JSON.
Can Models please add support for JSON files?
Beta Was this translation helpful? Give feedback.
All reactions