tirthb
tirthb
Seeing the same error as @jasgeo75 for `ValueError: ConversationalChatAgent does not support multi-input tool` Any workaround other than downgrading langchain?
Thanks, I was writing a custom tool that takes multiple arguments and calls an API. I am using the agent: `'chat-conversational-react-description' ` What am I doing wrong? ``` class OrgSearchTool(BaseTool):...
Thanks for your help. It is not working as expected with AgentType.STRUCTURED_CHAT_ZERO_SHOT_REACT_DESCRIPTION As it does not use my API even when I prompt it otherwise by modifying the template. I...
truncate_float(price) is not working 4.1 is giving "4.09" https://github.com/alexgolec/tda-api/blob/master/tda/orders/generic.py#L35 I am passing the price as string for now.
truncate_float(price) is not working 4.1 is giving "4.09" https://github.com/alexgolec/tda-api/blob/master/tda/orders/generic.py#L35 I am passing the price as string for now.
Just noticed your readme, saying it is not supported.
I edited the comment above. Yes, the problem is only with the constant having an extra backslash. Only the first one.
This worked for me for web UI: ``` uiShown: function() { // The widget is rendered. // Hide the loader. document.getElementById('loader').style.display = 'none'; const emailInput = document.getElementsByClassName( "firebaseui-id-email" )[0]; if...