Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Nov 7, 2023
1 parent 30b68a0 commit fb441c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ makedocs(;
sitename = "PromptingTools.jl",
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", "false") == "true",
repolink = "https://github.com/svilupp/PromptingTools.jl",
canonical = "https://svilupp.github.io/PromptingTools.jl",
edit_link = "main",
assets = String[]),
Expand Down
1 change: 1 addition & 0 deletions test/llm_openai.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using PromptingTools: TestEchoOpenAISchema, render, OpenAISchema
using PromptingTools: AIMessage, SystemMessage, UserMessage, DataMessage

@testset "render-OpenAI" begin
schema = OpenAISchema()
Expand Down
2 changes: 2 additions & 0 deletions test/messages.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using PromptingTools: AIMessage, SystemMessage, UserMessage, DataMessage

@testset "Message constructors" begin
# Creates an instance of MSG with the given content string.
content = "Hello, world!"
Expand Down

0 comments on commit fb441c9

Please sign in to comment.