Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Nov 30, 2023
1 parent 8968abb commit 0b52eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/docs/openai-client/OpenAI Function Call Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Function function = chatChoice.getMessage().getToolCalls().get(0).getFunction();

// execute function
WeatherResponse weatherResponse = FunctionExecutor.execute(function.getName(), Weather.class, function.getArguments());
System.out.println()
System.out.println(weatherResponse)
```

The final result is:
Expand Down

0 comments on commit 0b52eba

Please sign in to comment.