Tahasaif3 commited on
Commit
960a0a3
·
verified ·
1 Parent(s): c576427

Update chatbot/chatbot_agent.py

Browse files
Files changed (1) hide show
  1. chatbot/chatbot_agent.py +0 -1
chatbot/chatbot_agent.py CHANGED
@@ -8,6 +8,5 @@ islamic_therapist_assistant = Agent(
8
  name="Digital Islamic Therapist",
9
  instructions=islamic_therapist_dynamic_instructions,
10
  model=model,
11
- input_guardrails=[guardrail_input_function],
12
  tools=[read_document_data, list_available_documents], # Document reading tools (if needed)
13
  )
 
8
  name="Digital Islamic Therapist",
9
  instructions=islamic_therapist_dynamic_instructions,
10
  model=model,
 
11
  tools=[read_document_data, list_available_documents], # Document reading tools (if needed)
12
  )