This commit is contained in:
Jai Suphavadeeprasit 2025-10-10 18:04:22 -04:00
parent c5386ed7e6
commit e698b7e0e5
19 changed files with 3924 additions and 132 deletions

View file

@ -193,6 +193,8 @@ Create a markdown summary that captures all key information in a well-organized,
temperature=0.1, # Low temperature for consistent extraction
max_tokens=4000 # Generous limit for comprehensive processing
)
print("Response within tool call to see the error: ", response)
# Get the markdown response directly
processed_content = response.choices[0].message.content.strip()