Skip to content

Commit

Permalink
feat: update max runs to 50 in admin ui (#618)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hopper-Lowe <[email protected]>
  • Loading branch information
ryanhopperlowe authored Nov 18, 2024
1 parent b1a78bf commit afc0dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/admin/app/lib/service/api/threadsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ const getThreadEventSource = (threadId: string) => {
ApiRoutes.threads.events(threadId, {
waitForThread: true,
follow: true,
maxRuns: 100,
}).url
);
};
Expand Down

0 comments on commit afc0dfc

Please sign in to comment.