-
I'm using Azure OpenAI with native plugin, but I got an error "The operation was cancelled because it exceeded the configured timeout of 0:01:40. Network timeout can be adjusted in ClientOptions.Retry.NetworkTimeout.". I fixed it using the same method referring to the issue below, and the error was resolved. Before the fix, I was utilizing RetryHandler but it didn't work. So, I have a question. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
@takeo-iw - it should apply to this. Adding @RogerBarreto to add in any additional info. Also check out 1.0 (https://devblogs.microsoft.com/semantic-kernel/semantic-kernel-v1-0-1-has-arrived-to-help-you-build-agents/) to see if that solves your problem. |
Beta Was this translation helpful? Give feedback.
@takeo-iw
I did such a thing, although I have the impression that the 10-minute time is ignored and sometimes I get 1 minute and 20 or 40 seconds.