GetFormattedChatWithJinjaNative typedef
GetFormattedChatWithJinjaNative =
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 GetFormattedChatWithJinjaNative = 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);