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
Dug into the implementation of the SalesGPT class in salesgpt/agents.py, and I found that some of the prepared inputs in the call/acall methods are not entirely used when invoking models. Example inputs:
Dug into the implementation of the
SalesGPT
class insalesgpt/agents.py
, and I found that some of the prepared inputs in thecall/acall
methods are not entirely used when invoking models. Example inputs:conversation_stage
is not used in either theSALES_AGENT_TOOLS_PROMPT
nor theSALES_AGENT_INCEPTION_PROMPT
insidesalesgpt/prompts.py
The text was updated successfully, but these errors were encountered: