mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 15:52:40 +02:00
inject user instruction in the podcast generation task
This commit is contained in:
parent
9c959baadd
commit
2902fd6d28
7 changed files with 50 additions and 13 deletions
|
|
@ -29,4 +29,5 @@ class PodcastGenerateRequest(BaseModel):
|
|||
type: Literal["DOCUMENT", "CHAT"]
|
||||
ids: list[int]
|
||||
search_space_id: int
|
||||
podcast_title: str = "SurfSense Podcast"
|
||||
podcast_title: str | None = None
|
||||
user_prompt: str | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue