Fix screen tool responses for LLM consumption - use text render mode instead of HTML
- Change default renderMode from 'html' to 'text' for screen tools - Reduces response size from 89KB to 5.6KB for FindProduct screen - Returns clean table data instead of complex HTML forms with JavaScript - Makes screen tool output LLM-friendly and resolves opencode client parsing issues - Text format shows actual data in readable table format perfect for AI consumption
Showing
1 changed file
with
2 additions
and
2 deletions
-
Please register or sign in to post a comment