Openai reasoning
reasoning_temporal_questions(prompt)
Parameters:
Name | Type | Description | Default |
---|---|---|---|
prompt
|
str
|
The question to reason. |
required |
Source code in TimelineKGQA/reasoning/openai_reasoning.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
|