Guido Rietbroek
Guido Rietbroek
@netoferraz great initiative! Is this loader adding metadata from SPO, it’s possible in the native module [O365](https://github.com/O365/python-o365) .
I tried to solve this by changing the FORMAT_INSTRUCTIONS but it seems that this is not a variable but loaded via the `get_format_instructions()` which are loaded from `from langchain.agents.conversational_chat.prompt import...
> me too. Try reverting to version 0.0.189 What's different in that version?
I was able to solve this issue by using a modified prompt. The current prompt is not initiating a possible iterating loop to get more information to answer the question....
I need to change the method get_format_instructions but it is not accepting it. ``` agent_chain.agent.output_parser.get_format_instructions = FORMAT_INSTRUCTIONS ``` Gives me this error: ```` ValueError: "ConvoOutputParser" object has no field "get_format_instructions"...
@axen2u did you try this out? Because I also tried to point towards a custom output parser (copy of the Convo one) and because of the agentType it was not...
Tx, I created a subclass and that's also working.
I'm getting a AADSTS900144 - The request body must contain the following parameter: 'client_secret' using the standard code. I followed the steps to create client id and secret, also trusted...
That's a great link @AndreasDL I had to delete the delegated granted permission to get things working. Just adding ReadAll to application permission was not enough.