Advisor tool results can come back encrypted with no text field, so reading .text may find nothing.
What's wrong with this entry?
The advisor-tool docs warn that advisor_tool_result.content differs by advisor model, so code that reads .text unconditionally can silently get nothing.
- Plaintext advisors return
advisor_resultwithtextandstop_reason. - The newest advisors return
advisor_redacted_resultwithencrypted_contentand notext. - The executor-to-advisor compatibility table is expanded with the new Opus, Fable and Mythos IDs.
advisor_redacted_result
Strings lifted out of the shipped bundle, so the claim above can be checked against them.