Spaces:
Running
Running
Update agent.py
Browse files
agent.py
CHANGED
@@ -191,7 +191,6 @@ def arvix_search(query: str) -> str:
|
|
191 |
|
192 |
|
193 |
|
194 |
-
|
195 |
@tool
|
196 |
def analyze_attachment(file_path: str) -> str:
|
197 |
"""
|
@@ -562,8 +561,6 @@ print("Final Response:", response)
|
|
562 |
|
563 |
|
564 |
|
565 |
-
|
566 |
-
|
567 |
def retriever(state: MessagesState):
|
568 |
"""Retriever node using similarity scores for filtering"""
|
569 |
query = state["messages"][0].content
|
|
|
191 |
|
192 |
|
193 |
|
|
|
194 |
@tool
|
195 |
def analyze_attachment(file_path: str) -> str:
|
196 |
"""
|
|
|
561 |
|
562 |
|
563 |
|
|
|
|
|
564 |
def retriever(state: MessagesState):
|
565 |
"""Retriever node using similarity scores for filtering"""
|
566 |
query = state["messages"][0].content
|