Table of Contents

Enum FunctionExecutionMode

Namespace
Mythosia.AI.Models.Functions
Assembly
Mythosia.AI.Abstractions.dll

Controls how function calls returned in one provider response are executed.

public enum FunctionExecutionMode

Fields

Parallel = 1

Executes independent calls concurrently, up to the configured concurrency limit.

Sequential = 0

Executes calls one at a time in provider order.