openai/chatkit-python

Public

mirrored from https://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7861b9a0d7add299fbb13ba719be38570da84a76

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

tests/_types.py

5lines · modecode

1from pydantic import BaseModel
2
3
4class RequestContext(BaseModel):
5 user_id: str
6