Skip to content

Commit

Permalink
[fix] return prompt from get_prompt_inputs utility method (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddvenk authored Dec 12, 2024
1 parent bb5be6a commit f8caad0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,4 @@ def get_prompt_inputs(request: Request):

if multi_modal_data is not None:
prompt["multi_modal_data"] = multi_modal_data
return prompt

0 comments on commit f8caad0

Please sign in to comment.