diff --git a/new_features_examples/multi_tool_usage_agent.py b/new_features_examples/multi_tool_usage_agent.py index 1af421e2..4d922c4b 100644 --- a/new_features_examples/multi_tool_usage_agent.py +++ b/new_features_examples/multi_tool_usage_agent.py @@ -111,8 +111,7 @@ class ExecutionContext: history: List[Dict[str, Any]] = field(default_factory=list) -hints = get_type_hints(func) - +hints = get_type_hints(func) # noqa: F821 class ToolAgent: def __init__(