fix: update terminology from "language model" to "chat model" across various components

This commit is contained in:
Anish Sarkar 2026-07-14 01:09:00 +05:30
parent 527ce2d97b
commit 91531286b2
5 changed files with 6 additions and 6 deletions

View file

@ -773,7 +773,7 @@ def create_generate_report_tool(
if not llm:
error_msg = (
"No LLM configured. Please configure a language model in Settings."
"No LLM configured. Please configure a chat model in Settings."
)
report_id = await _save_failed_report(error_msg)
return _failed(

View file

@ -585,7 +585,7 @@ def create_generate_resume_tool(
if not llm:
error_msg = (
"No LLM configured. Please configure a language model in Settings."
"No LLM configured. Please configure a chat model in Settings."
)
report_id = await _save_failed_report(error_msg)
return _failed(