-
Hi Dmytro, kudos for this project.
I would like to contribute with some functions, my goal would be to let speakgpt access todo items, alarms, maybe even emails. As I see, you consider the function…
-
I'm running the latest version of webtrees 2.0. The faces module stops webtrees from running.
[webtrees-faces.log](https://github.com/user-attachments/files/17966543/webtrees-faces.log)
-
cmsCloseProfile doesn't work - it's wired up to cmsCreate_sRGBProfile by mistake.
-
let's say we have the following code:
```rust
fn foo(x: i32) { ... }
```
I now want to add a second argument and add the parameter to the signature automatically, via `assist`.
```rust
foo(5, "bar");
…
-
I followed the this example :
https://github.com/aurelio-labs/semantic-router/blob/main/docs/05-local-execution.ipynb
But it did not call the function from dynamic routing. Instead it got stuck …
-
I'm making a library mod for loading campaigns so that everyone doesn't have to implement it themself.
So there's 4 functions that must be implemented in a Quint. Mod;
- Load
- PostLoad
- LoadPuzz…
-
### What happened?
First, I register Qwen Model by creating custom class for it and loading it. and it works well.
Then, when try to register custom functions to assistant agent, it doesn't be calle…
-
Is it possible to run function calls, like on OpenAI assistants api?
-
Is there any reference for tool call data generation methods, or any pre-generated data?
-
I get a segfault on nightly for the [SymbolicGA.jl](https://github.com/serenity4/SymbolicGA.jl) package:
```julia
(@v1.12) pkg> activate --temp
Activating new project at `/tmp/jl_Q2CEQp`
(jl_Q2CEQp…