current doc: ``` type AgentInput struct { Messages []_Message_ _ _EnableStreaming bool } ``` correct: ``` type AgentInput struct { Messages []Message EnableStreaming bool } ```