docs : correct typo "1st" and "supporetd" in anthropic-chat-function

This commit is contained in:
Sujin Kim
2024-10-16 08:01:52 +09:00
committed by Christian Tzolov
parent 91ee20d9cf
commit 2d7b00a3fb

View File

@@ -1,6 +1,6 @@
= Anthropic Function Calling
TIP: Starting of Jul 1th, 2024, streaming function calling and Tool use is supporetd.
TIP: Starting of Jul 1st, 2024, streaming function calling and Tool use is supported.
You can register custom Java functions with the `AnthropicChatModel` and have the Anthropic models intelligently choose to output a JSON object containing arguments to call one or many of the registered functions.
This allows you to connect the LLM capabilities with external tools and APIs.