Skip to content

Commit 43aa04b

Browse files
Fix docstring
1 parent cd257b7 commit 43aa04b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

toolium/utils/ai_utils/text_analysis.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ def build_system_message(characteristics):
7171

7272
def get_text_criteria_analysis(text_input, text_criteria, model_name=None, azure=False, **kwargs):
7373
"""
74-
Get text criteria analysis using Azure OpenAI. To analyze how well a given text
75-
matches a set of target characteristics.
76-
The response is a structured JSON object with overall match score, individual feature scores,
77-
and additional data sections.
74+
Get text criteria analysis using OpenAI. To analyze how well a given text matches a set of target characteristics.
75+
The response is a structured JSON object with overall match score, individual feature scores for
76+
low scored features.
7877
7978
:param text_input: text to analyze
8079
:param text_criteria: list of target characteristics to evaluate

0 commit comments

Comments
 (0)