is_valid_input
allows inputs that don't match function signature type
#102
Labels
bug
Something isn't working
As seen in this skipped pytest unit test,
is_valid_input
will consider{"timezone": None}
a valid input for function signature(timezone: str) -> str
Origin of bug:
semantic-router/semantic_router/utils/function_call.py
Lines 104 to 108 in 666b361
The text was updated successfully, but these errors were encountered: