GetFormattedChatWithJinjaDart typedef
GetFormattedChatWithJinjaDart =
CactusChatResultC Function(CactusContextHandle handle, Pointer<Utf8> messages, Pointer<Utf8> chat_template, Pointer<Utf8> json_schema, Pointer<Utf8> tools, bool parallel_tool_calls, Pointer<Utf8> tool_choice)
Implementation
typedef GetFormattedChatWithJinjaDart = CactusChatResultC Function(
CactusContextHandle handle, Pointer<Utf8> messages, Pointer<Utf8> chat_template,
Pointer<Utf8> json_schema, Pointer<Utf8> tools, bool parallel_tool_calls, Pointer<Utf8> tool_choice);