Lite_LLM_Assistant / function_trigger.py
AlexTian's picture
beta
fc3a968
raw
history blame contribute delete
119 Bytes
def trigger_function(action, config):
if action == None:
return "No Action"
else:
return action