docs: tool plugins guide and config cross-links

This commit is contained in:
2026-07-24 16:05:10 +08:00
parent ac3230647a
commit 278c930fae
4 changed files with 188 additions and 2 deletions
+6
View File
@@ -38,6 +38,12 @@ max_context_tokens = 200000
# compact_user_prefix = "Summarize the following conversation:\n\n{transcript}"
# compact_seed_text = "Compacted from {src}:\n\n{summary}\n\nCarry on."
# Third-party tools (entry-point group plyngent.tools). Default: load none.
# See doc/plugins.md.
# tool_plugins = ["acme"]
# tool_plugins = ["*"]
# tool_plugins_disable = ["legacy"]
# --- OpenAI-compatible (vLLM, LiteLLM, OpenAI, …) ---
[providers.openai_compat]
preset = "openai-compatible"