hmahadik's picture
v10: unified set_lights, named-args output, 6 tools
2a22670 verified
raw
history blame contribute delete
607 Bytes
# Coral FunctionGemma v10 — 6-tool schema, Octopus v2, named-args format
# set_lights unified (color/effect/state). respond = <tool_5>.
FROM ./functiongemma-physical-ai-v10-Q5_K_M.gguf
PARAMETER temperature 0
PARAMETER top_p 1
PARAMETER num_ctx 1024
PARAMETER num_predict 80
# Do NOT stop on <end> — that terminator marks the end of one tool call,
# but multi-tool sequences emit `<tool_A>(args)<end><tool_B>(args)<end>` and
# stopping at the first <end> truncates legitimate multi-tool output.
# <end_of_turn> + <eos> mark turn-level completion.
PARAMETER stop "<end_of_turn>"
PARAMETER stop "<eos>"