Spaces:
Sleeping
Sleeping
Update chatbot/chatbot_agent.py
Browse files- 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 |
)
|