Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -106,7 +106,7 @@ class LangGraphAgent:
|
|
106 |
input_state = {
|
107 |
"messages": [
|
108 |
{
|
109 |
-
"role: "user",
|
110 |
"content": [
|
111 |
{"type": "text", "text": question}
|
112 |
]
|
|
|
106 |
input_state = {
|
107 |
"messages": [
|
108 |
{
|
109 |
+
"role": "user",
|
110 |
"content": [
|
111 |
{"type": "text", "text": question}
|
112 |
]
|