-
## Describe the feature you'd like
give agent ability add other tools rather than build search and web browser
for example integrade dify workflow and tools
-
### 🚀 The feature
```
def multiply(a: int, b: int) -> int:
"""Multiply two integers together.
Args:
a: First integer
b: Second integer
"""
return a * b
def…
-
### Feature Description
Some Gemini models such as gemini 1.5 flash does support Function calling api so please add this Features to gemini llms
### Reason
_No response_
### Value of Feature
…
-
I encountered a similar issue with a very simple test:
https://github.com/balazsgrill/winrt-go/blob/main/storage_test.go
However I doubt that this time it's caused by the GC as it …
-
**Is your feature request related to a problem?**
I need to execute custom JS functions from the backend python side (like fc in copilot mode)
**Describe the solution you'd like**
It would be awe…
-
Hi, is there any possibility of supporting function calling (beta)? For example, my use case is to add web search capability to the AI.
Some relevant docs & examples:
https://ai.google.dev/gemini…
-
### Description of the bug:
Using `gemini-1.5-flash`.
Prompt: "What is the weather today?"
Tool configuration 1:
```
[
Tool(
functionDeclarations: [
FunctionDeclaration(
…
-
greta work Brandon! How do you integrate function calling into it
-
Hi,
I want to implement an algorithm and try it out with ds2l flags. I'd like to implement helper functions, but I am having trouble in calling a helper function in another one. I have this function:…
-
Hi all, just wonder whether I may call an external REST function from the function block, via `fetch`.
This may be advantageous for us, where we have a legacy system doing all sort of calculations…