Skip to content

Commit

Permalink
Add test modification I forgot in prior commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilger committed Feb 18, 2024
1 parent 431efc8 commit 98aab4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/gpt_agent_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,20 @@ defmodule GptAgentTest do
"run_id" => nil,
"metadata" => %{}
},
%{
"id" => "msg_abc457",
"object" => "thread.message",
"created_at" => 1_699_016_383,
"thread_id" => thread_id,
"role" => "user",
"content" => [],
"file_ids" => [
"file-abc123"
],
"assistant_id" => nil,
"run_id" => nil,
"metadata" => %{}
},
%{
"id" => message_id,
"object" => "thread.message",
Expand Down

0 comments on commit 98aab4e

Please sign in to comment.