We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a8d90 commit 4d81086Copy full SHA for 4d81086
common/common.h
@@ -3,7 +3,7 @@
3
#pragma once
4
5
#include "llama-cpp.h"
6
-#include "toolcall/handler.h"
+#include "toolcall/params.h"
7
#include <set>
8
#include <string>
9
#include <vector>
common/toolcall/params.h
@@ -1,8 +1,6 @@
1
2
-#include <variant>
-#include <memory>
namespace toolcall
{
examples/main/main.cpp
@@ -5,6 +5,7 @@
#include "sampling.h"
#include "llama.h"
#include "chat.h"
+#include "toolcall/handler.h"
10
#include <cstdio>
11
#include <cstring>
0 commit comments