openai/chatkit-python

Public

mirrored fromhttps://github.com/openai/chatkit-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
cec87b20f1817daa284c63d63ca7cf3f69a38f07

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