Feras Almannaa

Results 31 comments of Feras Almannaa

Same here, It is also not logging the activity for me

Hey @yamankatby Sure thing, but I am talking about having the document change mask, or the old document as part of the table as well, or at least make them...

Hi @yamankatby Thanks for following up. I think I did explain the issue clearly in the context of firestore triggers. So to simplify this, basically, I need the extension to...

Looks similar to an [issue](https://github.com/directus/directus/issues/14873) I encountered

what is the status of this issue? if `$CURRENT_ITEM` isn't coming soon, why not fix this `$NOW` var issue in validation?

> It's marked as a medium priority bug right now, which means that we gotta prioritize some higher prio stuff first. You're more than welcome to open a PR for...

> It's a general performance issue with the model - it hallucinates and ignores instructions like enums. Using natural language or sudocode prompts to return JSON gives consistently better results....

hey @li-xiaohui I had to initialize the agent manually, here is how. ``` dataset={"df": df} tools = [CustomPythonAstREPLTool(locals=dataset)] tool_names = [tool.name for tool in tools] prompt = CustomOpenAIFunctionsAgent.create_prompt(system_message=SystemMessage(content=prefix)) agent =...

> @falmanna, what are the relevant imports for `CustomPythonAstREPLTool` and `CustomOpenAIFunctionsAgent`? ``` from langchain.callbacks import StdOutCallbackHandler from langchain.schema import LLMResult from langchain.tools.python.tool import PythonAstREPLTool from pandasql import sqldf from langchain.agents...

> Hey What is the SystemMessaage and how do you import it? ``` from langchain.agents import initialize_agent from langchain.agents import AgentType from langchain.agents import create_pandas_dataframe_agent from langchain.agents.chat.base import ChatAgent from...