-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingscope:parsingParsing request files, resolve, and template valuesParsing request files, resolve, and template values
Milestone
Description
The query param ?path is being treated as a prompt reference even without the double bracket delimiters.
Get text content of a reqfile.
```%config
[[prompts]]
name = "file"
```
```%request
GET {{@clientUrl}}/api/files/file?path={{?file}} HTTP/1.1
```
Error
[
[
{
"ParseError": {
"UndefinedReferenceError": {
"Prompt": "path"
}
}
},
{
"start": 87,
"end": 144
}
]
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingscope:parsingParsing request files, resolve, and template valuesParsing request files, resolve, and template values