File size: 181 Bytes
8987ddb
 
 
 
 
1
2
3
4
5
6
from system_prompt import SYSTEM_PROMPT

def query_agent(user_input):
    # Dummy response (replace with actual LLM call)
    return f"[NINU Agent] سؤالك كان: {user_input}"