salesgpt.parsers module
- class salesgpt.parsers.SalesConvoOutputParser(*, name: str | None = None, ai_prefix: str = 'AI', verbose: bool = False)
Bases:
AgentOutputParser
- ai_prefix: str
- get_format_instructions() str
Instructions on how the LLM output should be formatted.
- parse(text: str) AgentAction | AgentFinish
Parse text into agent action/finish.
- verbose: bool