angelxmoreno / angelxmoreno/PromptClasses

Remove double quotes from respones

Open
#4 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.