Our summary
An SDK is an official code library that handles a service connection. This Python SDK connects a program to TypeSafe using an API key, which is a private access credential. The quickstart sends one support message with billing, tone, and urgency questions.
The library offers a regular client that waits for a result and another that lets a program handle other work while waiting. Both return named answers in a fixed shape. The examples also show closing the connection after use rather than leaving it open.
The page is a quickstart, not a test of package behavior or answer quality. It briefly points to retries, errors, model choice, and an optional connection mode for many simultaneous requests. Follow the detailed usage guide before relying on those features in a real service.
Key takeaways
- Install the official code library and keep the private API access credential outside source files.
- Choose a client that waits for one result or one that can handle other work while waiting.
- Send several named questions together and read each answer by name.