Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 790 Bytes

File metadata and controls

17 lines (12 loc) · 790 Bytes

Chat API

This is a Python wrapper library for the new API for chat.

Getting started

Here's what to know:

Developer information

Currently, this is the general approach:

  • Type hints to provide clarity using mypy
  • Code formatted + checked with Ruff
  • Tested with pytest, incorporating some ChatExchange tests for compatibility verification
  • And a Makefile to run Ruff, mypy, and pytest with make check