OpenAPI Skill request response logging and debugging #1897
Closed
victor-v-rad
started this conversation in
General
Replies: 1 comment
-
Copilot Chat use outdated 0.16.230615.1-preview. New dotnet-0.17.230629.1-preview has issue fixed here |
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.
-
Hi Guys,
Can't find how to make OpenAPI Skill to log request response headers and body in Copilot Chat sample app. I added logging logic into http handler RetryThreeTimesWithBackoff and injected into kernel
WithRetryHandlerFactory(new RetryThreeTimesWithBackoffFactory())
in CopilotChatSemanticKernelExtensions and SemanticKernelExtensions. See the example:I can see requests and response to https://api.openai.com/v1/chat/completions but not from GitHubSkill and JiraSkill that are based on OpenAPI Skill
Beta Was this translation helpful? Give feedback.
All reactions