You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StructuredAgent needs to format this to {action, action_input} format
where `action_input: string`. However, gpt-3.5-turbo very frequently fails to do so.
Instead it generates formats like this: `{action, action_input: {url}}`.
This tiny prompt change makes it more reliable.
0 commit comments