microsoft / microsoft/microbots
Avoid structural dependency on LLM APIs
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.