Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Malformed JSON response while result from LLM call looks good #191

Open
qbloq opened this issue Apr 3, 2025 · 1 comment
Open

Malformed JSON response while result from LLM call looks good #191

qbloq opened this issue Apr 3, 2025 · 1 comment

Comments

@qbloq
Copy link

qbloq commented Apr 3, 2025

Hey there! Thanks for this library.

I'm running an agent with debug: true. The first part of the output I provide here is the tail of the debug output which confirms that the LLM could predict the Agent's outputs right (Intent and Scheduling Action); however the transformation to JSON is having issues.

AGENT CALL:

    const intentExt = await customerIntentExtraction.forward(ai, {
      context, message
    }, { stream: false, debug: true })

    console.log(intentExt)

OUTPUT:

Assistant:
Intent: scheduling
Scheduling Action: inquiry

{ intent: "scheduling\nScheduling Action: inquiry" }

I'm running latest: 11.0.33

@dosco
Copy link
Collaborator

dosco commented Apr 5, 2025

looking into it

dosco added a commit that referenced this issue Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants