MLT-OSS / open-assistant-api

The Open Assistant API is a ready-to-use, open-source, self-hosted agent/gpts orchestration creation framework, supporting customized extensions for LLM, RAG, function call, and tools capabilities. It also supports seamless integration with the openai/langchain sdk.
MIT License
270 stars 53 forks source link

Typos in thread_runner.py & run.py #5

Closed lml2468 closed 9 months ago

lml2468 commented 9 months ago

thread_runner.py: submit_tool_ouputs_to_run -> submit_tool_outputs_to_run run.py: tool_call_outpus -> tool_call_outputs

kense-lab commented 9 months ago

this needs to be modified: https://github.com/Tuanzi1015/open-assistant-api/blob/59b95db7466d37d5d651a4370bc164db81d4e4aa/app/api/v1/runs.py#L139