init
This commit is contained in:
13
llm_tools_tricu_bridge.py
Normal file
13
llm_tools_tricu_bridge.py
Normal file
@ -0,0 +1,13 @@
|
||||
import llm
|
||||
|
||||
|
||||
def tricu-bridge(input: str) -> str:
|
||||
"""
|
||||
Description of tool goes here.
|
||||
"""
|
||||
return f"hello {input}"
|
||||
|
||||
|
||||
@llm.hookimpl
|
||||
def register_tools(register):
|
||||
register(tricu-bridge)
|
Reference in New Issue
Block a user