Functions and Objects #33
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@ebarrragn You can pass additional key word arguments to the LlamaCppFunctionTool. They will be passed to the run function. |
Beta Was this translation helpful? Give feedback.
-
@ebarrragn If you need help with that, let me know. |
Beta Was this translation helpful? Give feedback.
-
Solved, read at the end. Thanks, Maximilian, I tried, but I can't figure it out. You can see other attempts to save context space when I save/restore the llama_cpp state in The need of having the caller also appears in I suspect I am doing something fundamentally wrong. =========================================================================================================== Well, it works, Just explaining how I did it: I am creating each tool, inside a container object, as:
I had some troubles (exceptions about extra parameters) but they disappeared once I relaunched the environment, I suppose I forgot to save a file after making the changes. |
Beta Was this translation helpful? Give feedback.
@ebarrragn You can pass additional key word arguments to the LlamaCppFunctionTool. They will be passed to the run function.