chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import llm
|
||||
from llm.tools import llm_time, llm_version
|
||||
|
||||
|
||||
@llm.hookimpl
|
||||
def register_tools(register):
|
||||
register(llm_version)
|
||||
register(llm_time)
|
||||
Reference in New Issue
Block a user