-
I have the following pipeline definition:
```python
context = OpenAILLMContext(messages, tools)
tma_in = LLMUserContextAggregator(context)
tma_out = LLMAssistantContextAggregator(context)
user_id…
-
### What happened?
Working on a ChatNode plugin that directly extends ChatNode.ts and realized that there is an error.
Looking at this code:
```
if (functionCalls.length > 0) {
if (isMultiRes…
-
all is in the title 😉
-
Target Minecraft versions: any
Requirements: none
Related issues: none
Proposed syntax:
`{_textvariable}(parameters)`
Description:
It would be really handy if you could call a function using…
-
### Description
on ubuntu x64 using gcc-10 through gcc-12, compiled -O0 -ggdb -fsanitize=undefined
causes a runtime error when a pointer to a member function is called.
```
/mnt/robhenry/dot…
-
When I was testing the included test data, I got the following errors for the function (all previous functions are ok). It appears the conda environment related?
CancerDetector(fragMethFile, markerPa…
-
When I ran the program, I encountered a Floating point exception error, which occurred when calling the self. transformar() function. Can you give me some troubleshooting ideas
-
Due to the fact that function calls call API twice, and the first call returns results that I do not want to display on the dialogue UI interface, this is difficult to achieve. The reason is that
1.…
-
Imported from SourceForge on 2024-07-03 11:26:14
Created by **[robert_dodier](https://sourceforge.net/u/robert_dodier/)** on 2020-12-01 19:21:37
Original: https://sourceforge.net/p/maxima/bugs/3684
-…
rtoy updated
4 months ago
-
### Describe the bug
To confirm the model works, I asked it to write a haiku:
![image](https://github.com/KillianLucas/open-interpreter/assets/32345320/974cd95f-d6cb-4fa1-9321-d8affce0bc93)
…