mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-05 02:07:34 +08:00
changes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user