pub fn code_interpreter() -> Tool
Create a code interpreter tool.
use xai_rust::chat::code_interpreter; let tool = code_interpreter();