edreisMD/plugnplai

Create an auxiliary function in Plugins to parse a <API></API> message and call plugin

Closed this issue · 1 comments

It's basically to use 1. parse_llm_response() and 2. call_api()

@edreisMD I have started working on this PR. My plan is:

  1. Add an auxiliary function parse_and_call() to plugnplai/plugins.py that will parse the LLM response using parse_llm_response()
  2. Call the relevant plugin API using call_api()
  3. Return the API response

Give me a minute!


I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!