Azure-Samples / Azure-Samples/sonic-brief
The prompt retrieve function only retrieves a partial prompt.
Open
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
The function to pull the prompt back from the Cosmos DB only pulls back the first part of the prompt:
"prompts": {
"instruction": "",
"task": "",
"details": "",
"notes": ""
},
It only pulls back 'instruction'. It should pull back all parts to form the full prompt.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.