Skip to content

ToolNotFoundBehavior

type ToolNotFoundBehavior = "raise_error" | "return_error_to_model";

Behavior for missing function tools and deferred function tools that are not loaded.