Ítalo Vieira

Results 5 issues of Ítalo Vieira

The only way I accomplish that was looking the stderr result using `-vv` option and finding if it has '--- Skipping' text. Is there another way to do that?

Whenever I run the command passing `-template-dir` it gives a error: ![image](https://github.com/tinted-theming/base16-builder-go/assets/8337230/8021bace-05b9-4a76-91f3-0dc7a4448670) --- This error doesn't occur when I run without `-template-dir`: ![image](https://github.com/tinted-theming/base16-builder-go/assets/8337230/5e02619a-a0e7-453d-acd7-cc963df926f6)

This is the same idea and motivation of #2973 but for podcasts transcripts using maybe a third-party tool (?).

By investigating I noticed using crewAI with ollama + ollama3 that in some cases the `agent` parameter below comes with leading or trailing quote like `agent = '"pilot'`. There is...

bug

With the example below I get the following error: ``` Error executing tool. Co-worker mentioned not found, it must to be one of the following options: - pilot ``` ```python...