Originally created by @thistleknot on GitHub (Feb 27, 2025).
Sometimes working code I'd like to ask the llm to respond in a serial fashion to the inputs I'm sending). Kind of like batch. Where I can send one function at a time for the llm to translate.
An alternative might be using an agent to read a file, and process one incoming message at a time in a serial fashion appending to a chat memory.
Originally created by @thistleknot on GitHub (Feb 27, 2025).
Sometimes working code I'd like to ask the llm to respond in a serial fashion to the inputs I'm sending). Kind of like batch. Where I can send one function at a time for the llm to translate.
An alternative might be using an agent to read a file, and process one incoming message at a time in a serial fashion appending to a chat memory.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @thistleknot on GitHub (Feb 27, 2025).
Sometimes working code I'd like to ask the llm to respond in a serial fashion to the inputs I'm sending). Kind of like batch. Where I can send one function at a time for the llm to translate.
An alternative might be using an agent to read a file, and process one incoming message at a time in a serial fashion appending to a chat memory.