examples: fix typo in function docstring parameter description

This commit is contained in:
Xinyue 2026-02-16 16:17:59 +01:00
parent f1c5e752bf
commit fe3cff40ac

View File

@ -10,7 +10,7 @@ def ollama_automatic_function_calling(
max_turns is reached.
Args:
client_fn: Ollama chat client
client_fn: Ollama some client
messages: List of message dicts for the conversation
max_turns: Maximum number of chat iterations (default: 20)
model: Model name to use (default: "glm-5:cloud")