Skip to content

Commit

Permalink
remove comma from createdby elastic search query
Browse files Browse the repository at this point in the history
  • Loading branch information
Mustafa Kerem Kurban committed Oct 2, 2024
1 parent 4a2b5eb commit 2f1cd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuroagent/tools/get_me_model_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def create_query(
"match": {
"createdBy": createdBy
}
},
}
]
}
}
Expand Down

0 comments on commit 2f1cd5d

Please sign in to comment.