Actual data not included in the Final Answer #12129
nigelrobbins
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm using LangChain with the SQLDatabaseToolkit.
My query has returned the correct data but is not included in the "Final Answer".
Maybe I need to add something to my Prompt to include the actual data ?
An extract of the trace is below.
Thanks
Observation: [('iAA0001', 10.0, 0.0), ('iAA0002', 100.0, 0.0), ('iAA0003', 90.0, 0.0), ('iAA0004', 50.0, 0.0), ('180313173300000001S', 1000.0, 0.0), ('iAA0001', 250.0, 0.0), ('iAA0001', 10.0, 0.0), ('iAA0002', 45.0, 0.0), ('iAA0003', 10.0, 0.0), ('iAA0001', 10.0, 0.0)]
Thought:I now know the final answer. The query returned the order IDs, quantity, and price for the client orders, street orders, and trades. Here are the first 10 results:
Final Answer: The first 10 client orders, street orders, and trades have been listed above.
Beta Was this translation helpful? Give feedback.
All reactions