There doesn't seem to be a way to set the context.Terminate in a AIFunction call #5705
Open
Description
opened on Nov 29, 2024
From what I see in the source the context is created internally and by default it will continue the calls:
Perhaps it would be better if the return type of the AIFunction
is void
to set the FunctionInvocationContext.Terminate
prop to true
by default. Or somehow allow users to set it manually when needed.
Activity