mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-12 04:50:39 +00:00
update tool
This commit is contained in:
parent
d6f8bf20c9
commit
a027e8ded8
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ def get_boiling_point(liquid_name: str, celcius: bool = True) -> int:
|
|||
return -100
|
||||
else:
|
||||
return -212
|
||||
else:
|
||||
return -1
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue