Requests
Comprehensive guide to making requests using the SDK.
Overview
The Secton SDK provides a streamlined interface for making requests to the Secton API. This section covers the core request methods and their configurations.
Available Methods
ask()
: Submit a single query and receive a response.chat()
: Engage in a multi-turn conversation.stream()
: Initiate a real-time streaming conversation.
For detailed usage, refer to the subpages below.
Last updated
Was this helpful?