Tool callAn AI tool-call card with args/result. Preview Code ⧉ Copyget_weathersuccessimport { BuiToolCall } from 'ng-blatui'; <bui-tool-call name="get_weather" status="success" args="{ location: 'SF' }" result="18°C, sunny" />Running Preview Code ⧉ Copyrun_queryrunning<bui-tool-call name="run_query" status="running" args="{ query: 'SELECT …' }" />Error Preview Code ⧉ Copyread_fileerror<bui-tool-call name="read_file" status="error" args="{ path: '/x' }" result="ENOENT" />