poml
poml copied to clipboard
Prompt Orchestration Markup Language
System: Windows 11 Pro 64 bit Issue: VS Code extension v0.0.8 generates the following issues: - `Open POML Preview to the Side` fails, generating `command 'poml.showPreviewToSide` not found` message. -...
Currently it doesn't support Amazon Bedrock or SAP AI core for example. Since this is open source, maybe adding more ways to connect to LLM would be helpful to larger...
https://docs.github.com/en/github-models/use-github-models/storing-prompts-in-github-repositories Have you considered making tooling around this instead? This already is supported by Github and Microsoft.
The [`multimedia` parameter of document](https://microsoft.github.io/poml/stable/language/components/#parameters_26) is documented as "If true, the multimedias will be displayed. If false, the alt strings will be displayed at best effort." But what exactly is...
## Summary - add ~~`langsmith` and~~ `langfuse` tracing integrations - extend tracing backend selection and logging in API ## Testing - `npm run build-webview` - `npm run build-cli` - `npm...
You really need to fix your extension documentation as you are currently sending your customers to a random person's pet project. Additionally, you should really be using the "@microsoft/poml" scope...
This project does not seem to have an XML schema published, nor do the examples have a DOCTYPE or xmlns to identify which schema is to be used to validate...
It kind of seems like it's more of an app than a spec. Something of a spec would be of more value because now this is limited to the few...
according to the package json: ```json { "name": "pomljs", "version": "0.0.7", "description": "Prompt Orchestration Markup Language", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js",...