OllamaFunctionsInput: Partial<ChatOllamaInput> & Toolkit & {
    llm?: ChatOllama;
    toolSystemPromptTemplate?: string;
}