369 B
369 B
- Added support for streaming intermediate results from async function calls. Call
result_callbackmultiple times withproperties=FunctionCallResultProperties(is_final=False)to push incremental updates, then call it once more (withis_final=True, the default) to deliver the final result. Only valid for functions registered withcancel_on_interruption=False.