This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://opencode.ai/config.json", | |
| "provider": { | |
| "doubleword": { | |
| "name": "Doubleword", | |
| "npm": "@ai-sdk/openai-compatible", | |
| "options": { | |
| "baseURL": "https://api.doubleword.ai/v1", | |
| "apiKey": "{env:DOUBLEWORD_API_KEY}" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a pipe delimited output file: | |
| |ID1|ID2|Amount|Ref|XYMult| | |
| |888|8294|100|24235|15| | |
| |101|9378|205|9350|20.67| | |
| Create 2 files, one in YAML and one in JSON that when combined create the above file. | |
| The rules for combining are as follows: |