Spaces:
Sleeping
Sleeping
google-labs-jules[bot]
feat: implement AutoStream conversational AI sales agent with LangGraph
bf6dbfa | 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}") | |