Nico Möller

Results 9 comments of Nico Möller

There are currently 3 FunctionCallBehaviors Supported : 1. `AutoInvokeKernelFunction()` This takes all functions and will execute them Automatically 2. `EnableFunctions(auto_invoke=False)` With this you can steer the functions that should be...

@yuichiromukaiyama you can find the function [here](https://github.com/microsoft/semantic-kernel/blob/775994e6c8f6a3f9dff331a4c94f56b8929bb7ae/python/semantic_kernel/kernel.py#L316). It is pretty new as far as i know, and maybe not available in your version yet.

@microsoft-github-policy-service agree

With seeing this #7035 here, it looks like @TaoChenOSU is also going for an implementation of the function calling inside the connector. If we both try to implement shared Function...

@moonbox3 Would be very happy to help here ! Once this here is fully impmemented i could help on the Gemini Connector Assel.

As disscussed with @eavanvalkenburg i introduced hardcoded Templates in the `onnx_utils.py` file and integrated applying the Template into the `_prepare_chat_history_for_request`. If people want to introduce custom templates they can overwrite...

As commented on #6921, i decided to split the PR's into a more Lightweight PR and then increase the connector.

> Hi @nmoeller, we just merged a PR that messed with the `python/tests/conftest.py`, so please have a look to resolve conflicts. Thanks. @moonbox3 I merged with the latest changes of...

@pydaxing i am not sure what the Status is in the Learning, but if you are just looking for samples check out the concepts in the repo. [Python RAG Example](https://github.com/microsoft/semantic-kernel/tree/main/python/samples/concepts/rag)...