angelxmoreno / angelxmoreno/PromptClasses
Remove double quotes from respones
Open
bug
good first issue
- Dominant language
- PHP
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
When getting a response using the library, i am seeing things like
```text
"\"Optimize Your CakePHP Testing with Our Expert Tips - Get Started Today!\""
```
When I am expected to see
```text
"Optimize Your CakePHP Testing with Our Expert Tips - Get Started Today!"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the library response using the examples in the issue, then trace where the returned text is decoded or formatted. Confirm the change by checking that the response no longer contains the extra escaped quotation marks and matches the expected output shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100