microsoft / microsoft/microbots

Avoid structural dependency on LLM APIs

Open
#54 0 comments 0 reactions 1 assignee View on GitHub

@shivashanmugam is already working on this.

Since Oct 14, 2025.

Dominant language
Python
Stars
38
Forks
21
Avg merge
4d 3h
Merged PRs (30d)
2

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.