How do I get the raw response about the plan? #2355
Replies: 1 comment
-
@satoshinishimura-fc you can use telemetry to see what was returned - https://devblogs.microsoft.com/semantic-kernel/unlock-the-power-of-telemetry-in-semantic-kernel-sdk/ |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the SequentialPlanner to create the plan. Sometimes, I got the PlanningException: Create plan error: Unale to create plan. I think the SK planner tries to call non-existent function. I would like to see the raw response from GPT when creating the plan.
I tried to use
plan.ToPlanString()
but it privides very limited information.Beta Was this translation helpful? Give feedback.
All reactions