Agent output is just one line. #980
Unanswered
invalidexplorer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
this is most likely related to prompting. can you share a langsmith trace? it will make it easier to debug but without more info I would guess this is pretty related to prompting and you just need to do some prompt engineering |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am starting off with langgraph and I am trying to build a simple feedback multiagent loop.
Here is the Python code to parse the License Summary sheet in the provided Excel file LS.xlsx and convert it to JSON format: `
I feel my approach is wrong, how can I improve my code to be better and more robust? and How can I add a scratch pad into my agents?
Beta Was this translation helpful? Give feedback.
All reactions