hyunyoungjin

Results 2 issues of hyunyoungjin

**Describe the bug** There is a problem with FunctionsView's native function validation. ```py def is_semantic(self, skill_name: str, function_name: str) -> bool: as_sf = self._semantic_functions.get(skill_name, []) as_sf = any(f.name == function_name...

python

### Motivation and Context #1212 ### Description Fixed a bug in the process of checking native function. ### Contribution Checklist - [x] The code builds clean without any errors or...

python