mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
add stripe billing
This commit is contained in:
parent
d5302ea2d1
commit
2fda9a7e79
58 changed files with 2348 additions and 485 deletions
|
|
@ -22,6 +22,7 @@ class DataSource(BaseModel):
|
|||
populate_by_name = True
|
||||
|
||||
class ApiRequest(BaseModel):
|
||||
projectId: str
|
||||
messages: List[UserMessage | AssistantMessage]
|
||||
workflow_schema: str
|
||||
current_workflow_config: str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue