Daniel Strobusch
Daniel Strobusch
Async tool execution would be helpful for integration with frameworks that favor an async/reactive approach. For example, tool calls that do REST API calls may often be asynchronous in nature.
/remove-lifecycle stale
I ended up switching to microservices mode.
Any update or creative ideas on how to handle subnet Delegation on a provided subnet?
remove stale
> Should it be closed? With the new backport strategy ? What is the new back-port strategy? I created the PR as a request for a back-port.
@joejulian could you unlock #7082 to be able to comment on in again, since I am not able to comment on this issue anymore?
There is a request on async tool execution in lang chain: https://github.com/langchain4j/langchain4j/issues/1183 but it doesn't seem to get implemented soon.
@geoand you would check on the `finish_reason` of the last event before the `[DONE]` event. Here is an example of a raw api call (with `max_tokens` set to 1): ```...