Whit Waldo
Whit Waldo
# Description The runtime method concerning timer invocation appears to accept a boolean response that can be used to either cancel (`true) future timer invocations or continue to invoke the...
# Description Today, configurations are set using the following precedence: 1) Direct values 2) `IConfiguration` 3) Environment variables 4) Default constants This PR cleans up some of how all this...
## Describe the feature Dapr agents cannot use the Conversation API because it doesn't support tool calling which is necessary for agent functionality. ## Release Note RELEASE NOTE: **ADD** Support...
# Description Updated protos and implemented SDK endpoints to support streaming responses from the conversation endpoint. ## Issue reference We strive to have all PR being opened based on an...
## Describe the feature The runtime has been updated to support streaming responses from the conversation building block in addition to the existing approach and the SDK needs an update...
# Description We've got an E2E test that runs through a series of operations against the various Dapr functionalities with a Dapr instance. But we also have all these example...
Implementation for work described in #1427 With 1.16, we'll create a new client and run both the version in `Dapr.Client` and the separate package in parallel. Mark the affected methods...
Implementation for work described in #1427 The existing state store should be given a name separate from KeyValue so as not to be confusing with the upcoming specialized state store...
Implementation for work described in #1427 As part of this work, look into consolidating existing methods into better and less confusing overloads. Also, actively considering using a consolidated serialization system...
Implementation for work described in #1427