Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed May 1, 2024
1 parent f7c0cee commit 333e5cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions test/chains/llm_chain_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: nil,
index: 0
}
],
]
}
],
[
Expand All @@ -393,7 +393,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "{\"",
index: 0
}
],
]
}
],
[
Expand All @@ -411,7 +411,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "code",
index: 0
}
],
]
}
],
[
Expand All @@ -429,7 +429,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "\":\"",
index: 0
}
],
]
}
],
[
Expand All @@ -447,7 +447,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "don",
index: 0
}
],
]
}
],
[
Expand All @@ -465,7 +465,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "ate",
index: 0
}
],
]
}
],
[
Expand All @@ -483,7 +483,7 @@ defmodule LangChain.Chains.LLMChainTest do
arguments: "\"}",
index: 0
}
],
]
}
],
[
Expand All @@ -492,7 +492,7 @@ defmodule LangChain.Chains.LLMChainTest do
status: :complete,
index: 0,
role: :unknown,
tool_calls: nil,
tool_calls: nil
}
]
]
Expand Down
1 change: 0 additions & 1 deletion test/support/fixtures.ex
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ defmodule LangChain.Fixtures do
]
end


def delta_content_with_function_call() do
# OpenAI treats a function_call as extra information with an `:assistant`
# response. We treat a function_call as it's own thing.
Expand Down

0 comments on commit 333e5cc

Please sign in to comment.