salesgpt.tools module
- salesgpt.tools.completion_bedrock(model_id, system_prompt, messages, max_tokens=1000)
High-level API call to generate a message with Anthropic Claude.
- salesgpt.tools.generate_calendly_invitation_link(query)
Generate a calendly invitation link based on the single query string
- salesgpt.tools.generate_stripe_payment_link(query: str) str
Generate a stripe payment link for a customer based on a single query string.
- salesgpt.tools.get_mail_body_subject_from_query(query)
- salesgpt.tools.get_product_id_from_query(query, product_price_id_mapping_path)
- salesgpt.tools.get_tools(product_catalog)
- salesgpt.tools.send_email_tool(query)
Sends an email based on the single query string
- salesgpt.tools.send_email_with_gmail(email_details)
.env should include GMAIL_MAIL and GMAIL_APP_PASSWORD to work correctly
- salesgpt.tools.setup_knowledge_base(product_catalog: str = None, model_name: str = 'gpt-3.5-turbo')
We assume that the product catalog is simply a text string.