Skip to content

Commit

Permalink
Update playground runner api
Browse files Browse the repository at this point in the history
  • Loading branch information
vegito22 committed Oct 22, 2024
1 parent f58f5ae commit 803bfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmstack/apps/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ async def get_app_runner_async(self, session_id, source, request_user, input_dat
"input": input_data,
"config": config_data,
"description": processor_cls.description(),
"dependencies": ["input"],
"dependencies": ["_inputs0"],
"provider_slug": provider_slug,
"processor_slug": processor_slug,
"output_template": processor_cls.get_output_template().model_dump(),
Expand Down

0 comments on commit 803bfbe

Please sign in to comment.