325 B
325 B
- Added
is_async=Truesupport toregister_function()andregister_direct_function(). When enabled, the LLM continues the conversation immediately without waiting for the function result. The result is injected back into the context as adevelopermessage once available, triggering a new LLM inference at that point.