Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
freem
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Openai/694057b6-101c-8007-9a65-c40578c7252d
(section)
Add languages
Page
Discussion
English
Read
Edit
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===== llama-server supports OpenAI-style function/tool calling via its chat handling, including: ===== * native tool-call formats for many model families * a generic tool-call handler when a template isn’t recognized * optional parallel tool calling via payload "parallel_tool_calls": true (supported but disabled by default). GitHub<ref>{{cite web|title=GitHub|url=https://raw.githubusercontent.com/ggml-org/llama.cpp/master/docs/function-calling.md|publisher=raw.githubusercontent.com|access-date=2025-12-16}}</ref> Worker behavior requirements (transport-facing): * The transport should not “decide” tool semantics; it should simply surface parsed JSON events to the worker/tool loop. * Tool calls may appear: - in a final message object, or - in streaming deltas (depending on server/model/template behavior). * The tool loop layer (tooling.py) must support: - structured tool_calls when provided, and - the BIOS-driven fallback parsing strategy when they’re not. Note: the function-calling doc indicates llama-server tool calling is used when started with --jinja and that generic/native handlers exist. GitHub<ref>{{cite web|title=GitHub|url=https://raw.githubusercontent.com/ggml-org/llama.cpp/master/docs/function-calling.md|publisher=raw.githubusercontent.com|access-date=2025-12-16}}</ref> (Your worker config keeps the server command fully configurable, so enabling --jinja or templates is an orchestrator concern.)
Summary:
Please note that all contributions to freem are considered to be released under the Creative Commons Attribution-ShareAlike 4.0 (see
Freem:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)