Skip to content

Commit

Permalink
docs: update maven site
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 5, 2024
1 parent 04909e9 commit c89323f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core-jdk8/src/site/markdown/how-tos/time-travel.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,6 @@ OpenAiChatModel llm = OpenAiChatModel.builder()

```

SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.


## Test function calling


Expand Down Expand Up @@ -294,10 +289,6 @@ result;

AiMessage { text = null toolExecutionRequests = [ToolExecutionRequest { id = "call_3YrelSH5At2zVambJLLf8gYo", name = "execQuery", arguments = "{"query":"London weather forecast for tomorrow"}" }] }





Cold, with a low of 13 degrees


Expand Down Expand Up @@ -438,9 +429,6 @@ The next value is `__END__` since the graph has terminated.
checkpoint.getNext()
```
__END__
Expand Down

0 comments on commit c89323f

Please sign in to comment.