What this builds. A real-time chat against an already-saved Chatbot, fetched by name. You’ll end up with. A connected session id and a streamed assistant reply — proving the Session API is identical for agents and chatbots. Demonstrates that the same Session class works for chatbots, providing a unified real-time experience across both agents and chatbots.Documentation Index
Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt
Use this file to discover all available pages before exploring further.
Expected output
Chatbot.create_session() API is intentionally identical to Agent.create_session() — every session example in this section works against a Chatbot just by swapping the wrapper.
See also
Single-turn session
The same shape with an
Agent instead of a Chatbot.Resume a session
Reconnect to a saved chatbot session by id.
Session reference
The unified Session surface.
