Whit Waldo

Results 127 issues of 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...

kind/enhancement
area/client/conversation

# 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...

area/client/conversation

## 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...

kind/enhancement
area/client/conversation

# 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...

area/test

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...

area/client/configuration

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...

area/client/state

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...

area/client/binding

Implementation for work described in #1427