social-agent / tools /lead_capture.py
google-labs-jules[bot]
feat: implement AutoStream conversational AI sales agent with LangGraph
bf6dbfa
raw
history blame contribute delete
202 Bytes
def mock_lead_capture(name: str, email: str, platform: str):
"""
Mock backend function to capture lead information.
"""
print(f"Lead captured successfully: {name}, {email}, {platform}")