[Bug] cronjob create with prompt raises 'str' vs 'int' comparison error #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
문제 요약
Hermes 업데이트(797 커밋) 후
cronjob도구의create액션에서prompt파라미터를 함께 사용할 때'<=' not supported between instances of 'str' and 'int'에러가 발생합니다.재현 방법
실제 에러
우회 해결책
no_agent: true+script방식으로 우회하여 정상 등록됨:환경
기대 동작
prompt파라미터를 사용한 LLM 기반 cronjob이 정상적으로 생성되어야 함.비고
no_agent스크립트 모드로 임시 해결했으나, LLM 기반 cronjob 기능이 필요할 경우 수정이 필요함.