Merge branch 'main' into sampling-form
This commit is contained in:
@@ -45,7 +45,7 @@ describe("Form to handle sampling response", () => {
|
||||
|
||||
// Assert that onApprove is called with the correct arguments
|
||||
expect(mockOnApprove).toHaveBeenCalledWith(mockRequest.id, {
|
||||
model: "GPT-4o",
|
||||
model: "stub-model",
|
||||
stopReason: "endTurn",
|
||||
role: "assistant",
|
||||
content: {
|
||||
|
||||
Reference in New Issue
Block a user