Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Avoid structural dependency on LLM APIs

Aperta
#54 0 commenti 0 reazioni 1 assegnatario Vedi su GitHub

@shivashanmugam ci sta già lavorando.

Dal 14/10/2025.

Valutazione

Questa issue non è ancora stata valutata.

Descrizione

The current implementation of src/microbots/llm/openai_api.py is heavily depending on the response structure of the LLM. It expects the LLM's response to be always in llm_output_format. This adds an additional overhead for the custom-bots which need to extend the current system-prompt including the specific llm_output_format.

We should converge with OpenAI API's original structure. The LLM function-call should be in dedicated LLM's function-call key instead of forcing the LLM to provide it's NL output in JSON everytime.

Lingua principale
Python
Stelle
38
Fork
21
Merge medio
4g 3h
PR unite (30g)
2

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di microsoft/microbots

Tutte le issue di microsoft/microbots

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.