런타임 오류 미리보기

미리 보기에서 AI 어시스턴트를 테스트할 때 이러한 시스템 오류가 표시될 수 있습니다.

이러한 오류 중 일부는 고급 개발 태스크에 해당합니다.

런타임 오류 미리보기
메시지 설명
No actions to interpret AI 어시스턴트에는 콘텐츠가 없습니다.
No action triggered 예를 들어, 한 조치가 아직 정의되지 않은 다른 조치를 지정하는 경우 조치를 찾을 수 없으면 오류가 발생합니다.
Conversation ended. Maximum of %d actions visited. 대화당 20개의 제한이 있습니다.
Maximum number of step iterations for a single action 특정 단계가 조치 내에서 50번 이상 도달한 경우입니다.
Error when updating output in [%s]. The output is [%s] 예를 들어, SpEL 표현식을 사용할 때 출력을 업데이트하는 중에 오류가 발생했습니다.
Error in context update 변수를 유효하지 않은 ASEL 표현식으로 설정하는 중에 오류가 발생했습니다.
Error when updating context with context of step %s. Step context is [%s]. 컨텍스트를 설정하는 중에 런타임 예외가 발생하는 경우 오류가 발생합니다(예: 0으로 나누기).
Multiple actions have the same title: %s 조치에는 고유한 이름이 있어야 합니다.
Action %s is invalid because step order includes a cycle. Evaluation could result in an infinite loop. Check "next_step" property of each step in the action. 단계가 무한 루프 상태가 되고 끝나지 않을 수 있습니다.
Expression evaluation error inside condition of %s. The syntax is valid, but cannot be evaluated. Condition defaulted to false. Check that objects in expression are not null or out of bounds. Error: %s 조건을 확인하는 중에 예기치 않은 오류가 발생하는 경우입니다(예: 0으로 나누기).
Provided expression [%s] cannot be evaluated as a number ASEL 오류 메시지
Provided expression [%s] cannot be evaluated as Boolean ASEL 오류 메시지
Provided expression [%s] cannot be evaluated as a string ASEL 오류 메시지
Provided expression [%s] cannot be evaluated ASEL 오류 메시지
Actions array contains an element that is not a JsonObject. Cannot build an internal representation. 고급 프로그래밍 메시지
Actions array contains elements with the same id (attribute 'action'). Cannot build an internal representation. 고급 프로그래밍 메시지
No target step %s found for jump-to resolver 고급 프로그래밍 메시지
For resolver of type jump_to the target step cannot be the same as the source step. 고급 프로그래밍 메시지