langchain/docs/use_cases/agents
Azam Iftikhar 1e655d5ffd
Fixed Regular expression (#2933)
###  https://github.com/hwchase17/langchain/issues/2898
Instead of `"Action" and "Action Input"` keywords, we are getting
`"Action 1" and "Action 1 Input" or "Action Input 1" ` from
**gpt-3.5-turbo**

 Updated the Regular expression to handle all these cases
 
Attaching the screenshot of the result from the updated Regular
expression.
 
<img width="1036" alt="Screenshot 2023-04-16 at 1 39 00 AM"
src="https://user-images.githubusercontent.com/55012400/232251184-23ca6cc2-7229-411a-b6e1-53b2f5ec18a5.png">
2023-04-16 09:16:50 -07:00
..
baby_agi_with_agent.ipynb Fix Baby AGI notebooks (#2882) 2023-04-14 07:40:04 -07:00
baby_agi.ipynb Fix typos (#2977) 2023-04-16 08:28:36 -07:00
camel_role_playing.ipynb Add notebook example for camel role playing (#2689) 2023-04-10 21:12:45 -07:00
custom_agent_with_plugin_retrieval.ipynb Fixed Regular expression (#2933) 2023-04-16 09:16:50 -07:00